.chromestyle{
	width: 971px;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 2px; 
clear: both; 
visibility: hidden;
}

.sup {
vertical-align: super;
font-size: 20%;
}

.chromestyle ul li{
	display: block;
}

.chromestyle ul li a{
	color: #494949;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	/* background-image: url(../images/bt_bg3.jpg);
	background-repeat: repeat-x;*/
	height: 29px;
	width: 192px;
	color: #FFFFFF;
}

.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 #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #CC9966;
	width: 200px;
	visibility: hidden;






/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=130,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border: 1px solid #663300;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #E5D7B4;
}
.mail a:link {color: blue; text-decoration:underline; font-size:small; }
.mail a:visited {color: blue; text-decoration:underline; font-size:small;}
.mail a:active {color: blue; text-decoration:underline;font-size:small; }
.mail a:hover {color: blue; text-decoration:underline; color:black;font-size:small;} 



.dwnlink a:link {color: black;  font-size:11px;}
.dwnlink  a:visited {color: #996633;  font-size:11px;}
.dwnlink  a:active {color: black; font-size:11px; }
.dwnlink a:hover {color: #996633; text-decoration:underline; color:#996633;font-size:11px;}

.normal a:link {color: black; text-decoration:underline; color:#996633; font-size:small;}
.normal a:visited {color: #996633; color:#996633;  font-size:small;text-decoration:underline;}
.normal  a:active {color: black; text-decoration:underline; color:#996633;font-size:small; text-decoration:underline;}
.normal a:hover {color: #996633; text-decoration:underline; color:#996633;font-size:small;text-decoration:underline;}

.undeline a:link {
	color: #996633;
	text-decoration:underline;
	font-weight: bold;
	color:#996633;
	font-size:12px;
}
.undeline a:visited {color: #996633; font-size:12px; text-decoration: underline; font-weight: bold;}
.undeline  a:active {color: #996633; text-decoration:underline; color:#996633; font-size:12px; font-weight: bold; }
.undeline a:hover {color: black;color:black; font-size:12px; font-weight: bold;text-decoration:underline; text-decoration:underline; }


 .title {
	font-weight: bold;
	color: #996633;
}
.linespace {
	line-height: 25px;
}
.space {
	line-height: 18px;
}
.main_title {
	font-size: 20px;
	font-weight: bold;
	color: #996633;
}
