body#home #menu01 a,
body#candidates #menu02 a,
body#clients #menu03 a,
body#sector #menu04 a,
body#contact #menu05 a
{
	color:#C7D355;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	/*background: url(bullet-nav.gif) left center no-repeat;*/
}




.chromestyle1
{
    float:right;
    }
    .chromestyle img
{
       margin:0px;
   padding:0px;
   border:none;
    
    }


.chromestyle1 ul
{
   margin:0px;
   padding:0px;
    }
.chromestyle1 li
{
    display:inline;
   margin:0px;
   padding:0px;
    }
.chromestyle1 a
{
  
   margin:0px;
   padding:0px;
    }













.chromestyle{
width: 542px;
float:right;
font-size:10px;
font-weight: bold;
/*background-color:#223307;*/
height:30px;
	padding:0px;
	margin: 0px;
}
.chromestyle img{
	padding:0px;
	margin: 0px;
}

.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: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding:0px;
margin:0px
}

.chromestyle ul li a{
color: #fff;
padding:0px;
margin: 0px;
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;
}
