
#dropdmenu {

position:relative;
}
#dropdmenu ul .item {
display:none;
}
#dropdmenu ul ul:hover .item {
/*background:#000000 none repeat scroll 0 0;*/
display:block;
margin:1px;
padding:1px;
}
#dropdmenu ul ul:hover .item a {
background:#4A4210 none repeat scroll 0 0;
color:#ffffff;
text-decoration:none;
text-align:right;
width:180px;
padding-top:0px;
}
#dropdmenu ul ul:hover .item a:hover {
background:#4A4210 none repeat scroll 0 0;
color:#8B9800;
text-align:right;
width:180px;
padding-top:0px;

}
#dropdmenu ul {
/*background:#4A4210 none repeat scroll 0 0;*/
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0px;
width:100px;
}
.clear {
clear:both;
height:10px;
}
.top { 
cursor: pointer;
text-align:right;

}

.mid { 
cursor: pointer;
text-align:right;
padding-right:20px;
color:#ffffff;

}
