﻿.divMenu
{
	background-color: Transparent;
	background-repeat: no-repeat;
	height: 21px;
	float: left;
}
.divSubMenu
{
	float: left;
	width: 450px;
	height: 47px;
	text-align: left;
	background-color:#00177C;
}
.divSubMenuIN
{
	float: left;
	height: 47px;
	text-align: left;
	border: solid 1px Green;
}
.AltMenuClass a, .AltMenuClass a:visited, .AltMenuClass a:link
{
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
	float: left;
}

.AltMenuClassSelected a
{
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	float: left;
}
#AltMenuDiv
{
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
