/* BEGIN style10 */


ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}


div.menu li {
float: left;
}

div.menu a {
color: #efefef;
display: block;
width: auto;
text-decoration: none;
background: #333333;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #000;

border-right: 1px solid #000;

font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;}
}

div.menu a:hover {
background: #FF9900;
color: #333333;
font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}

div.menu a:active {
background: gray;
border: 1px solid gray; 
color: #fff;
}
#smenu1, #smenu2, #smenu3, #smenu4  {
margin-left: 0px;
padding: 0px 2px;
float: left;
display: none;
font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
width: 120px;
background: #333333;
color: #efefef;

}
.mentions {
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
a {text-decoration: none;
color: #222;
}
.admintr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #3399CC;
	color: #000000;
}




/* END style10 */

