﻿.divMenu
{
	background-color: Transparent;
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	cursor: pointer;
}
.divSubMenu
{
	float: left;
	width: 588px;
	height: 30px;
	text-align: left;
	background-color: #00177C;
	display: none;
}
.SubMenuArrow
{
	width: 5px;
	height: 12px;
	float: left;
	background-image: url( '../Images/Top/top_submenuarrow.png' );
	background-position: bottom;
	background-repeat: no-repeat;
}
.AltMenuClass a, .AltMenuClass a:visited, .AltMenuClass a:link
{
	margin-top: 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	float: left;
}
.AltMenuClass a:hover
{
	color: Aqua;
	text-decoration: underline;
}

.AltMenuClassSelected a
{
	margin-top: 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: Aqua;
	text-decoration: none;
	float: left;
}
.AltMenuClassSelected a:hover
{
	text-decoration: underline;
}
/*#AltMenuDiv
{
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
}*/

