.chromestyle {
	width:963px;
	margin:0 auto;
	text-align:right;
	padding-right:75px;
	margin-top:-10px;
	margin-bottom:-8px;
	color: #fff;
}

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

.chromestyle ul {
	padding: 4px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
display: inline;
}

.chromestyle ul li a {
	color: #FFF;
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 14px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(../images/button_hover_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFE2EF;
	border-left-color: #DFE2EF; /*THEME CHANGE HERE*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DFE2EF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:16px;
	z-index:100;
	visibility: hidden;
	text-align:left;
	color:#7C93C1;
	background-image: url(../images/dropdown_submenu.png);
	background-position: -13px top;
	width:200px;
}


.dropmenudiv a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	text-indent: 3;
	text-decoration: none;
	font-weight: bold;
	color:#7C93C1;
	text-transform: uppercase;
	background-image: url(../images/dropdown_submenu.png);
	font-size: 11px;
	letter-spacing: .5px;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color:#FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/button_hover_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFE2EF;
	border-left-color: #DFE2EF; /*THEME CHANGE HERE*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 3;
	font-size: 11px;
	letter-spacing: .5px;
}
div.navigation div.chromestyle div.dropmenudiv a.submenu:link {
color:#7C93C1;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}
.navbottomcontainer {
	width:100%;
	height:14px;
	background:none;
}
.navlower {
	background:url(../images/lower_center.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:14px;
	width:100%;
}
.navlowerleft {
	background:url(../images/left_lower_corner.png);
	background-position:left bottom;
	height:14px;
	width:11px;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
.navlowerright {
	background:url(../images/right_lower_corner.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:14px;
	width:11px;
	display:block;
	float:right;
}

