.chromestyle{
width: 100%;
font-weight: bold;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #333; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg2-over.gif) center center repeat-x;
color: #000;
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/* content: " " url(chrombg2.gif);  */
}


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

.dropmenudiv{
position:absolute;
margin-top: -1;
border: 1px solid #134218; /*THEME CHANGE HERE*/
border-top: 0;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
width: 160;
background-color: #fefef2;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=135,strength=0); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #134218; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #134218;
}

.dropmenudiv a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #134218; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #134218;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #134218;
color: #fefef2;
border-bottom: 1px solid #134218; /*THEME CHANGE HERE*/
text-decoration:none
}
.dropmenudiv a:visited:hover{ /*THEME CHANGE HERE*/
background-color: #134218;
color: #fefef2;
border-bottom: 1px solid #134218; /*THEME CHANGE HERE*/
text-decoration:none
}


/*THE STYLES BELOW THIS LINE ARE FOR THE LEFT-SIDE POPOUT NAVIGATION MENU */
/*------------------------------------------------------------------------*/
.chromestyle_side{
width: 100%;
font-weight: bold;
}

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

.chromestyle_side ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle_side ul li{
display: block;
padding: 0 0 5 0;
}

.chromestyle_side ul li a{
color: #fff;
margin: 0;
text-decoration: none;
border-right: 0px solid #333; /*THEME CHANGE HERE*/
}
.chromestyle_side ul li a:visited{
background: url(chromebg2-over.gif) center center repeat-x;
color: #fefef2;
}
.chromestyle_side ul li a:hover{
background: url(chromebg2-over.gif) center center repeat-x;
color: #fefef2;
text-decoration: underline;
 /*THEME CHANGE HERE*/
}
.chromestyle_side ul li a:visited:hover{
background: url(chromebg2-over.gif) center center repeat-x;
color: #fefef2;
text-decoration: underline;
}

.chromestyle_side ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/* content: " " url(chrombg2.gif);  */
}


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

.dropmenudiv_side{
position: absolute;
margin-top: -35;
margin-left: 135px;
border-right: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
border-top: 1px solid #000; /*THEME CHANGE HERE*/
font:normal 10px Verdana;
line-height:15px;
z-index: 100;
width: 165;
background-color: #134218;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=135,strength=0); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv_side a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #fefef2; /*THEME CHANGE HERE*/
padding: 2px 0px 4px 10px;
text-decoration: none;
/* font-weight: bold; */
color: #fefef2;
}

.dropmenudiv_side a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #fefef2; /*THEME CHANGE HERE*/
padding: 2px 0px 4px 10px;
text-decoration: none;
color: #fefef2;
}


.dropmenudiv_side a:hover{ /*THEME CHANGE HERE*/
background-color: #134218;
color: #fefef2;
text-decoration: underline;
}
.dropmenudiv_side a:visited:hover{ /*THEME CHANGE HERE*/
background-color: #134218;
color: #fefef2;
text-decoration: underline;
}