.topnav{                
    position:absolute;
    visibility: hidden;
    border:0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    font-family:verdana, Times New Roman, Georgia, Arial;
    line-height: 18px;
    z-index: 100;
    width: 100px;
    font-size:12px;
    text-align:left;
 /*   padding-left:5px;
      margin-top:22px !important; */
    margin-top:0px;
    margin-left:17px;
    color:#111d4d;
    background-color:#e9ecf1;
    background-image: url(/images/bg_submenu.gif);
    background-repeat:repeat-x;
    background-position:top;
}       

.topnav a {
    width: 100%;
    display: block;
    text-indent: 10px;
    border-bottom: 0px;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    color:#111d4d;

}

.topnav a:hover 
{
    /*hover background color*/
    /* color:#003366; */
    color:#cc0033;
    text-decoration: none;
}

a.submenu, a.submenu:link, a.submenu:visited{
    color:#111d4d;
	font-size:12px;
	height:20px;
    }
a.submenu:hover {
    color:#cc0033;
    }
td.NavSpacer {
	width:7px;
}	