#chromemenu {height:29px; position:relative; z-index:100;}
#chromemenu .pad {float:left;}

.chromestyle, .chromestyle ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

.chromestyle li.top {display:block; float:left; position:relative;}
.chromestyle li.top a.top_link {display:block; float:center; height:29px;}
.chromestyle li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;}

/* pre-load the hover images into the lists */
.chromestyle li.p1 {width:114px; background:url(../../images/aboutus2.jpg) no-repeat;}
.chromestyle li.p2 {width:114px; background:url(../../images/landsoucing2.jpg) no-repeat;}
.chromestyle li.p3 {width:114px; background:url(../../images/ukland2.jpg) no-repeat;}
.chromestyle li.p4 {width:114px; background:url(../../images/europe2.jpg) no-repeat;}
.chromestyle li.p5 {width:114px; background:url(../../images/international2.jpg) no-repeat;}
.chromestyle li.p6 {width:114px; background:url(../../images/information2.jpg) no-repeat;}
.chromestyle li.p7 {width:114px; background:url(../../images/resources2.jpg) no-repeat;}
.chromestyle li.p8 {width:114px; background:url(../../images/contactus2.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.chromestyle li a#aboutus {width:114px; background:url(../../images/aboutus.jpg) no-repeat;}
.chromestyle li a#landsoucing {width:114px; background:url(../../images/landsoucing.jpg) no-repeat;}
.chromestyle li a#ukland {width:114px; background:url(../../images/ukland.jpg) no-repeat;}
.chromestyle li a#europe {width:114px; background:url(../../images/europe.jpg) no-repeat;}
.chromestyle li a#international {width:114px; background:url(../../images/international.jpg) no-repeat;}
.chromestyle li a#information {width:114px; background:url(../../images/information.jpg) no-repeat;}
.chromestyle li a#resources {width:114px; background:url(../../images/resources.jpg) no-repeat;}
.chromestyle li a#contactus {width:114px; background:url(../../images/contactus.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.chromestyle a:hover {visibility:visible;} /* for IE6 */
.chromestyle li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.chromestyle li a#aboutus:hover, .chromestyle li:hover a#aboutus,
.chromestyle li a#landsoucing:hover, .chromestyle li:hover a#landsoucing,
.chromestyle li a#ukland:hover, .chromestyle li:hover a#ukland,
.chromestyle li a#europe:hover, .chromestyle li:hover a#europe,
.chromestyle li a#international:hover, .chromestyle li:hover a#international,
.chromestyle li a#information:hover, .chromestyle li:hover a#information,
.chromestyle li a#resources:hover, .chromestyle li:hover a#resources,
.chromestyle li a#contactus:hover, .chromestyle li:hover a#contactus {background:transparent;}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0;
font: Arial, Helvetica, sans-serif;
font-size:10px;
color :#FFFFFF;
text-transform: uppercase;
text-decoration: none;
}

.dropmenudiv{
list-style-type: none;
position:absolute;
top: 0;
border: 2px solid #258807; /*THEME CHANGE HERE*/
padding: 4px;
font-size:10px;
color :#FFFFFF;
text-decoration: none;
text-align: left;
text-indent: 2px;
font: Arial, Helvetica, sans-serif;
text-transform: uppercase;
line-height:18px;
z-index:100;
background-color: #444444;
width: 140px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
list-style-type: none;
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font: Arial, Helvetica, sans-serif;
}

* html .dropmenudiv a{ /*IE only hack*/
list-style-type: none;
width: 100%;
font: Arial, Helvetica, sans-serif;
font-size:10px;
color :#FFFFFF;
text-transform: uppercase;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
list-style-type: none;
background-color: #009900;
font: Arial, Helvetica, sans-serif;
font-size:10px;
color :#FFFFFF;
text-transform: uppercase;
text-decoration: none;
}