/** Top Navigation **/

.chromestyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.chromestyle ul{
	background: none;
	padding: 5px 5px 13px 5px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	height: 18px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a:link,
.chromestyle ul li a:active,
.chromestyle ul li a:visited {
	color: #4CCAF2;
	padding: 5px 20px 9px 20px;
	text-decoration: none;
	border-left: 0px solid white;
	white-space: nowrap;
}

.chromestyle ul li a:hover {
	background-repeat: repeat-x;
	color: #4CCAF2;
	text-decoration: none;
	white-space: nowrap;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-weight: normal;
	font-size: 10pt;
	line-height: 25px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	filter:alpha(opacity=92);
	-moz-opacity:.92;
	opacity:.92;
}

.dropmenudiv a:link,
.dropmenudiv a:active,
.dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 8px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 1px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

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

.a-nav {
	color: #4CCAF2;
}
a.a-nav:link,
a.a-nav:active,
a.a-nav:visited {
	color: #4CCAF2;
	text-decoration: none;
}
a.a-nav:hover {
	color: #4CCAF2;
	text-decoration: underline;
}