/*LEFT MENU*/

#vertnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	LIST-STYLE-TYPE: none;
	width:191px;
	}
	
#vertnav A{
	DISPLAY: block;
	COLOR:#FFFFFF;
	text-decoration:none;
	padding:4px 40px 4px 30px;
	}	
	
#vertnav LI {
	width:190px;
	FLOAT:left;
	padding:1px 1px 0px 0px;
	margin:0px;	
	DISPLAY: block;
	position:relative;
	}

#vertnav .ul2 {
	top:0px;
	POSITION: absolute;	
	Z-INDEX:89;	
	MARGIN-LEFT:191px;
	width:191px;
	display:none;
	padding:0px;
	margin-top:0px;
	LIST-STYLE-TYPE:none;	
	}


#vertnav .ul2 LI .ul3{
	top:0px;
	POSITION: absolute;	
	Z-INDEX:99;	
	MARGIN-LEFT:191px;
	width:191px;
	display:none;
	LIST-STYLE-TYPE:none; 
	padding:0px;
	margin-top:0px;
	}


#vertnav LI:hover .ul2{
	DISPLAY: block
	}
	
#vertnav .ul2 LI:hover .ul3{
	DISPLAY: block
}

/*Butoane*/

.niv1{
	width:190px;
	height:40px;
	background-image:url(../images/niv1bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
.niv1 td{
	background-image:url(../images/niv1top.gif);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-transform:uppercase;
	font-size:11px;
	}
	
.niv2{
	width:190px;
	height:40px;
	background-image:url(../images/niv2bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
.niv2 td{
	background-image:url(../images/niv2top.gif);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-transform:uppercase;
	font-size:11px;
	}


.niv3{
	width:190px;
	height:40px;
	background-image:url(../images/niv3bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
.niv3 td{
	background-image:url(../images/niv3top.gif);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-transform:uppercase;
	font-size:11px;
	}




