/* ------------------- DROP DOWN - MAIN ------------------- */

.chromestyle
{
	width: 99%;
	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;
	width: 100%;
	padding: 0px 0;
	margin: 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li
{
	display: inline;
}
.chromestyle ul li a
{
	color: #494949;
	padding: 4px 7px;
	margin: 0px;
	text-decoration: none;
	border-right:0px;
}
/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected 
{ }
.dropmenudiv_SHOW
{
	position:absolute;
	top: 0px;
	border-top-width: 0px;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	width: 225px;
	z-index:999;
}
.dropmenudiv_SHOW a, .dropmenudiv_SHOW a:visited
{
	width: auto;
	display: block;
	text-indent: 0px;
	border-bottom:0px; 
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color:#9D7851;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.dropmenudiv_SHOW a:hover
{
	color:#EB5421;
}
/* Style for Drop Down Menu */
.dropmenudiv
{
	position:absolute;
	top: 0px;
	border-top-width: 0px;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	width: 225px;
	visibility: hidden;
	z-index:999;
}
.dropmenudiv a, .dropmenudiv a:visited
{
	width: auto;
	display: block;
	text-indent: 0px;
	border-bottom:0px; 
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color:#9D7851;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*IE only hack*/
* html .dropmenudiv a 
{ 
	width: 100%;
}
.dropmenudiv a:hover
{
	color:#EB5421;
}

/* ------------------- LINK STYLE - SUB ------------------- */

.sidelinksdiv
{
	/* border: 1px solid #BBB; /*THEME CHANGE HERE*/
	z-index:100;
	width:100%;
}
.sidelinksdiv a, .sidelinksdiv a:visited
{
	width: auto;
	display: block;
	text-indent:-20px;
	padding:4px 5px 4px 30px;
	font-family:Helvetica, Arial, sans-serif; 
	color:#9A8063; 
	font-size:12px; 
	text-decoration:none;
	background:url(../images/site/sublinks_bg_arrow.gif) top left no-repeat;
}
* html .sidelinksdiv a
{
	width: 100%;
}
.sidelinksdiv a:hover
{
	color:#C7A681;
	background-color:#29140C;
	background-image:none;
	text-decoration:none;
}

/* ------------------- LINK STYLE - SITE MAP ------------------- */

.sitemaplinksdiv
{
	/* border: 1px solid #BBB; /*THEME CHANGE HERE*/
	z-index:100;
	width:100%;
}
.sitemaplinksdiv a, .sitemaplinksdiv a:visited
{
	width: auto;
	display: block;
	text-indent:0px;
	padding:4px 5px 4px 0px;
	font-family:Helvetica, Arial, sans-serif; 
	color:#8A1900; 
	font-size:12px; 
	text-decoration:none;
	font-weight:bold;
}
* html .sitemaplinksdiv a
{
	width: 100%;
}
.sitemaplinksdiv a:hover
{
	color:#000000;
	background-image:none;
	text-decoration:none;
	font-weight:bold;
}