
.glossymenu{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	background: url(../images/menub_bg.gif) repeat-x; /*tab background image path*/
        height: 46px;
        border-bottom: 1px solid #e3e3e3;
	list-style: none;
}


.glossymenuv{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	background: url(../images/menubv_bg.gif) repeat-y; /*tab background image path*/
	width:200px;
        height: 600px;
	list-style: none;
}


.glossymenu li{
	float:left;
        
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
        padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.curr a, .glossymenu li a:hover{
        color: #fff;
	background: url(../images/menub_hover_left.gif) no-repeat; 
	background-position: left;
}

.glossymenu li.curr a b, .glossymenu li a:hover b{
        color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; 
}


div#navigare{width:980px; height:20px; background:#045c97;padding-left:10px; }
div#navigare a {font-family:Arial;color:#ffffff;font-size:13px;font-weight: bold;}
div#navigare a:hover {font-family:Arial;color:#ff0000;font-size:13px;font-weight: bold;}

b.nsub
 {
 font-family:arial;
 color:#ebebeb;
}

b.ndom
 {
 font-family:arial;
 color:#ebebeb;
}

div.menu_caut {
 color:white;
 padding-top:5px;
 padding-bottom:7px;
 padding-left:10px;
 padding-right:10px;
 margin-bottom:-5px;
 font-family:Arial;
 background:#045c97; 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
align:center;
border: 0px solid white; /*THEME CHANGE HERE*/
border-bottom: 4px solid white; 
border-left: 4px solid white;
border-right: 4px solid white;
font:normal 13px Arial;
line-height:18px;
z-index:100;
background-color: #045c97;
width: 170px;
visibility: hidden;
text-align:right;
}

.dropmenudiv_a a span{
position:absolute;
padding-left:2px;
}

.dropmenudiv_am{
position:absolute;
top: 0;
border: 0px solid #980E10; /*THEME CHANGE HERE*/
/*border-top-width: 8px; Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 13px Arial;
line-height:18px;
z-index:100;
background-color: #045c97;
width: 200px;
}


.dropmenudiv_a a{
width: 150px;
display: block;
text-indent: 5px;
border-top: 0 solid #FDE8E9;
border-bottom: 1px solid #FDE8E9; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color: white;
padding-right:10px;
}

.dropmenudiv_a a table{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #FDE8E9;
border-bottom: 1px solid #FDE8E9; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color: white;
}



.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
background: transparent ;
/*url(sub_bottom.gif) bottom left no-repeat;*/
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: black;
color: red;
}

.dropmenudiv_a a:hover table{ /*THEME CHANGE HERE*/
background-color: black;
color: red;
}


/*pentru home*/

.dropmenudiv_aclas{
position:absolute;
top: 0;
border: 0px solid #980E10; /*THEME CHANGE HERE*/
/*border-top-width: 8px; Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 13px Arial;
line-height:15px;
z-index:100;
background-color: #045c97;
width: 100px;
visibility: hidden;
}


.dropmenudiv_aclas a.dom{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #FDE8E9;
border-bottom: 0px solid #FDE8E9; /*THEME CHANGE HERE*/
padding-left: 10px;
text-decoration: none;
color: white;
}

.dropmenudiv_aclas a.subdom{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #FDE8E9;
border-bottom: 0px solid #FDE8E9; /*THEME CHANGE HERE*/
padding: 0 0 0 0;
text-decoration: none;
color: white;
}

.dropmenudiv_aclas a.sub_bottom{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
background: transparent ;
/*url(sub_bottom.gif) bottom left no-repeat;*/
}

* html .dropmenudiv_aclas a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_aclas a:hover{ /*THEME CHANGE HERE*/
/*background-color: #8a3c3d;*/
color: red;
}

#joss { background-color: #ffffff; }

.show{
        background:#045c97;
        text-align:center;
        font-family:Arial;
        font-size:13px;
        margin:0px;
        padding:4px;
        width:300px;
        color:white;
        cursor:pointer;
        cursor:hand;  
    }

}