.chromestyle{
width: 950px;
margin:20px 0 0 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 950px;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-weight:bold;
}

.chromestyle ul li a{
color: #FFF;
text-decoration: none;
font-family:Verdana;
font-size:12px;
}

.chromestyle ul li.nm a{
float:left;
color: #FFF;
text-decoration: none;
	background-image:url('images/button.jpg');
	background-repeat:no-repeat;
width:154px;
height:29px;
margin-right:5px;
	text-align:center;
	padding-top:7px;
}


.chromestyle ul li.nm a:hover, .chromestyle ul li a.selected{
	background-image:url('images/buttonh.jpg');
	background-repeat:no-repeat;
}

.chromestyle li.bg a{
float:left;
color: #FFF;
text-decoration: none;
	background-image:url('images/button2.jpg');
	background-repeat:no-repeat;
width:157px;
height:29px;
margin-right:4px;
	text-align:center;
	padding-top:7px;
}


.chromestyle li.bg a:hover, .chromestyleli li.bg a.selected{
	background-image:url('images/buttonh2.jpg');
	background-repeat:no-repeat;
}

.chromestyle ul li.last a{
float:left;
color: #FFF;
text-decoration: none;
	background-image:url('images/button.jpg');
	background-repeat:no-repeat;
width:154px;
height:29px;
	text-align:center;
	padding-top:7px;
	margin-left:1px;
}


.chromestyle ul li.last a:hover, .chromestyle ul li.last a.selected{
	background-image:url('images/buttonh.jpg');
	background-repeat:no-repeat;
}

.chromestyle ul li.izbran a, .chromestyle ul li.izbran a.selected{
	background-image:url('images/buttonh.jpg');
	background-repeat:no-repeat;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #13601F;
width: 200px;
visibility: hidden;
font-size:10px;
font-family:Arial;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background-image:url('images/greenline.jpg');
background-repeat:no-repeat;
background-position:center bottom;
text-decoration: none;
color: black;
font-size:11px;
font-family:Arial;
color:#FFF;
padding-left:20px;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#000;
}
