/*MENU*/

.chromestyle{
width: 725px;
margin: 0 auto;
height: 60px;
font-family: "Arial Narrow", Arial, sans-serif;
font-size: 14px;
text-transform:uppercase;
background: url(images/cw_04.jpg) repeat-x;
}
.chromestyle a:hover{
	color: #C3F;
}

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

.chromestyle ul{

width: 100%;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle li{
margin: 0;
	padding: 0;
	list-style: none;
	float: left;


}
.chromestyle ul li{
display: inline;
}

.chromestyle li a{
color: #ffffff;
padding: 5px 17px 14px 17px;
display: block;
margin: 0;
text-decoration: none;

color: #FFF;
text-align: center;
text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #8a7f4d;/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: -3;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: Arial, sans-serif;
line-height:18px;
z-index:100;
background-color: #000;
width: 170px;
visibility: hidden;
font-size: 11px;
border: 1px solid #8a7f4d;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #202020; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
color: #FFF;
font-family: Arial, sans-serif;
text-transform:uppercase;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #0c0c0c;*/
color: #8a7f4d;
}


.divider{
	width: 2px;
	height:57px;
	background: url(images/divider_07.jpg) no-repeat;
}


/*END MENU*/

/*leftside MENU*/
#navcontainer { width: 200px; font:  }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 10px 5px;
width: 190px;
background-color: #000;
border-bottom: 1px solid #171717;
font:bold 11px Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #0b0b0b;
color: #fff;
}


#menu2{width: 725px;
margin: 0 auto;
height: 60px;
font-family: "Arial Narrow", Arial, sans-serif;
font-size: 14px;
text-transform:uppercase;
background: url(images/cw_04.jpg) repeat-x;
}
#menu2 ul .item{width: 100%;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/}
#menu2 ul:hover .item{color: #ffffff;
padding: 5px 18px 14px 18px;
display: block;
margin: 0;
text-decoration: none;

color: #FFF;
text-align: center;
text-decoration: none;
}

#menu2 ul:hover .item a{color: #ffffff;
padding: 5px 18px 14px 18px;
display: block;
margin: 0;
text-decoration: none;

color: #FFF;
text-align: center;
text-decoration: none;
}
#menu2 ul:hover .item a:hover{color:#999;}

#menu2 ul{color: #ffffff;
padding: 5px 18px 14px 18px;
display: block;
margin: 0;
text-decoration: none;

color: #FFF;
text-align: center;
text-decoration: none;
}
