div.MainMenu
{
	border-right: #5D8BA1 thin solid;
	padding-right: 0px;
	border-top: #5D8BA1 thin solid;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 1px;
	border-left: #5D8BA1 thin solid;
	padding-top: 1px;
	border-bottom: #5D8BA1 thin solid;
	font-family: 'Times New Roman' , Sans-Serif;
	background-color: #5D8BA1;
}
div.PopupMenu
{
	z-index: 101;
	left: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px;
	text-align : left;
	background-color : #5D8BA1;
	border : solid thin #5D8BA1;
	font-size: 10pt;
	font-family: 'Times New Roman' , Sans-Serif;
	padding : 0 0 0 1px; 
}
div.MainMenu a
{
	color : #2F6179;
	background-color : #C0DAE6;
	text-decoration : none;
	margin : 2 0 2 0;
	padding : 0 5 0 5;
}
div.PopupMenu a
{
	color : #2F6179;
	background-color : #C0DAE6;
	text-decoration : none;
	padding : 0 5 0 5;
}
div.MainMenu a:visited,
div.PopupMenu a:visited
{
	color : #2F6179;
}
div.MainMenu a.selected,
div.PopupMenu a.selected
{
	background-color : #5D8BA1;
	color : Gray;
}
div.PopupMenu a:hover,
div.MainMenu a:hover
{
/*	background-color : #4693B8; */
	background-color : #5D8BA1
}
div.PopupMenu a,
div.Verticle a
{
	display : block;
	white-space:nowrap;
}

div div.PopUpSeperator
{
	border : inset thin blue;
}
