.header { color: #5B4723;font-size: 18px;font-family: times;font-weight: bold;text-decoration: none;}
h1 { color: #5B4723;font-size: 18px;font-family: times;font-weight: bold;text-decoration: none;}
.subheader { color: #5B4723;font-size: 15px;font-family: times;font-weight: bold;text-decoration: none;line-height: 16px;}
h2 { color: #5B4723;font-size: 15px;font-family: times;font-weight: bold;text-decoration: none;line-height: 16px;}
a.header:hover {text-decoration: underline;}
.maintext {font-family: times, serif;color: #000000;font-size: 15px;background: transparent;text-decoration: none;line-height: 18px;}
.sizechart {font-family: times, serif;color: #000000;font-size: 13px;background: transparent;text-decoration: none;line-height: 18px;}
.largebold {font-family: times, serif;color: #5B4723;font-weight: bold;font-size: 15px;background: transparent;text-decoration: none;line-height: 22px;}
A:link {font-family: times, serif;color: #5B4723;font-weight: bold;font-size: 15px;background: transparent;text-decoration: none;line-height: 22px;}
A:visited {font-family: times, serif;color: #5B4723;font-weight: bold;font-size: 15px;background: transparent;text-decoration: none;line-height: 22px;}


/* ######### Style for Drop Down Menu ######### */
.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{
	width: 100%;
	 /*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	padding: 0px;
	margin: 0;
}

.chromestyle ul li a{
	color: #e4dab7;
	padding: 0px 0px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle 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{
	position:absolute;
	top: 0;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 1;
	font-family: Times, serif;
	font-size: 14px;
	line-height:14px;
	z-index:100;
	background-color: #e4dab7;
	width: 220px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	font-family: times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B4723;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f2e9ca;
}

/* ######### Style for Drop Down Menu 2######### */
.chromestyle2{
	width: 100%;
	font-weight: bold;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle2 ul{
	width: 100%;
	 /*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
	display: inline;
	padding: 0px;
	leftmargin: 0;
}

.chromestyle2 ul li a{
	color: #e4dab7;
	padding: 0px 0px;
	margin: 0;
	text-decoration: none;
}

.chromestyle2 ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle2 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 ######### */

.dropmenu2div{
	position:absolute;
	top: 0;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Times, serif;
	font-size: 14px;
	line-height:14px;
	z-index:100;
	background-color: #e4dab7;
	width: 220px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenu2div a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	font-family: times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B4723;
}

* html .dropmenu2div a{ /*IE only hack*/
	width: 100%;
}

.dropmenu2div a:hover{ /*THEME CHANGE HERE*/
	background-color: #f2e9ca;
}