div.MainMenu
{
/*	border-right: #5D8BA1 thin solid;*/
	padding-right: 0px;
/*	border-top: #5D8BA1 thin solid;*/
	padding-left: 0px;
	font-size: 12pt;
	padding-bottom: 7px;
/*	border-left: #5D8BA1 thin solid;*/
	padding-top: 7px;
/*	border-bottom: #5D8BA1 thin solid;*/
	font-family: Tahoma, Serif, Sans-Serif;
/*	font-family: 'Times New Roman' , Times, Sans-Serif;*/
/*	background-color: #5D8BA1;*/
	width:800px;
}
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: Tahoma, Serif, Sans-Serif;
/*	    font-family: 'Times New Roman' , Sans-Serif;*/
	padding : 0 0 0 1px; 
}
div.MainMenu a
{
	color : #D3EDBA;			/*STACEY button text*/
	background-color : #990033; /*STACEY button Background*/
	text-decoration : none;
	margin : 2px 0px 2px 0px;
	padding : 0px 5px 0px 5px;
	border:outset thin #990033;
}
div.PopupMenu a
{
	color : #2F6179;
	background-color : #C0DAE6;
	text-decoration : none;
	padding : 0px 5px 0px 5px;
}
div.MainMenu a:visited,
div.PopupMenu a:visited
{
	color : #D3EDBA;	/*STACEY -- text color*/
}
div.MainMenu a.selected,
div.PopupMenu a.selected
{
	background-color : #5D8BA1;
	color : Gray;
}
div.PopupMenu a:hover,
div.MainMenu a:hover
{
	background-color : #D3EDBA;		/*STACEY -- selected Background*/
	color : #990033;					/*STACEY -- selected text color*/
	border:inset thin fushia;
}
div.PopupMenu a,
div.Verticle a
{
	display : block;
	white-space:nowrap;
}

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