﻿.chromestyle{
	width: 100%;
	
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
		position:fixed;
	top:0px;
	left:0px;

}

.chromestyle ul{
	background-position: center center;
	width: 100%;
	height: 40px;
	background: url(chromebg-over.gif) repeat center center;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	color: #DDDDDD;
	vertical-align: middle;	
	
	position:fixed;
	top:0px;
	left:0px;
	

}


.chromestyle ul li{
	display: inline-block;
	* display: inline; /* Over ride for IE7 */
	color: #DDDDDD;
	
	text-align: center;
	border-right: 1px solid #DDDDDD;
	vertical-align: middle;
	
	padding: 0px 0px;
	margin: 0;
	width:90px;
	
	
}


.chromestyle ul li a{
	display: inline-block; 
	* display: inline; /* Over ride for IE7 */;
	text-align: center;
	color: #DDDDDD;
	padding: 0px -10px;
	width: 90px;
	height: 40px;
	margin: 0;
	text-decoration: none;
	vertical-align: middle;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	/*script dynamically adds a class of "selected" to the current active menu item*/
display: inline-block; 
	* display: inline; /* Over ride for IE7 */;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	padding: 0px -10px;
	width: 90px;
	height: 40px;
	vertical-align: middle;
	background: #0057a8;
/* background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	border: 1px solid #025EB6;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	color: white;
	width: 300px;
	background: #171716;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: #545765;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color: white;
	background-color: #545765;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: white;
	background-color: #FF6600;
}
