
body {
	font:12px Verdana, Arial, Helvetica
}
.dropdown {
	display:block;
	position:relative;
	float: left;
	width: auto;
	height:auto;
	padding:6px 0px 0px 0px;
}


.dropdown dd {
	position:absolute;
	top:0;
	overflow:hidden;
	width:200px;
	display:none;
	background:#fff;
	opacity:0;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	width:200px;
}
.dropdown a:hover {
	color:#000;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3;
}





/* ---------------   DROP DOWN  ONE     START --------------------*/

.dropdown .underline1 {
	border-bottom:none;
	float:left;
	width:170px;
	height:auto;
	text-align:center;
	padding:0;
	margin:0;
	}


.dropdown .underline1 {
	border-bottom:none;
	float:left;
	width:170px;
	height:auto;
	text-align:center;
	padding:0;
	margin:0;
	}
	
	.dropdown .underline1_new {
	background:#e5eae6;
	cursor:pointer;
	height:auto;
	margin:0px 0px 1px 0px;
	text-align:left;
	padding:4px 0px  4px  31px; 
	background:#eeeff1;
	color:#4a0c1b;	
	font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	.dropdown .underline1_new:hover {
	background:#fff;
	background:url(../images/drop_arrow.gif) no-repeat left;
	}

/* ---------------   DROP DOWN  ONE     END --------------------*/





/* ---------------   DROP DOWN  TWO     START --------------------*/

.dropdown .underline2 {
	border-bottom:none;
	float:left;
	width:100px;
	height:auto;
	text-align:center;
	padding:0;
	margin:0;
	}


.dropdown .underline2 {
	border-bottom:none;
	float:left;
	width:100px;
	height:auto;
	text-align:center;
	padding:0;
	margin:0;
	}
	
	.dropdown .underline2_new {
	background:#e5eae6;
	cursor:pointer;
	height:auto;
	margin:0px 0px 1px 0px;
	text-align:left;
	padding:4px 0px  4px  31px; 
	background:#eeeff1;
	color:#4a0c1b;	
	font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	.dropdown .underline2_new:hover {
	background:#fff;
	background:url(../images/drop_arrow.gif) no-repeat left;
	}

/* ---------------   DROP DOWN  TWO     END --------------------*/

