* {padding:0; margin:0}

/* --------------------MAIN MENU OPTIONS-------------------- */

.dropdown dt {
/* Main menu box the text */	
	text-decoration:none;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:9pt;
	color:#000;	
	
	width:px; 
	height:25px; 
	cursor:pointer; 
	background-color:#FFF:
}

.dropdown dt:hover {
/* Main menu box the text highlight */
	background-color:#ECE2DC;
	color:#af1c2e;
}

/* --------------------SUB MENU OPTIONS-------------------- */

.dropdown li {display:inline}

.dropdown dd {
/* sub menu main box */	
	position:absolute;
	overflow:hidden; 
	width:120px; 
	display:none;
	background-color:#FFF;
	z-index:150; 
	opacity:0
}

.dropdown ul {
/*sub menu border box */ 	
	width:118px; 
	border:1px 
	solid #af1c2e; 
	list-style:none;
}

.dropdown a, .dropdown1 a:active, .dropdown1 a:visited {
/* sub menu content box the text */	
	display:block;
	background-color:#FFF; 
	padding:2px;
	
	text-decoration:none;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:9pt;
	color:#000;
}

.dropdown a:hover {
/* sub menu box the text highlight */
	background-color:#ECE2DC;
	color:#af1c2e;
}

.dropdown .underline {
/* sub menu spacer */	
	border-bottom:1px solid #e9586a;
}.blacktext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	color: #000;
	text-align: left;
}
