#menu{        width:100%;
        float:left;
        z-index:500;
	margin:  2px 2px 2px 3px;
	text-align="left";
      }

#main_list {
        float:left;
        cursor:pointer;
        z-index:500;
        width:105px;
        border-right/**/: 0px solid #fff !important;
        margin-right/**/: 0px !important;
	margin-top: 10px;
	text-align="left";
}
#main_list DIV.items {
        display: none;
        cursor:pointer;
        position:absolute;
        z-index:500;
        top:auto; 

}
#menu h2 {
        width: 110px;
        border-right:1px solid #fff;
        border-bottom:1px solid #fff; 
        color:#fff;
        background:#3D648B;
}

#menu a {
        width: 110px;
        border-bottom:1px solid #fff;
        border-right:1px solid #fff;
        background:#3D648B;  
        text-decoration:none;
        font-weight: normal;
        line-height: normal;
}

#menu a, #menu h2 {
        font: normal 11px arial,helvetica,sans-serif;
        font-weight: normal;
        display:block;

        white-space:nowrap;
        margin:0px;
        padding:3px 1px 2px 1px; 
        text-align: center;
        line-height: normal;
}
#menu dt {
        width: 110px;
        border-bottom:1px solid #fff;
        border-right:1px solid #fff;
        background:#3D648B;  
        color:#ffffff;
        text-decoration:none;
        font-weight: normal;
        line-height: normal;
        font: normal 11px arial,helvetica,sans-serif;
        font-weight: normal;
        display:block;
        white-space:nowrap;
        margin:0px;
        padding:3px 1px 2px 1px; 
}
#menu a:visited, #menu a:link {
        color:#ffffff; 
        text-decoration:none;
        font-weight: normal;
        line-height: normal;
}

#menu a:hover {
        color:#000000;
        background:#dddddd;
        text-decoration:none;
        font-weight: normal;
        line-height: normal;
}
#menu a:active{ 
        color:#ffffff;
        background:#cccccc;
        font-weight: normal;
        line-height: normal;
}

