/* CSS Document */

/* menu styles*/

.chromestyle{
	font-weight: bold;
	width: 526px;
	
}

.chrome2{
	padding-top: 4px;
}
.chrome{
	padding-top: 245px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin: 0; /*set value to "left", "center", or "right"*/
	height: 22px;
	float: left;
}

.chromestyle ul li{
	float:left;
	background: transparent;
}

.chromestyle ul li a{
	color: #000000;
	padding:3px 13px 5px 20px;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	display: block;
	float: left;
}

.chromestyle ul li a:hover{
	background: transparent; /*THEME CHANGE HERE*/
	text-decoration: none;
}

.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: 0px; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	line-height:15px;
	z-index:100;
	background-color:#FAC857;
	width: 200px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}


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

* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #fff;
	text-decoration: none;
	background-color:#F57F1D;
}
