/* header styles */
#header_right {
float:right;
width:500px;
}
#forum #header_right{
width:500px;

}
#header_left {
float:left;
}
#search{
margin:0 0 15px 0;
float:right;

}
.floaty_right{
float:right;
}
.clear{
clear:both;
}
#search label{

}
#search input {
vertical-align: middle;
}
#top_nav ul{
list-style:none;
/*padding-top:8px;*/
padding-top:39px;
font-size:11px;
margin:0;
}
#forum #top_nav ul{
padding-top:20px;
}
#top_nav ul li{
float:right;
margin:0;
padding:0 10px 0 10px ;
border-right:1px solid #615F61;
line-height:25px;
}
#top_nav ul li a{
color:#fff;
text-decoration:none;
}
#top_nav ul li a:hover, #top_nav ul li a.active{
color:#00A5EC;
text-decoration:none;
}
#top_nav ul li.last{
border:none;
}
/* end header styles*/