.menu
{
	float: right;
	margin: 9px 0 0 0;
}
.dropdown 
{
	float:left; 
	
}

.dropdown dt 
{
	cursor:pointer;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial; 
	font-weight: bold;
	/*color: #BCBEC0; */
	color: #00915E;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #C30BAF;
	border-color: #c30b4b;
	padding: 3px 7px 6px 5px;
	line-height: 13px;
		height:  auto;
	max-height: 10px;

	
}

.dropdown dt:hover, .dropdown dt:active 
{
   /* color:#00915E;    */
    color: #BCBEC0;
}

.dropdown dd 
{
	position:absolute; 
	overflow:hidden; 
	width:175px; 
	display:none; 
	background:transparent; 
	z-index:200; 

}
* html .dropdown dd 
{
	position:absolute; 
	overflow:hidden; 
	width:200px; 
	display:none; 
	background:transparent; 
	z-index:200; 

}

.dropdown ul 
{
	width:204px; 
	list-style:none; 
	border-top:none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #00915E;
	padding-top: 3px;
	margin-top: 0px;
}
.dropdown li 
{
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited 
{
	display:block; 
	padding-left: 15px; 
	padding-top: 10px;   
	padding-bottom: 5px;
	line-height: 10px;
	color:#00915E; 
	text-decoration:none; 
	background:transparent; 
	width:auto;
	
}
.dropdown a:hover 
{
	color:#C30B4B;
}


