.chromestyle{
	padding: 0px;
	text-align:right;
	width: 720px;
	float:right;
	top: 5px;
	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;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
	text-decoration:none;
	font-size:12px;
	color: #0D4A7D;
	padding: 0 10px;
	margin: 0 auto;
	text-decoration: none;
	border-right: 1px solid #0D4A7D;
}

.chromestyle ul li a:hover{
	color: #0D4A7D;
	text-decoration:underline;
}

.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: #0D4B7E;
	width: 150px;
	font-size: 11px;
	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*/
	text-decoration:underline;
}
