.menu {width:700px; height:43px; position:relative; z-index:100; background: url(../images/bg-nav-bar.gif) no-repeat left top; padding: 10px 0 0 0;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:701px; w\idth:701px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height: 33px;}
.menu ul ul {width:auto;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative; background: url(../images/bg-nav-divider.gif) no-repeat 0 0; padding: 0 6px 0 8px;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; width:auto; font-size:11px;text-decoration:none; color:#0a1c68; height:33px; line-height:33px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:33px;left:0; width:auto; background:#aed7fb;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul li {background: none;}
.menu ul ul a, .menu ul ul a:visited {display:block; background: transparent url(../images/bg-nav-menu.png) repeat-x 0 0; line-height: 17px; color:#0a1c68; height:auto; padding:3px 5px; width:160px;}

/* style the top level hover */
.menu a:hover {text-decoration: underline;}
.menu ul ul a:hover{text-decoration: underline; background: #ddefff;}
.menu :hover > a, .menu ul ul :hover > a {text-decoration: underline; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu li#nav-home {background: none; padding: 0 6px 0 0;}

.menu li#btn-reports {background: none; padding: 0; margin: 0;}
.menu a#nav-reports {font-weight: normal; color: #fff; background-color: #085aa6; padding: 0 5px; margin: 8px 0 0 20px; height: 17px; line-height: 17px;}
.menu a#nav-reports:hover, .menu ul ul a#nav-reports:hover {text-decoration: underline; background-color:#0b80ec;}
.menu :hover > a#nav-reports, .menu ul ul :hover > a#nav-reports {text-decoration: underline; background-color:#0b80ec;}




