body#home #menu01 a,
body#candidates #menu02 a,
body#clients #menu03 a,
body#sector #menu04 a,
body#contact #menu05 a
{
	color:#C7D355;
	padding: 0 0 0px 20px;
	margin: 0;
	text-decoration: none;
	background: url(bullet-nav.gif) left center no-repeat;
}

.chromestyle{
width: 542px;
float:right;
font-size:10px;
font-weight: bold;
background-color:#223307;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 542px;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding-right:5px;
}

.chromestyle ul li a{
color: #fff;
padding: 0 0 0px 20px;
margin: 0;
text-decoration: none;
background: url(bullet-nav.gif) left center no-repeat;
}

.chromestyle ul li a:hover{
background: url(bullet-nav.gif) left center no-repeat; /*THEME CHANGE HERE*/
text-decoration:none;
color:#C7D355;
}

.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: 1px solid #586544; /*THEME CHANGE HERE*/
font:normal 10px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*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;
	padding: 0 0 0px 20px;
	text-decoration: none;
	font-weight: normal;
	color: black;
	background: url(bullet-nav2.gif) left center no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #C7D355;
	text-decoration:none;
	background: #C7D355 url(bullet-nav2-over.gif) left center no-repeat;
}