/*****************ZA PADAJUCI MENU*******************/

#chromemenu{
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow: hidden;
}

.chromestyle{
	width:100%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 0;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color:#FFFFFF;
	padding-left:23px;
	padding-right:22px;
	margin: 0;
	text-decoration: none;
	display:block;
	height:25px;
	float:left;
	line-height:25px;
	border-left:1px solid #999999;

}

.chromestyle ul li a:hover{
/*	background-color:#18749f;*/
/*	border-left:3px solid #FF6600;*/
	background-color:#000000;
/*	color:#002b44;	*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
    position:absolute;
	top:0;
	border: 3px solid #FFFFFF;
	line-height:18px;
	z-index:100;
	width:200px;
	background-color:#002b44;
	visibility:hidden;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:4px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted #999999;
	padding: 2px 0;
	text-decoration: none;
	font-weight:normal;
	color:#FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#18749f;
/*	color:#FF6600;*/
}