/* CSS Document */

.chromestyle {
	padding:0;
	margin:0;
	border:0;
	width:95%;
	height:28px;
}

.chromestyle ul {
	padding:0;
	border:0;
	margin: 0;
	width: 100%;
	text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	padding:0;
	margin:0;
	border:0;
	display: inline;
	text-align:left;
}

.chromestyle ul li a {
	padding:0;
	margin: 0;
	border:0;
	font-size:0;
	text-decoration: none;
	text-align:left;
}


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

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #65ABF0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
/*	font:normal 12px Verdana;*/
	line-height:18px;
	z-index:100;
	background-color: #DAEBFB;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #65ABF0; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

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

* html .dropmenudiv a:visited { /*IE only hack*/
	color:#000;
	text-decoration:none;
}

* html .dropmenudiv a:hover { /*IE only hack*/
	color:#FFFFFF;
	text-decoration:none;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color:#FFFFFF;
	background-color: #FF1B1B;
}

