#info {background:#f8f8f8; border:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:800px;
	height:36px;
	position:relative;
	z-index:100;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:800px; w\idth:800px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:160px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	width:150px;
	height:30px;
	border:3px solid #eeeee2;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:150px; w\idth:150px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #993300;
	background-repeat: no-repeat;
	background-position: 130px center;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	color: #D4D0C8;
	text-decoration: underline;
	background-color: #c9ba65;
	background-repeat: no-repeat;
	background-position: 130px center;
}
.menu ul ul :hover > a.drop {
	background-color: #c9ba65;
	background-repeat: no-repeat;
	background-position: 130px center;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:150px;
	padding-top: 5px;
	
}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	height:auto;
	line-height:1em;
	width:136px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #eeeee2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.butoane1 a{
	color: #4a6b00;
}
.butoane2 a{
	color: #a92b2c;
}
.butoane3 a{
	color: #616a76;
}
.butoane4 a{
	color: #700101;
}
.butoane5 a{
	color: #805e27;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:136px;w\idth:136px;}

/* style the top level hover */
.menu ul ul a:hover{
	color:#000;
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.menu a:hover{
	background-position: 0px -30px;
	background-repeat: no-repeat;
}
.menu ul ul :hover > a {background-position: 0px -30px;
	background-repeat: no-repeat;}
	
.menu :hover > a {color:#000;	background-position: 0px -30px;
	background-repeat: no-repeat;}
	
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }


.text_buton {
	position: absolute;
	z-index: -5;
	color: #EAE9D7;
	text-decoration: none;
}
.bt_nou {
	margin-bottom: -4px;
	position: absolute;
}

.bt_separare {
	width:156px;
	display: block;
}

