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

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

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

/* pre-load the hover images into the lists */
.chromestyle li.p1 {width:34px; background:url(../../images/home2.jpg) no-repeat;}
.chromestyle li.p2 {width:87px; background:url(../../images/aboutchurch2.jpg) no-repeat;}
.chromestyle li.p3 {width:88px; background:url(../../images/organisation2.jpg) no-repeat;}
.chromestyle li.p4 {width:51px; background:url(../../images/service2.jpg) no-repeat;}
.chromestyle li.p5 {width:80px; background:url(../../images/testimonials2.jpg) no-repeat;}
.chromestyle li.p6 {width:70px; background:url(../../images/downloads2.jpg) no-repeat;}
.chromestyle li.p7 {width:55px; background:url(../../images/contact2.jpg) no-repeat;}
.chromestyle li.p8 {width:44px; background:url(../../images/events2.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.chromestyle li a#home {width:34px; background:url(../../images/home1.jpg) no-repeat;}
.chromestyle li a#about {width:87px; background:url(../../images/aboutchurch1.jpg) no-repeat;}
.chromestyle li a#organisation {width:88px; background:url(../../images/organisation1.jpg) no-repeat;}
.chromestyle li a#service {width:51px; background:url(../../images/service1.jpg) no-repeat;}
.chromestyle li a#testimonials {width:80px; background:url(../../images/testimonials1.jpg) no-repeat;}
.chromestyle li a#downloads {width:70px; background:url(../../images/downloads1.jpg) no-repeat;}
.chromestyle li a#contact {width:55px; background:url(../../images/contact1.jpg) no-repeat;}
.chromestyle li a#events {width:44px; background:url(../../images/events1.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:100;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.chromestyle li a#home:hover, .chromestyle li:hover a#home,
.chromestyle li a#about:hover, .chromestyle li:hover a#about,
.chromestyle li a#organisation:hover, .chromestyle li:hover a#organisation,
.chromestyle li a#service:hover, .chromestyle li:hover a#service,
.chromestyle li a#testimonials:hover, .chromestyle li:hover a#testimonials,
.chromestyle li a#downloads:hover, .chromestyle li:hover a#downloads,
.chromestyle li a#contact:hover, .chromestyle li:hover a#contact,
.chromestyle li a#events:hover, .chromestyle li:hover a#events {background:transparent;}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 10;
font-family:Arial, 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 #3399FF; /*THEME CHANGE HERE*/
padding: 4px;
font-size:10px;
color :#FFFFFF;
text-decoration: none;
text-align: left;
text-indent: 0px;
font-family:Arial, sans-serif;
text-transform: uppercase;
line-height:20px;
z-index:100;
background-color: #444444;
width: 150px;
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: 0px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font-family:Arial, sans-serif;
}

* html .dropmenudiv a{ /*IE only hack*/
list-style-type: none;
width: 100%;
font-family:Arial, 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: #3399FF;
font-family:Arial, sans-serif;
font-size:10px;
color :#FFFFFF;
text-transform: uppercase;
text-decoration: none;
}

