.chromestyle {
	float:right;
	width:930px;
	border-bottom: #223C76 solid 4px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	padding:10px 30px 5px 30px;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #b42929;
	font-weight:bold;
	padding:0px 5px;
	font:normal 14px;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #fff;
}
.chromestyle ul li a:hover{
	text-decoration:none;
}
.chromestyle ul li a.first {
	border-left:none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	text-decoration:underline;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top:0;
	/*border: 1px solid #000; /*THEME CHANGE HERE*/
	background-color: #ABD4EA;
	/*border-bottom-width: 0;*/
	font:normal 12px;
	line-height:20px;
	z-index:100;
	visibility: hidden;
	text-align:left;
	width: 160px;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 5px;
	/*border: 1px solid #000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	width: 160px;
	color:#000;
	padding: 3px 5px 2px 0;
	text-decoration: none;
	font-weight: normal;
}
.dropmenudiv a.last {
	border-bottom-width: 1px;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration: underline;
}
