.chromestyle{
	padding: 0px;
	text-align:right;
	width: 670px;
	float:right;
	top: 21px;
	position:relative;
	left: 1px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
    position: relative;
    width: 100%;
	margin: 0 0 0 0px;
	display: inline;
}

.chromestyle ul li{
	display: inline;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
	text-decoration:none;
	font-size:15px;
	color: #00ADEF;
	padding: 0 10px;
	margin: 0 0 0 -3px;
	text-decoration: none;
	border-right: 1px solid #EE018D;
}

.chromestyle ul li a:hover{
	color: #FDD308;
	text-decoration:none;
}

.chromestyle ul li a.lastlink {
	border-right: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #00ADEF;
	width: 150px;
	font-size: 11px;
	text-transform:uppercase;
	visibility: hidden;
	text-align: left;
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FDD308;
	text-decoration:none;
}
