@charset "utf-8";
/* CSS Document */

.chromestyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #17320a;
	text-align: right;
	font-weight:normal;
	background-color: #17320A;
	height: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration:none;
	_width: 963px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	/* border: 1px solid #BBB; */
					color:#17320a;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
	color:#17320a;
}
.chromestyle ul li a {
	color: #17320a;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #17320a;
}
.chromestyle ul li a:visited {
	color:#17320a;
}
.chromestyle ul li a:hover {/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE 								HERE*/
	color:#17320a;
}
/*HTML to indicate drop down link 

 .chromestyle ul li a[rel]:after{ 
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead\
}
*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 2px solid #cbb676; /*THEME CHANGE HERE*/
	/* border-bottom-width: 0; */
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #ffffcd;
	width: 200px;
	text-align:left;
	color:#17320a;
	visibility: hidden;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a { /*IE only hack */
	_width: 100%;
	display:block;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #CBB676;
	color:#17320a;
}
#wrapper #content #mainNav #dropmenu1 a, #wrapper #content #mainNav #dropmenu2 a, #wrapper #content #mainNav #dropmenu3 a, #wrapper #content #mainNav #dropmenu4 a, #wrapper #content #mainNav #dropmenu5 a, #wrapper #content #mainNav #dropmenu6 a {
	color: #17320A;
}
.certInst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
