
/***********************************************
* AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
* http://www.dynamicdrive.com/dynamicindex1/anylinkcss2.htm
***********************************************/

A.menu:active		{text-decoration: none; color: #6991C2; font-weight: bold;}
A.menu:hover		{text-decoration: none; color: white;}
A.menu:link			{text-decoration: none; color: #FFFFFF; font-weight: bold;}
A.menu:visited		{text-decoration: none; color: #FFFFFF; font-weight: bold;}

#dropmenudiv{
position:absolute;
background-color: #9CC2CD;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
color: #006973;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #006380; /*ACD0B6*/
	color: white;
	text-decoration: none;	
}

.navlist li {
list-style-type: none;
width: 150px;
}

.divMenu {
	line-height: 25px;
	text-decoration: none;
	font: normal 15px Verdana;
}

.divMenu a:hover{

	text-decoration: none;
}


#divMenu a{
	height: 35px;
	width: 150px;
	background-color: #EE9900;
	text-decoration: none;
}

#divMenu a:hover{
	background-color: #EE9900;
	text-decoration: none;
}