/*div tag surrounding the menubar table*/
.clsMenuHeaderColor
{
	background-color:#7fb8d5;
}

/*cell in the menu bar table*/
.clsMenuHeader
{
	cursor:default;
}

/*hover for the text in the menu bar*/
.clsMenuHeaderHover
{
	cursor:default;		
}

/*what to do for images in the menu bar*/
.clsImg
{
	cursor:hand;
}

/*div tag for drop down menu*/
.clsDropMenu
{
	visibility:hidden;
	position:absolute;
	/*table for drop down menu*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	background-color:#bfdbe9;
	border-color:black;
	border-style:solid;
	border-width:1;
	padding:0px 0px 0px 0px; 	
	width:auto;
	white-space:nowrap;
	z-index:50;
}

/*cell for drop down menu*/
.clsDropMenuItem
{
	color:black;
/*	border-left: solid 1 white;
	border-top: solid 1 white;
	border-bottom: solid 1 black;
	border-right: solid 1 black;*/
	padding:1px;
	font-size:12pt;
	height:20px;
	z-index:50;
}

/*cell when the mouse is over*/
.clsDropMenuItemHover
{
	background-color:#000084;
/*	border-left: solid 1 white;
	border-top: solid 1 white;
	border-bottom: solid 1 black;
	border-right: solid 1 black;*/
	padding:1px;
	font-size:12pt;
	height:20px;	
	z-index:50;
}


/*link in drop down menu*/
.clsDropMenuLink, a.clsDropMenuLink:link, a.clsDropMenuLink:active, a.clsDropMenuLink:visited
{
 	text-decoration:none;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:14px;
	font-weight:lighter;
	color:black;
	white-space:nowrap;
	z-index:50;
}

/*link when hovered*/
a.clsDropMenuLink:hover
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:14px;
	font-weight:lighter;
	color:white;
	white-space:nowrap;
}



