.bluetabs
{
padding:0px 0px 0px 0px;
border:0px solid red;
height:45px;
background:url(../images/bgr_meniu.jpg) repeat-x;
}

.bluetabs ul{
padding: 3px 0;
margin:0px;
font-size:14px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin:0px;
}

li.selecthome{
	background:url(../images/but_home.jpg) center no-repeat;
	padding:0px;
	margin:5px 0px 0px 0px;
	text-indent:-9999px;
	width:77px;
	height:57px;
	border:0px solid;
}
li.selectprezentare{
	background:url(../images/but_prezentare.jpg) center no-repeat;
	padding:0px;
	margin:5px 0px 0px 0px;
	text-indent:-9999px;
	width:120px;
	height:57px;
	border:0px solid;
}
li.selectasigcalitatii{
	background:url(../images/but_asigcalitatii.jpg) center no-repeat;
	padding:0px;
	margin:5px 0px 0px 0px;
	text-indent:-9999px;
	width:285px;
	height:55px;
	border:0px solid;
}
li.selectdivizii{
	background:url(../images/but_divizii.jpg) center no-repeat;
	padding:0px;
	margin:5px 0px 0px 0px;
	text-indent:-9999px;
	width:80px;
	height:57px;
	border:0px solid;
}
li.sferaact{
	background:url(../images/but_sfera.jpg) center no-repeat;
	padding:0px;
	margin:5px 0px 0px 0px;
	text-indent:-9999px;
	width:193px;
	height:56px;
	border:0px solid;
}
li.lucrari{
	background:url(../images/but_lucrari.jpg) center no-repeat;
	padding:0px;
	margin:5px 0px 0px 0px;
	text-indent:-9999px;
	width:114px;
	height:56px;
	border:0px solid;
}
.bluetabs li a{
display:block;
float:left;
font-size:14px;
text-decoration: none;
line-height:25px;
vertical-align:middle;
padding:10px 20px;
margin:10px 0px 3px 0px;
color: #666;
background:url(../images/separator.jpg) center right no-repeat;
}

.bluetabs li a:visited{
color: #666;
}

.bluetabs li a:hover{
text-decoration:none;
color: #FF0000;
border:1px solid #CCC;
background:none;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */

border-bottom-color: white;
margin-right: 3px;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
border:1px solid #CCC;
color:#000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0; /*THEME CHANGE HERE*/
font:normal 14px ;
line-height:18px;
z-index:100;
background: #CCC;
color:#FFFFFF;
width: auto;
padding:3px 0px;
visibility: hidden;
filter:alpha(opacity=80) ; 
-moz-opacity:0.8;

}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px; 
border-bottom: 1px solid #918d8d;
padding: 5px 10px;
text-decoration: none;
color: #000;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width:  auto;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
text-decoration:none;
color:#c00;
}
