.reset, .reset li, #pager ul, #pager ul li { 
 margin:0; 
 padding:0; 
 list-style:none; 
}

.wrapper { 
 width:100%; 
 text-align:center; 
 margin:0 auto; 
}

.toppanel { 
 background-color:#202020; 
 height:35px; 
 padding-right:7px; 
 border:1px solid #262b2e;
}	

.topmenu, .topmenu li { 
 display:inline; 
}	

.topmenu, .submenu { 
 font-size:1.1em; 
}	

.topmenu li a { 
 border-right:1px solid #262b2e; 
 text-decoration:none !important; 
 float:left; 
 padding:0 12px; 
 height:35px; 
 line-height:34px; 
 color:#fff; 
 text-transform:uppercase; 
}	

.topmenu li a.sub { 
 padding-right:30px; 
 background:url("/img/sublinks.png") no-repeat 100% 0; 
}	

.topmenu li a:hover, .topmenu li a.selected { 
 background-color:#333333;
 color:#ffba00;
}	

.topmenu li a.sub:hover, .topmenu li a.selected { 
 background-position:100% -35px; 
}	

.submenu { 
 margin:-1px 0 0 0; 
 background-color:#333333; 
 border:1px solid #262626; 
 position:absolute;
 top:0; 
 z-index:100; 
 width:195px; 
 visibility:hidden;		
 filter:alpha(opacity=95);		
 -moz-opacity:0.95;		
 -khtml-opacity:0.95;		
 opacity:0.95;	
 text-align:left;
}	

.submenu a { 
 border-bottom:1px solid #34393b; 
 width:100%; 
 display:block; 
 text-indent:12px; 
 padding:7px 0; 
 text-decoration:none !important; 
 color:#fff; 
}	

.submenu a:hover { 
 background-color:#202020;
 color:#ffba00;
}