.noJs{display:none}

#menu{ margin:0px; height:31px; width:898px; background-color:#e3e3e3; }
#menu dl {
 width: 200px;
 float: left;
 margin: 0px;
}
#menu dt {
 text-align: center;
 font-weight: bold;
 line-height:31px;
 height:31px;
 margin:0px;
 padding:0px;
}

#menu dd {
 width: 200px;
 margin:0px;
}
#menu ul {
 background-image:url(../images/ssmenu.jpg);
 background-repeat:repeat-y;
 margin:0px;
 padding:0px;
}
#menu li {
 list-style-type: none;
 text-align: center;
 margin:0px;
}
#menu li a, #menu dt a {
 color: #0f2b56;
 text-decoration: none;
 display: block;
 height: 100%;
}
#menu li a { padding-top:5px; padding-bottom:5px; }
#menu dt a:hover {
background:#eee;
color:#e8d62f;
}
#menu li a:hover {  background:#eee; color:#b7ce3f; padding-top:5px; padding-bottom:5px; margin-left:2px; margin-right:2px; }

#menu dd {
 display:none;
 position: absolute;
 z-index:100;
}
