
/***********************************************
* 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: red;}
A.menu:link		{text-decoration: none; color: #6991C2; font-weight: bold;}
A.menu:visited		{text-decoration: none; color: #6991C2; font-weight: bold;}


#dropmenudiv{
position:absolute;
background-color: #C1CCC4;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 125%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #DAE7DE; /*ACD0B6*/
	text-decoration: none;	
}

.navlist li {
list-style-type: none;
width: 150px;
}

.divMenu {
	width: 150px;
	background-color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
}

.divMenu a:hover{
	background-color: #DAE7DE;
	text-decoration: none;
}

#divMenu a{
	height: 35px;
	width: 150px;
	background-color: #FFFFFF;
	text-decoration: none;
}

#divMenu a:hover{
	background-color: #DAE7DE;
	text-decoration: none;
}