@charset "utf-8";
/* CSS Document */

#header_middle {
	width: 1000px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image:url(../images/bg_header_menu_left.gif);
	background-repeat:no-repeat;
	padding-left:1px;
}

#header_middle ul {
	list-style-type: none;
}

#header_middle li {
	float:left;
	background-image: url(../images/bt_header_menu_bg_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#header_middle li:hover,
#header_middle li.iehover2 {
	background-image: url(../images/bt_header_menu_bg_on.gif);
	background-position: center;
}


#header_middle li a {
	display: block;
	width: auto;
	text-indent: 0px;
	font-size: 12px;
	line-height: 30px;
	color: #e60004;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	width: 10px;
	font-weight: bold;
}

#header_middle li:hover a,
#header_middle li.iehover2 a {
	color: #FFFFFF;
}

html>body #header_middle li a { /*vad doar browserele diferite de IE6*/
	width:auto;
} 

/* Start Menu Header Open */

#header_middle .header_menu_open {
	position: absolute;
	width: 195px;
	visibility: hidden;
	z-index:100;
	
}

#header_middle .header_menu_open li {
	/*display: list-item;*/
	/*position:relative;*/
	float: left;
	width: 195px;
}

#header_middle .header_menu_open li a {
	background-image: url(../images/header_menu/header_menu_open_item_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	/*font-family: Trebuchet MS, Tahoma, Arial, sans-serif;*/
	font-size: 11px;
	color: #00a6eb;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
	/*height: auto;*/
	width: 175px;
	padding-top:3px;
	padding-bottom:3px;

}

#header_middle .header_menu_open li a:hover {
color:#e60004;
	/*background-image: url(../images/header_menu/header_menu_open_item_bg_on.gif);*/

}

#header_middle li:hover .header_menu_open,
#header_middle li.iehover2 .header_menu_open {
	visibility: visible;
}
/* End Menu Header Open */


