.dropstyle {	
	width:								600px;
	padding:							4px 0px 0px 0px;
	font-weight:						bold;
}

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

.dropstyle ul {	
	padding:							0px 0px 0px 0px;
	margin:								0px 6px 0px 0px;
	text-align:							left; /*set value to "left", "center", or "right"*/
}

.dropstyle ul li {
	display:							block;
	float:								left;
	height:								12px;
	white-space:						nowrap;
}

.dropstyle ul li a, .dropstyle ul li a:visited, .dropstyle ul li a:active {
	font-family:						Verdana, Arial;
	font-size:							11px;
	line-height:						12px;	
	font-weight:						normal;
	color:								#ffffff;	
	text-decoration:					none;
	height:								12px;
	padding:							2px 8px 2px 10px;
	margin:								0px 0px 0px 0px;
	text-decoration:					none;
	border-left:						solid 1px #FFFFFF; /*THEME CHANGE HERE*/
}
.dropstyle ul li a:hover {
	color:								#ffffff;
	background-color:					#666fa0;
	text-decoration:					none;
}
.dropstyle ul li a.special, .dropstyle ul li a.special:visited, .dropstyle ul li a.special:active, .dropstyle ul li a.special:hover  {
	border-left:						0px !important; /*THEME CHANGE HERE*/
}
.dropstyle ul li a.selected, .dropstyle ul li a.selected:visited, .dropstyle ul li a.selected:active {
	font-weight:						bold;
}
.dropstyle ul li a.special-selected {	
	border-left:						0px !important; /*THEME CHANGE HERE*/
	font-weight:						bold;
}

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


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

.dropmenudiv {
	position:							absolute;
	top:								0px;
	white-space:						nowrap;
	border-top:							1px solid #FFFFFF;
	border-right:						1px solid #FFFFFF;		
	font-family:						Arial !important;
	line-height:						15px;
	z-index:							100;
	background-color:					#b9bdd4;	
	visibility:							hidden;	margin-top: 2px;
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
	font-family:						Arial !important;
	display:							block;	
	border-bottom:						1px solid #FFFFFF; /*THEME CHANGE HERE*/
	border-left:						1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding:							2px 6px 2px 6px;
	text-decoration:					none;
	font-weight:						bold;
	color:								#FFFFFF;
	font-size:							11px;
	letter-spacing:						.5px; width: 100%;
	background-image:					url(../images/button-back-01.gif);
	background-repeat:					no-repeat;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	font-family:						Arial !important;
	background-color:					#CDECFE;
	color:								#000000;
	font-weight:						bold;
	text-decoration:					none;
	font-size:							11px !important;
}