.jquerycssmenu{
	font: bold 12px Verdana; /*offset of tabs relative to browser left edge*/
	width: 57px;
	height: 17px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	;
	color: #2d2b2b;
	text-decoration: none;
	background-color: white;
	background-image: url(images/linkovi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 17px;
	width: 57px;
}

.jquerycssmenu ul li a:hover{
	background-image: url(images/linkovi_over.gif) /*tab link background during hover state*/;
	background-repeat: no-repeat;
	background-position: left center;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	margin: 0px;
	padding: 0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 160px;
	color: #FFF;
	margin: 0;
	background-color: #ce1e2f;
	background-image: none;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 13px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration: none;
	background-image: none;
	color: #D6D6D6;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 4px;
	right: 27px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
#centerBg #CenterContentHolder #Left ul li a.selected {
	color: #D92032;
}
#centerBg #CenterContentHolder #breadcrumbs a.selectedBread {
	color: #D92032;
}

