.MenuMain, .MenuMainSelected
{
	background-color: #ffffff;
	margin: 3px 9px 0px 9px;
}

.MenuMain
{
	
}

.MenuMainSelected
{
	
}

.MenuMain a
{
	color: #5f5f5f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.MenuMain a:hover
{
	color: #002674;
	text-decoration: none;
}

.MenuMainSelected a.Selected
{
	color: #5f5f5f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.MenuSub
{
	margin-left: 23px;
}

.MenuSub a
{
	color: #5f5f5f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.MenuSub a:hover
{
	color: #B23400;
	text-decoration: none;
}

.MenuSub a.Selected
{

}

.MenuBottom
{
	margin: 0px 10px 0px 5px;
}

.MenuBottom a, .MenuBottom a:hover, .MenuBottom a.Selected
{
	color: #515255;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.MenuBottom a:hover
{
	color: #707070;
}