body {background:lightgrey; margin:0px; font: 12px Verdana, Georgia, Arial}
* {padding:0; margin:0}
.dropdown {float: left; padding-right:2px}
.dropdown dt {padding:3px; cursor:pointer; background:url(images/arma_menu.jpg); color: white; width:140px; height: 30px; text-align:center}
.dropdown dt:hover {background:url(images/arma_menu.jpg);}
.dropdown dd {position:absolute; overflow:hidden; display:none; background:#fff; z-index:180; opacity:0}
.dropdown ul {border:1px solid gray; padding:3px; cursor:pointer; color: yellow;}
.dropdown li {display:block}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:3px; text-decoration:none; color: black; width: 150px; background-color: #99cccc;}
.dropdown a:hover {background:#009999; color:#000; }
.dropdown .underline {border-bottom:1px solid lightgrey;}

.dropdownT {float: left; padding-right:2px; }
.dropdownT dt {padding:3px; cursor:pointer; background:url(images/arma_menu.jpg); color: white; width:140px; height: 30px; text-align:center; }
.dropdownT dt:hover {background:url(images/arma_menu.jpg); }
.dropdownT dd {position:absolute; overflow:hidden; display:none; background:#fff; z-index:180; opacity:0; }
.dropdownT ul {border:0px solid green; padding:0px; cursor:pointer; text-align:center;  }
.dropdownT li {display:block; }
.dropdownT a, .dropdownT a:active, .dropdownT a:visited {padding:3px; color:white; text-decoration:none; background:url(images/arma_menuT.jpg); height: 30px; width: 120px; vertical-align: middle; }
.dropdownT a:hover {color:black; }

.dropdown2 {float: left; padding-right:5px}
.dropdown2 dt {padding:5px; cursor:pointer; background:#33cccc; color: white}
.dropdown2 dt:hover {background:#66cccc}
.dropdown2 dd {position:absolute; overflow:hidden; display:none; background:#fff; z-index:180; opacity:0}
.dropdown2 ul {list-style:none;}
.dropdown2 li {display:block;}
.dropdown2 a, .dropdown2 a:active, .dropdown2 a:visited {display:block; padding:5px; color:black; text-decoration:none; background:#66cccc; width: 200px}
.dropdown2 a:hover {background:#99cccc; color:#000; width: 200px;}


