/* ------------------------------------------------------
   Main Menu
*/

.MainMenuBackground
{
	background-color: #eeeeee;
}

.MainMenuSeparator
{
	
}

.MainMenuItem, .MainMenuItemSelected
{
	border-style: none;
	height: 1px;
	vertical-align: middle;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	width: 1px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: transparent;
}


A.MainMenuLink:link, A.MainMenuLink:visited, A.MainMenuLink:active
{
	text-decoration: none;
    color: #2c2c2c;
}


A.MainMenuLink:hover
{
	text-decoration: none;
	color: #FC8F30; 
}


A.MainMenuLinkSelected:link, A.MainMenuLinkSelected:visited, A.MainMenuLinkSelected:active
{
	text-decoration: none;
    color: #2c2c2c;
}

.MainMenuBottomLine
{
	height: 1px;
	background-color: #cccccc;
}

.MainMenuBottomLine2
{
	height: 1px;
	background-color: #812C2E;
}

.MainMenuBottomLine3
{
	height: 3px;
	background-color: #666666;
}



/* -------------------------------------------------------------
   MenuVertical 
*/

.MenuVerticalContainer
{

}

.MenuVerticalItem, .MenuVerticalItemSelected
{
	border-style: none;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	height: 25px;
	width: 120px;
	padding: 6px 8px 6px 8px;
}

.MenuVerticalItem
{
	background-color: #eeeeee;
}

.MenuVerticalItemSelected
{
	background-color: white;
}

A.MenuVerticalLink:link, A.MenuVerticalLink:visited, A.MenuVerticalLink:active
{
	text-decoration: none;
    color: #2c2c2c;
}

A.MenuVerticalLink:hover
{
	text-decoration: underline;
	color: #2c2c2c; 
}

A.SelectedMenuVerticalLink:link, A.SelectedMenuVerticalLink:visited, A.SelectedMenuVerticalLink:active, A.SelectedMenuVerticalLink:hover
{
	text-decoration: none;
	color: #2c2c2c;
}

.MenuVerticalItemSeparator
{
	background-color: #cccccc;
	height: 1px;
}

/* -------------------------------------------------------------
   MenuVerticalSub 
*/

.MenuVerticalSubItem, .MenuVerticalSubItemSelected
{
	border-style: none;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: top;
	padding-left: 4px;
	padding-top: 2px;
}

.MenuVerticalSubItem
{
	background-color: white;

}

.MenuVerticalSubItemSelected
{
	background-color: white;
}

.MenuVerticalSubItemImage
{
	padding-top: 3px;
	padding-right: 2px;
}

.MenuVerticalSubLink a:link, .MenuVerticalSubLink a:visited, .MenuVerticalSubLink a:active
{
	text-decoration: none;
    color:  #999999;
    font-size: 10pt;
}

.MenuVerticalSubLink a:hover
{
	text-decoration: underline;
	color: #222222; 
}

.SelectedMenuVerticalSubLink
{
	text-decoration: none;
	color: #111111;
	font-size: 10pt;
}

.MenuVerticalSubItemSeparator
{
	background-color: white;
	height: 0px;
	padding-left: 12px;
}

/* 
==================================================
Global Menus
==================================================
*/

/* FooterMenu1 */

A.FooterMenu1:link, A.FooterMenu1:visited, A.FooterMenu1:active
{
	font-family: Verdana;
	text-decoration: none;
    color:  #ffffff;
    font-size: 10pt; 
}

A.FooterMenu1:hover
{
	text-decoration: underline;
	color: #ffffff; 
}

.FooterMenu1Separator
{
	font-family: Verdana;
	font-size: 10pt;
	color: #ffffff; 
}
/* FooterMenu2 */

A.FooterMenu2:link, A.FooterMenu2:visited, A.FooterMenu2:active
{
	font-family: Verdana;
	text-decoration: none;
    color:  #ffffff;
    font-size: 10pt; 
}

A.FooterMenu2:hover
{
	text-decoration: underline;
	color: #ffffff; 
}

.FooterMenu2Separator
{
	font-family: Verdana;
	font-size: 10pt;
	color: #ffffff; 
}

/* CopyrightNotice */

.CopyrightNotice
{
	font-family: Verdana;
	font-size:10pt;
	color: #fff;
	text-align: center;
}
.FooterMenuItem {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt; color: #fff;}
a.FooterMenuItem {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt; color: #fff; text-decoration:none;}
a.FooterMenuItem:link {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt; color: #fff; text-decoration:none;}
a.FooterMenuItem:visited {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt; color: #fff; text-decoration:none;}
a.FooterMenuItem:hover {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt; color: #ffb900; text-decoration:none;}

/* SiteMap */
a.SiteMapLink:link, a.SiteMapLink:visited, a.SiteMapLink:active
{
	font-family: Verdana;
	text-decoration: underline;
    color:  #333333;
    font-size: 10pt; 
}

a.SiteMapLink:hover
{
	text-decoration: underline;
	color: #111111; 
}

.SiteMapDescription
{
	font-family: Verdana;
	font-style: italic;
    color:  #333333;
    font-size: 10pt; 
}


