.menu {font-size:12px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;width:202px;}
/* position relative so that you can position the sub levels */
.menu li {position:relative;height:26px;z-index:1;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
/* style the links */
.menu a {display:block;text-decoration:none;height:25px;line-height:25px;width:202px;color:#000;text-indent:5px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#0C547A;}
.menu :hover > a {color:#fff;background:#0C547A;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;top:0;left:160px;}
/* 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;}
#sub2{width:245px;margin-top:-15px;}
#sub2 ul{margin:0 auto;width:225px;}
#sub2 li{width:225px;margin:0 auto;position:relative;z-index:6;}
#sub2-top{width:245px;height:23px;background:url(../../imgs/subnavtop3.gif) no-repeat top;filter:alpha(opacity=95);opacity: 0.95;}
#sub2-bottom{width:245px;height:23px;background:url(../../imgs/subnavbottom2.gif) no-repeat bottom;filter:alpha(opacity=95);opacity: 0.95;}
#sub2b{width:245px;background:url(../../imgs/subnavbg2.gif) repeat-y;margin-left:10px;filter:alpha(opacity=95);opacity: 0.95;}
#sub2b a{background:none;position:relative;z-index:5;}
#sub2b a:hover{background:#0C547A;}