
.chromestyle {
text-align:left;
clear: both;
background-image:url(../../images/template/menu-green.jpg);
}


.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle #toplevel a {
background-image:url(../../images/template/menu-green.jpg);
background-repeat:repeat-x;
color: #000000;
padding:8px 20px; /*padding:8px 69px;*/
text-decoration: none;
font-family:Arial, sans-serif;
font-size:12px;
line-height:31px;
/*letter-spacing:-1px;*/
}



.chromestyle #toplevel a:hover {
background-image:url(../../images/template/menu-blue.jpg);
color: #000000;
} 

.chromestyle a[rel]:after { /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.clear {
	width:100%;
	clear:both;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: -1;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
z-index:100;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
width: 180px;
}


.dropmenudiv a {
display: block;
width:auto;
/*text-indent: 3px;
border-right:solid 1px #FFFFFF;
border-left:solid 1px #FFFFFF;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding:0px 15px;
text-decoration: none;
font-weight: normal;
color: #000000;
background-color:#00CD34;
/*background-image:url(../../images/template/menu-green.jpg);*/
font-size:11px;
line-height:21px;
border-bottom:1px solid white;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
color: #000000;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
color: #000000;
background-color:#1A96D2;
/*background-image:url(../../images/template/menu-blue.jpg);*/
}