/*Submenus*/



#dropmenudiv{
position:absolute;
font: "Lucida Bright",Arial, Helvetica,sans-serif;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FF9;
font:normal 13px "Lucida Bright",Arial, Helvetica,sans-serif;
line-height:23px;
z-index:100;
}
#dropmenudiv a{
	font: 12px "Lucida Bright",Arial, Helvetica,sans-serif;
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FF9;
padding: 1px 0;
line-height:23px;
text-decoration: none;
background-color: #819bc0;

}
#dropmenudiv a:hover{ /*hover background color*/
	font: 12px "Lucida Bright",Arial, Helvetica,sans-serif;
	color: black;
background-color: #426D9C;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9;
	line-height:23px;
background: #426D9C url(../images/arrow_41.gif) no-repeat    ;


}


