.MenuMain, .MenuMainSelected
{
	height: 25px;
	float: left;
	margin-left: 2px;
	clear:  right;
	background-image: url(../Images/menu_back.gif);
	white-space: nowrap;
}

.MenuMain
{
	background-image: url(../Images/menu_back.gif);
}

.MenuMainSelected
{
	background-image: url(../Images/menu_back_selected.gif);
}

.MenuMain a
{
	color: #002674;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.MenuMain a:hover
{
	color: #002674;
	text-decoration: none;
}

.MenuMainSelected a.Selected
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.MenuSub
{
	line-height: 24px;
	float: left;
	clear: right;
}

.MenuSub a
{
	color: #82C8D3;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.MenuSub a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.MenuSub a.Selected
{
	color: #ffffff;
}

.MenuBottom
{
	color: #ffffff;
	line-height: 20px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.MenuBottom a
{
	color: #ffffff;
	font-size: 11px;
}

.MenuBottom a:hover
{
	text-decoration: underline;
}

.MenuBottom a.Selected
{
	
}