.chromestyle {
	float: right;
	margin: 35px 25px 25px 25px;
	padding: 0;
	font-family: "HelveticaNeueLT67MdCnRegular", Tahoma, Geneva, sans-serif;
	overflow: hidden;
	
}
.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%;
	/*background: red; THEME CHANGE HERE*/
padding: 0px 0;
	margin: 0;
}
.chromestyle li {
	display:inline;
	margin:0;
	padding:0;
}

.chromestyle a {
	float:left;
	margin:0;
	margin-right: 10px;
	padding:0 0 0 9px;
	text-decoration:none;
}
.chromestyle a span {
	float:left;
	display:block;
	padding: 3px 12px 5px 3px;
	color:#666;
	text-transform: uppercase;
	font-size: 16px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.chromestyle a span {
	float:none;
}
/* End IE5-Mac hack */

.chromestyle a:hover span {
	color: #fff;
}
.chromestyle a:hover, .chromestyle a.active {
	background:url(../images/menu-left-bg.png) no-repeat left top;
	color: #fff;
}
.chromestyle a:hover span, .chromestyle a.active span {
	background:url(../images/menu-right-bg.png) no-repeat right top;
	color: #fff;
}
.chromestyle a.selected {
	background:url(../images/menu-left-bg1.png) no-repeat left top;
}
.chromestyle a.selected span {
	background:url(../images/menu-right-bg1.png) no-repeat right top;
	color: #fff;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	width: 160px;
	visibility: hidden;
	position: absolute;
	top: 0;
	z-index: 1000;
	margin-top: -4px;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.menu_top_corner {
	background:url("../images/subMenutop.png") no-repeat scroll center bottom transparent;
	height:5px;
	width: 160px;
}
.menu_bg {
	background: url(../images/subMenubottom.png) no-repeat bottom left;
	width: 160px;
	min-height: 145px;
}
.menu_bg h2 {
	font-size: 18px;
	font-family: "HelveticaNeueLT67MdCnRegular", Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	font-weight: normal
}
/*.menu_bg h3 {
	padding: 0 10px;
	color: #fff;
}*/
.menu_bg ul {
	margin: 0;
	padding: 0px 10px 10px 10px;
}
.menu_bg li {
	margin: 0;
	padding: 15px 0px 0 0;
}
.menu_bg li a {
	color: #fff;
	padding: 6px 0;
	display: block;
	text-decoration: none;
	font-size: 14px;
}

.menu_bg li a:hover {
	font-weight: bold;
	}
