#supernav {
margin-top:10px;
margin-bottom: 0;
}

#supernav .menu {
width: 100%;
font-weight: bold;
}

#supernav .menu:after { /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#supernav .menu ul {
padding: 0;
margin-bottom: 3px;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

*html #supernav .menu ul {
margin-bottom: 0;
}

#supernav .menu ul li {
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #494949;
padding: 4px 6px;
margin: 0 0  10px 0;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-left: 0;
background: url(http://i.cmpnet.com/techweb/supernav/chromebg.gif) center repeat-x;
}

#supernav .menu ul li a {
color: #494949;
text-decoration: none;
}

#supernav .menu ul li a:hover, #supernav .menu ul li a.current {
color: #CF0202;
text-decoration: none;
}

#supernav .tabcontainer {
clear: left;
border-top: 1px solid #cccccc;
width:985px; /*width of 2nd level sub menus*/
height:25px; /*width of 2nd level sub menus*/
margin-top:0;
text-align:left;
padding-top: 2px;
padding-left: 15px;
}

#supernav .tabcontent {
display: none;
padding-top: 3px;
padding-bottom: 3px;
}

#supernav .tabcontent img {
border:0;
}

#supernav a.supernavcontent {
color:#848484;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:600;
text-decoration: none;
}

#supernav a.supernavcontent:hover {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:600;
text-decoration: none;
}