/*---------------------- TOOLS ----------------------*/
#tools
{
margin:0;
padding:0;
outline:none;
}

#tools
{
color:#000;
font:12px Arial, Helvetica, sans-serif;
}


#tools img
{
border:0;
}

#tools
{
/*clear:both;
position:fixed;
_position:absolute;
_top:expression(documentElement.scrollTop+body.scrollTop);
z-index:1002;
*/
width:100%;
height:30px;
background:#f6f6f6;
}

#tools .tools_rub
{
float:left;
display:block;
width:100%;
}

#tools .tools_cnt
{
position:relative;
width:1004px;
display:block;
margin:0 auto;
}

#tools .nav
{
float:left;
display:block;
width:770px;
}

#tools .nav ul
{
float:left;
display:block;
padding:0 0 0 25px;
}

#tools .nav ul li
{
float:left;
display:block;
/*height:30px;
line-height:30px;*/
color:#925a93;
font-weight:bold;
}

#tools .nav ul li a
{
color:#9e9797;
}

#tools .tools_cnt .nav ul li a:hover
{
text-decoration:none;
}

#tools .tools_cnt .nav ul .item0 a:hover
{
color:#fe7623;
}

#tools .tools_cnt .nav ul .item1 a:hover
{
color:#7c3497;
}

#tools .tools_cnt .nav ul .item2 a:hover
{
color:#925a93;
}

#tools .tools_cnt .nav ul .sepa
{
color:#afa7a7;
font-size:13px;
padding:0 25px;
}