.chromestyle {
	font-weight: bold;
	position: absolute;
	top: 105px;
	left:10px;
	text-transform: none;
}

.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: #ff99ff; /*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: url(tr_black.png) repeat;
	font-weight: normal;
	z-index: 100;
	visibility: hidden;
}

.chromestyle .dropmenudiv a {
	margin-right: 13px;
	width: 130px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color:#fff;
}
