ul.css-tabs {  
margin:0 !important; 
padding:0;
padding-bottom:0px;
height:25px;
border-bottom:0px solid #666;	 	
}

/* Single tab */

ul.css-tabs li {  
float:left;	 
padding:0; 
margin:0;  
list-style-type:none;	
}

/* Link inside the tab. uses a background image */

ul.css-tabs a { 
float:left;
line-height:2em;
text-align:center;
position:relative;
top:-1px;
font-size:13px;
display:block;	
text-decoration:none;
width:117px;
height:25px;
background: url(../img/taboff.png) no-repeat #fff;
color:#333;
margin-right:1px;
position:relative;
top:1px;	
}

ul.css-tabs a:hover {
background-color:#F7F7F7;
color:#777;
width:117px;
height:25px;
}
	
/* Selected tab */

ul.css-tabs a.current {
background: url(../img/tabover.png) no-repeat #fff;
border-bottom:0px solid #ddd;
position:relative;
top:1px;		
cursor:default;
}
	
/* Tab pane */

.css-panes div {
background: url(../img/bg_small.png) repeat-x #fff;
background-position: top;
display:none;
border:1px solid #a8b1ba;
border-width:1px 1px 1px 1px;
width:935px;
min-height:150px;
padding:15px 1px;	
}

:focus {
-moz-outline-style:none;
}

td.menudata {
	z-index: 64;
}

ul.topnav {
list-style: none;
padding: 0 20px;	
margin: 0;
float: left;
width: 900px;
height:25px;
font-size: 11px;
z-index: 64;
}

ul.topnav li {
position:relative;
top:-5px;
float: left;
margin: 0;	
padding: 0 15px 0 0;
position: relative;
z-index: 64;
}

ul.topnav li a{
padding: 10px 5px;
color: #fff;
display: block;
text-decoration: none;
float: left;
z-index: 64;
}

ul.topnav li a:hover{
background: url(../img/menuhover.png) no-repeat center bottom;
color:#FFF;
z-index: 64;
}

ul.topnav li span {
width: 17px;
height: 35px;
float: left;
background: url(../img/subnav_btn.png) no-repeat center top;
z-index: 64;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;}
ul.topnav li ul.subnav {
list-style: none;
position: absolute;
left: 0; top: 29px;
background: #333;
margin: 0; padding: 0;
display: none;
float: left;
width: 170px;
overflow:hidden;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
z-index: 64;
list-style-type:none;
}

ul.topnav li ul.subnav li{
margin: 0; padding: 0;
border-top: 1px solid #252525;
border-bottom: 1px solid #444; 
clear: both;
width: 170px;
z-index: 64;
list-style-type:none;
}

html ul.topnav li ul.subnav li a {
float: left;
width: 145px;
background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
padding-left: 20px;
z-index: 64;
list-style-type:none;
}

html ul.topnav li ul.subnav li a:hover {
background: #222 url(../img/dropdown_linkbg.gif) no-repeat 10px 13px; 
color:fff;
z-index: 64;
list-style-type:none;
}

