.nav {
	height:6px;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:12px;
	width:650px;
	border-top:0px solid #a2a4ad;
	border-bottom:4px solid #bbb;
	font-weight: normal;
	padding:70px 0 0 200px;
	margin:0 auto;
}
.nav .current a {
	display:block;
	height:33px;
	padding:0 12px 0 12px;
	text-decoration:none;
	line-height:36px;
	white-space:nowrap;
	color:#c22009;
	cursor:pointer;
}
.nav .current a b {
	padding:0 0px 0 12px;
}
.nav .select :hover, .nav .current {
	display:block;
	background:transparent;
	padding:0 12px 0 0px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#c22009;
	font-weight:bold;
}
/*Dropdown*/

.chromestyle {
	width: 100%;
	font-weight: bold;
	height: 36px;
	margin-left:0px;
}
.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%;
	padding: 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	line-height:36px;
}
.chromestyle ul a {
}
.chromestyle ul li {
	display: inline;
	float:left;
}
.chromestyle ul li a {
	color: #444;
	padding: 0px 24px 6px 24px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color: transparent;
	color: #c22009; /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #aaa; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	line-height:18px;
	z-index:100;
	background-color: #aaa;
	width: 200px;
	visibility: hidden;
	margin-left: 15px;
}
.dropmenudiv a {
	width: auto;
	display: block;
	top: 0;
	text-indent: 3px;
	border-bottom: 1px solid #aaa; /*THEME CHANGE HERE*/
	padding: 4px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	text-align: left;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #ddd;
	color:#c22009;
	text-decoration:none;
}
