.dropstyle {	
	float:								left;
	width:								730px;
	padding:							0px 0px 0px 0px;
	font-weight:						bold;
	position:							relative;
}

.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 0px 0px 0px;
	text-align:							right; /*set value to "left", "center", or "right"*/
	position:							absolute;
	display:							block;
	right:								0px;
	top:								22px;
}

.dropstyle ul li {
	float: left;
	white-space:						nowrap;
	border-right:						solid 1px #ffffff;
	padding:							0px 0px 0px 0px !important;
	margin:								0px 0px 0px 0px !important;
}
.dropstyle ul li.special {
	display:							inline;
	white-space:						nowrap;
	border-right:						none;
	padding:							1px 0px 2px 0px !important;
	margin:								0px 0px 0px 0px !important;
}

.dropstyle ul li a, .dropstyle ul li a:visited, .dropstyle ul li a:active {
	color:								#ffffff;
	font-size:							11px;
	line-height:						11px;
	font-family:						Helvetica, Arial, Verdana, san-serif;
	padding:							2px 20px 2px 20px;
	margin:								0px 0px 0px 0px !important;
	text-decoration:					none;
}

.dropstyle ul li a:hover {
	color:								#ffffff;
	background-color:					#164f75;
	text-decoration:					none;
}
.dropstyle ul li a.selected {
	color:								#ffffff;
	background-color:					#164f75;
	text-decoration:					none;
}
.dropstyle ul li a.selected:hover {
	color:								#ffffff;
	background-color:					#164f75;
	text-decoration:					none;
}

/*.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:						Helvetica, Arial, Verdana, san-serif;
	line-height:						15px;
	z-index:							100;
	background-color:					#5CACCD;	
	visibility:							hidden;	
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
	display:							block;	
	border-bottom:						1px solid #FFFFFF; /*THEME CHANGE HERE*/
	border-left:						1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding:							2px 15px 2px 17px;
	text-decoration:					none;
	font-weight:						bold;
	color:								#FFFFFF;
	font-size:							11px;
	background-image:					url(../images/button-back-01.gif);
	background-repeat:					no-repeat;
}

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