@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
#topBar{
width:1003px;
height:28px;
vertical-align:top;
margin:0 0 0 0!important; font:bold 11px Times New Roman; color:#373A34; letter-spacing:0.1em;
background:#000;
}
.button {display:inline; float:left;  text-decoration:none; color:#f1f1f1;  text-align:center; vertical-align:bottom; margin:0 10px 0 0; padding:10px; height:9px; }
.button:hover{background:#474747; color:#fff; cursor:pointer;}

a.url, a:link.url, a:active.url{
color:#ffffff;
text-decoration:none; margin:1px 0 0 0;
}

/*a:link.drop{ background:transparent; height:9px; padding:10px;}*/

.dropdown {float:left; display:block; margin:0 10px 0 0; text-align:center; cursor:pointer; }
.dropdown dt {color:#999999; cursor:pointer; text-align:center; }
.dropdown dt:hover { color:#FFFFFF;}
.dropdown dd {position:absolute; overflow:hidden; clear:left;  margin-top:3px; display:none; opacity:0; filter:alpha(opacity=0);  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; background-position:left; }
.dropdown ul { list-style:none; border-top:none; float:left; display:inline; }
.dropdown li { width:190px; text-align:left;}
.dropdown li a:hover{ background:#444444;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:9px 7px 5px 7px; color:#E3E3E3; text-decoration:none; text-align:left;  /*background:url(../images/btnb.png) center top repeat-x;*/ background:#000;  z-index:5000; }
.dropdown a:hover {background:#474747; color:#fff;  z-index:5000;}
.dropdown .underline {border-bottom:1px solid #111111; }


