.dropdown {
	font: 12px Verdana, Arial, Helvetica;
	font-weight: bold;
}

.dropdown img {
	text-decoration:none; 
	border: none;
}

.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width: 210px; 
	display:none; 
	background:#cea8d2; 
	z-index:200;
	text-align: left;
}

.dropdown ul {
	width: 206px; 
	border: 2px solid #5A02A7; 
	list-style: none; 
	border-top: none;
}

.dropdown li {
	display:inline;
}

.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {
	display: block;
	color: #000; 
	text-decoration: none; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown dd a:hover {
	display: block;
	color: #fff;
	background: #5A02A7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown .underline {
	border-bottom: 1px solid #5A02A7;
}


.frame * {
	margin: 0;
	padding: 0;
}

.frame {
	width: 900px;
	background:url(images/header3.gif);
}

.frame td {
	background:url(images/header3.gif);

	border-top:1px solid #D4A7E0; 
	border-bottom:1px solid #44005D;
	border-right:1px solid #44005D; 
	border-left:1px solid #D4A7E0; 
		
	color: #FFF;
	text-align: center;
	font-weight: bold;
	
	cursor: pointer; 
}

.menu a, .menu a:active, .menu a:visited {
	display:block; 
	padding-top:15px; 
	padding-bottom:15px; 
	padding-left:10px;
	padding-right:10px;
	
	color:#FFF;
	text-decoration:none; 
}

.menu a:hover {
	display:block; 
	padding-top:15px; 
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	
	color:#000;
	background:url(images/header_over3.gif);
}
