/* menu left */
#dropmenudiv{
position:absolute;
border:1px solid #4E8A1C;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4E8A1C;
padding: 1px 0;
text-decoration: none;
color:#333333;

}
img{border:0px;}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E77817;
color:#ffffff;
}
.style1 {color: #FFFFFF}
.menuOut {
cursor:pointer;
margin:8px;
color:#000000;
width:183px;
height:22px;
line-height:21px;
border:0px solid #4E8A1C;
padding:2px;
text-align:left;
font-family:Verdana;
font-weight:normal;
font-size:10px;
}
.menuOver {
cursor:pointer;
margin:8px;
color:#022E9B;
width:183px;
height:22px;
line-height:21px;
border:0px solid #4E8A1C;
padding:2px;
text-align:left;
font-family:Verdana;
font-weight:normal;
font-size:10px;
}
.submenu {
width:115px;
font-family:Verdana;
font-size:10px;
color:#666666;
}
.submenu a {color:#333333; text-decoration:none; font-weight:none;}
.submenu a:hover {color:#666666; text-decoration:none; font-style:none; font-weight:none;}

