@charset "UTF-8";
/* CSS Document */

.chromestyle {
	font-weight: bold;
	width: 100%;
}

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

.chromestyle ul {
	background: url(./../../images/bkgd_globnav.jpg) repeat-x; /*THEME CHANGE HERE*/
	margin: 0px;
	padding: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	width: 100%;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.chromestyle ul li a:hover {
	color: #C69D4B;
	text-decoration: underline;
	text-transform: uppercase;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv {
	background-color: #CAAE32;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-top: -1px;
	position: absolute;
	width: 200px;
	top: 0px;
	text-align: left;
	visibility: hidden;
	z-index: 100 !important;
}

.dropmenudiv a {
	border-bottom: 1px solid #D4BD54;
	color: #FFF;
	display: block;
	padding: 6px 0px;
	text-decoration: none;
	text-indent: 19px;
	width: auto;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #EAECDA;
	border-bottom: 1px solid #EAECDA;
	color: #981C1F;
	font-weight: bold;
}