.headermenu{
font-size:11px; 
font-family: Helvetica, sans-serif;
font-weight: 700;
color: #666;
text-align:left;
margin-right:1px;
}

.headermenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
text-align:left;
}

.headermenu ul{
border: 0;
width: 100%;
background-color: #fff;
/* background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 9px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.headermenu ul li{
display: inline;
}

.headermenu ul li a{
font-family: Helvetica, sans-serif;
color: #000;
font-weight:700;
font-size:13px;

padding: 4px 0 0 0;
margin: 0;
text-decoration: none;
text-align:left;
/* border-right: 1px solid white;*/
}

.headermenu ul li a:hover{
font-family: Helvetica, sans-serif;
background-color: #fff; /*THEME CHANGE HERE*/
color: #000;
text-decoration: none;
text-align:left;
}

.headermenu ul li a:visited:hover{
font-family: Helvetica, sans-serif;
background-color: #fff; /*THEME CHANGE HERE*/
color: #000;
text-decoration: none;
text-align:left;
}

.headermenu ul li a:visited{
font-family: Helvetica, sans-serif;
background-color: #fff; /*THEME CHANGE HERE*/
color: #000;
text-decoration: none;
text-align:left;
}

.headermenu ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Tips and Advice Menu ##########*/

.headermenu-r{
width: 95%;
font-weight: bold;
color: white;
}

.headermenu-r:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.headermenu-r ul{
border: 0;
width: 100%;
background-color: #00d343;
/* background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 9px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.headermenu-r ul li{
display: inline;
}

.headermenu-r ul li a{
color: white;
font-size:12px;
padding: 4px 15px;
margin: -5px;
text-decoration: none;
/* border-right: 1px solid white;*/
}

.headermenu-r ul li a:hover{
background-color: #00d343; /*THEME CHANGE HERE*/
color: white;
text-decoration: none;
}

.headermenu-r ul li a:visited:hover{
background-color: #00d343; /*THEME CHANGE HERE*/
color: white;
text-decoration: none;
}

.headermenu-r 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{
 -moz-box-shadow: 3px 3px 3px #ccc;
     -webkit-box-shadow: 3px 3px 3px #ccc;
     box-shadow: 3px 3px 3px #ccc;
position:absolute;
top: 0;
/*border: 1px solid white;*/
border-bottom: 1px solid gray; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
margin: 3px;
font:normal 12px Arial;
line-height:15px;
z-index:100;
background-color: #ffffff;
width: 180px;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid white; /*THEME CHANGE HERE*/
padding:4px 4px 4px 3px;text-decoration: none;
font-weight: normal;
color: #005487;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #005487;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #faf9f9;
color: #005487;
text-decoration: underline;

}

.dropmenudiv a:visited{
color: #005487;
text-decoration: none;

}

.dropmenudiv a:visited:hover{
background-color: #faf9f9;
color: #005487;
text-decoration: underline;
}

/* ######### Style for Far Right Drop Down Menu ######### */

.dropmenudiv-r{
position:absolute;
top: 0;
/*border: 1px solid white;*/
border-bottom: 1px solid white; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
margin: 3px;
font:normal 11px Arial;
line-height:15px;
z-index:100;
background-color: 00d343;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv-r a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid white; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv-r a{ /*IE only hack*/
width: 100%;
color: white;
}

.dropmenudiv-r a:hover{ /*THEME CHANGE HERE*/
background-color: #f7f7f7;
color: black;
text-decoration: underline;
}

.dropmenudiv-r a:visited{
color: white;
text-decoration: none;
}

.dropmenudiv-r a:visited:hover{
background-color: #f7f7f7;
color: black;
text-decoration: underline;
}

