@charset "utf-8";

body {
margin : 0;
background-color : #4c4cb4;
background-image: url(img/bg_front.png);
background-repeat:repeat-x;
margin:0px;
text-align:center;
}

#limbi {
	position:relative;
	top:68px;
	width:100%;
}

#limbi ul.sus {
width:250px;
padding:0px;
list-style-type:none;
	margin-right:auto;
	margin-left:auto;
}

#limbi ul.sus li.meniu_s{
	}

#limbi ul.sus li.meniu_s a {
font-weight : bold;
font-size:11px;
}

#limbi ul.sus li {
position:relative;
width:70px;
height:25px;
text-align:center;
line-height:25px;
margin:0px;
margin-left:10px;
float: left;
/*border:1px solid #cccccc;
border-top:3px solid #cccccc;
border-bottom:none;
border-collapse: collapse;*/
	-moz-border-radius: 10px 10px 10px 10px;	
	-webkit-border-radius: 10px 10px 10px 10px;

}
span.text {
	display:none;
	position:absolute;
	width:100%;
	white-space:nowrap;
	text-align:center;
	font-family : Verdana, Helvetica;
	font-size: 15px; 
	font-weight:normal;
	color:#ffffff;
	top:393px;
	}
	/*
#limbi ul.sus li:hover span.text {


	}*/
	
#limbi ul.sus li:hover {
border-bottom:3px solid #6d0101;
position:relative;
width:70px;
height:25px;
margin:0px;
margin-left:10px;
line-height:25px;
float: left;
	-moz-border-radius: 10px 10px 10px 10px;	
	-webkit-border-radius: 10px 10px 10px 10px;
}

#limbi ul.sus li a{
font-family : Verdana, Helvetica;
font-size: 11px; 
font-weight:bold;
color:#8e8c8c;
text-decoration:none;
background-color : inherit;
line-height:25px;
}

#limbi ul.sus li:hover a{
font-family : Verdana, Helvetica;
font-size: 11px; 
font-weight:bold;
color:#6d0101;
text-decoration:none;
background-color : inherit;
line-height:25px;
}