
#menuBarHolder { width: 100%; height:45px; background-color:#000; color:#fff; font-family:Verdana; font-size:14px; margin-top:0px; padding:0px; border-top:1px solid #FFFFFF;  }
#menuBarHolder ul{ list-style-type:none; display:block; margin:1px 20px; padding:0px;}
.firstchild { border-left:1px solid #ccc;}
#container { margin-top:100px;}
#menuBar li{  float:left;  padding:5px 10px; height:35px; width:110px; border-right:1px solid #ccc; text-align:center; }
#menuBar li a{ color:#fff; text-decoration:none; /*letter-spacing:-1px; font-weight:bold;*/ text-align:center; }
#menuBar a{ color:#fff; text-decoration:none; /*letter-spacing:-1px; font-weight:bold;*/ text-align:center; }
#menuBar li:hover{color:#fff; background-color:#F00; text-decoration:none; /*letter-spacing:-1px;*/ font-weight:bold;}


.menuHover { background-color:#999;}
.menuInfo { cursor:hand; background-color:#000; color:#fff; width:104px; font-size:11px;height:100px; padding:3px; display:none;  position:absolute; margin-left:-15px; margin-top:-15px;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;   -khtml-border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;border-radius-bottomleft: 5px;
}


