.chromestyle {
	width:992px;
	background:url(img/bg_meniu.jpg) repeat-x;
	height:30px;
	border-bottom:1px solid #333333;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	margin:0;
	padding:0;
	text-align: left; /*set value to "left", "center", or "right"*/
	overflow:hidden;
	list-style:none;
}

.chromestyle ul li {
	float:left;
	margin:0;
	padding:0;	
}

.chromestyle ul li a {
	color: #000000;
	font-weight:bold;
	height:22px;
	margin: 0;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	display:block;	
	float:left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(img/bg_meniu_h.jpg) repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	margin-top:-1px;
	text-align:center;

}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}