﻿.chromestyle{

	font-family: Verdana;

	font-size: 10px;

	font-weight: normal;

	background-color: #FFCC00;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #666666;

	height: 21px;

	text-align: center;

	

}



.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%;

background: #FFCC00; /*THEME CHANGE HERE*/

padding: 0px 0;

margin: 0;

text-align: left; /*set value to "left", "center", or "right"*/

height:21px;



}



.chromestyle ul li{

	width: 110px;

	position: relative;

	display: inline;

	float: left;

	height: 21px;

}



.chromestyle ul li a{

	display: block;

	; /*spacing between tabs*/

	border-bottom-width: 0;

	color: #2d2b2b;

	text-decoration: none;

	text-align:center;

	padding-top: 5px;

	padding-right: 7px;

	padding-bottom: 4px;

	padding-left: 4px;

	background-color: white;

	background-image: url(../srb/belo.gif);

	background-repeat: no-repeat;

	background-position: center top;

}



.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(../srb/crno.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color:#FFCC00;
}



/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:21px;
	z-index:100;
	background-color: #FFCC00;
	width: 130px;
	visibility: hidden;
}





.dropmenudiv a{

width: auto;

display: block;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/

padding: 0px 0;

	padding-left: 5px;



text-decoration: none;

	font-family: Verdana;

	font-size: 10px;

	font-weight: normal;

	text-align:left;

color: black;

	height: 21px;





}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
}

#imgIndexLeft
{
	float:left;
	margin-bottom:10px;

}

#imgIndexRight
{
	float:right;
	margin-bottom:10px;

}

