.chromestyle{
	font-weight: bold;
	position: relative;
	margin-left: 204px;
}

.chromestyleInside{
	margin-left: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #97b7e2;
	padding: 16px 10px;
	margin: 0px;
	text-decoration: none;
	border-right: 1px solid #97b7e2;
	font-size: 14px;
	line-height: 14px;
}

.chromestyle ul li a span {
padding: 20px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/menuBg_over.png) center center repeat-x;
	color: white;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid #7b8cc2;
	font-weight: normal;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	background: transparent url(../images/submenuBg.png) repeat;
	width: 220px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #a0accf;
	color: #000066;
}

