﻿/* Main Menu */
/*___________________________________________________________________________________________*/
.MainMenu_MenuContainer
{
	width: 100%;
}
.MainMenu_MenuBar
{
}
.MainMenu_MenuIcon
{
	display: none;
}
.MainMenu_MenuArrow
{
	display: none;
}
.MainMenu_RootMenuArrow
{
	display: none;
}
.MainMenu_MenuBreak
{
	display: none;
}
.MainMenu_MenuItem
{
	border-right: #FFFF4D 0px solid;
	border-top: #FFFF4D 1px solid;
	border-left: #FFFF4D 0px solid;
	border-bottom: #FFFF4D 1px solid;
	padding-right: 5px;
	padding-left: 0px;
	font-size: 13px;
	color: #000000;
	font-family: Verdana;
	height: 20px;
	text-align: right;
}
.MainMenu_MenuItem TD
{
	height: 20px;
	padding-right: 5px;
	padding-left: 0px;
}
.RootMenuItem, .RootMenuItemBreadCrumb
{
	font-size: 13px;
	height: 20px;
	padding-right: 5px;
	padding-left: 0px;
	color: #FFFF4D;
	font-family: Verdana;
	text-align: right;
	background-repeat: no-repeat;
}
.RootMenuItem TD
{
	background-position: left top;
	height: 20px;
	padding-right: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.RootMenuItemSelected
{
	padding-right: 5px;
	padding-left: 0px;
	font-size: 13px;
	color: #ffffff;
	font-family: Verdana;
	height: 20px;
	background-color: transparent;
	text-align: right;
}
.RootMenuItemSelected TD
{
	height: 20px;
	padding-right: 5px;
	padding-left: 0px;
}
.SubMenuItemSelected
{
	font-size: 13px;
	color: #ffffff;
	font-family: Verdana;
	height: 20px;
	padding-right: 5px;
	padding-left: 0px;
	background-color: transparent;
	text-align: right;
}
.SubMenuItem
{
	border-right: #ffff8b 2px solid;
	padding-right: 5px;
	border-top: #ffff8b 2px solid;
	padding-left: 0px;
	font-size: 13px;
	border-left: #ffff8b 2px solid;
	border-bottom: #ffff8b 2px solid;
	height: 20px;
	background-color: #ffff8b;
	text-align: right;
}
.SubMenu
{
	border-right: #ffff8b 2px solid;
	border-top: #ffff8b 2px solid;
	font-size: 13px;
	border-left: #ffff8b 2px solid;
	color: #ffff4d;
	border-bottom: #ffff8b 2px solid;
	font-family: Verdana;
	height: 20px;
	background-color: #ffff8b;
	text-align: right;
}
.Title
{
	font-weight: bold;
	font-size: 16px;
	color: #FFFF4D;
	font-family: Verdana;
}
.OtherTabs
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffff8b;
	font-family: Verdana;
}

.Custom_Login:link,
.Custom_Login:visited,
.Custom_Login:active{
    font-family: verdana;
    font-size: 10pt;
    color: #ffff4d;
    font-weight: bold;
    text-decoration: none;
}

.Custom_Login:hover{
    color: white;
    text-decoration: none;
}   

