#dropmenudiv{ /*flyout menu 1*/
position:absolute;
background-image:url(/design_files/buttons/side-1.jpg);
border: none;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:21px;
z-index:100;
}

#dropmenudiv a{ /*flyout menu on mouseover*/
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
color:#3C5678;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
text-decoration: none;
color:none;
	
}
#dropmenudiv a:link {
	text-decoration: none;
	
}


ul.navlist {
position:relative;
left:5px;
top:10px;
width: 150px;
list-style:none;
background-image:url(/design_files/buttons/side-2a.jpg);
margin:0;
padding:0;
font:bold 12px Arial;
line-height:21px;
}
ul.navlist  a:link {
	text-decoration: none;
	color: #3C5678;
}
ul.navlist  a:visited {
	text-decoration: none;
	color: #3C5678;
}
ul.navlist  a:hover {
	text-decoration: none;
	color: #3ca1d4;
}