
#topmenu { margin:0px;padding:0px;color:#ffffff;font-size:12px;font-weight:bold;background-image:url(../images/design/inside-nav-bg.jpg);border: solid 1px #ffffff;height:28px; }

#topmenu dl.dropdown { display:block;float:left;position:relative; margin:0px; padding:0px; }

#topmenu dl.dropdown dt { border-right:1px solid #ffffff; margin:0px; padding:6px; font-weight:bold; background-image:url(../images/design/inside-nav-bg.jpg);  text-align:center;}

/*
#topmenu dl.dropdown dt { border-right:1px solid #ffffff; margin:0px; padding:6px; font-weight:bold; cursor:pointer; background-image:url(../images/design/inside-nav-bg.jpg);  text-align:center;}
*/
/*
#topmenu dl.dropdown dt { border-right:1px solid #ffffff; padding:6px; font-weight:bold; cursor:pointer; background-image:url(../images/design/inside-nav-bg.jpg);  text-align:center;}
*/

#topmenu dl.dropdown dt:hover { text-decoration:underline; }

#topmenu dl.dropdown dd { position:absolute; overflow:hidden; width:180px; display:none; background:#fff; z-index:200; opacity:0; }

#topmenu dl.dropdown ul { padding:0px; margin:0px; border:1px solid #0A56D6; list-style:none; border-top:none; background-color:#eeeeee;}

#topmenu dl.dropdown li { display:inline; margin:0px; }

#topmenu dl.dropdown a, 
#topmenu dl.dropdown a:active, 
#topmenu dl.dropdown a:visited { display:block; padding:5px; color:#333; text-decoration:none; }

#topmenu dl.dropdown a:hover { text-decoration:underline; color:#000000; }

#topmenu dl.dropdown .underline { border-bottom:1px solid #ffffff; }


