.chromestyle {
	font-weight: bold;
	position: absolute;
	top: 105px;
	left:10px;
	text-transform: uppercase;
}

.chromestyle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	padding: 0;
	margin-left: 10px;
}

.chromestyle ul li {
	display: inline;
	line-height:24px;
	position: relative;
}

.chromestyle ul li a {
	color: #fff;
	padding: 0px 20px 0 0;
	text-decoration: none;
}

.chromestyle ul li a:hover,.chromestyle ul li a.selected {
	color: #ccc; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */
.chromestyle .dropmenudiv {
	position: absolute;
	top:0;
	left:0;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 5px;
	background: #353535;
	font-weight: normal;
	z-index: 100;
	visibility: hidden;
}

.chromestyle .dropmenudiv a {
	border-bottom: 1px solid #444;
	margin-right: 13px;
	width: 140px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color:#fff;
}
