/* CSS Document */
#top-content .nav {
position:relative;
height:25px;
top:-29px;
margin-bottom:-30px;
float:right;
padding-right:7px;
}
html > body #top-content .nav {
top:-20px;
}
#top-content .nav ul {
margin:0;
padding:0;
list-style:none;
float:left;
}
#top-content .nav ul li {
float:left;
background:url(../images/tab-right-inactive.gif) no-repeat top right;
}
#top-content .nav ul li a {
display:block;
padding:7px 15px 5px 19px ;
background:url(../images/tab-left-inactive.gif) no-repeat top left;
text-decoration:none;
color:#4D4D4D;
font-size:12px;
font-family:'Trebuchet MS', Arial,Verdana;
float:left;
font-weight:bold;
}
#top-content .nav ul li.active {
float:left;
background:url(../images/tab-right-active.gif) no-repeat top right;
}
#top-content .nav ul li a.activenav {
display:block;
padding:7px 15px 5px 15px ;
background:url(../images/tab-left-active.gif) no-repeat top left;
text-decoration:none;
color:#239339;
font-size:12px;
font-family:'Trebuchet MS', Arial,Verdana;
float:left;
font-weight:bold;
}