.Head
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
}

A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuBar {
	height:25px;
}

.MainMenu_MenuItem
{
	border: #000000 0px solid;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer; 
	color: #25507b;
	font-family: Arial;
	height:25px;
	background-color:#FFCC99;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	background-color: #FFCC99;
	border: #000000 0px solid; 
	text-align: center; 
	width: 15px; 
	height:25px;
	display:none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFCC99; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 13px;
	cursor: pointer; 
	color: white;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: #557cba;
	height:25px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	height:25px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	height:25px;
}

.MainMenu_Active, .MainMenu_BreadcrumbActive, .MainMenu_Idle {color: black; background-image: url(images/menubar2.jpg); background-repeat:repeat-x; height: 25px; }
.MainMenu_Selected { color: white; background-image:  url(images/menubar1_sel.gif) ; background-repeat:repeat-x; height: 25px; }



