body { font:11px  Arial, Verdana, Helvetica}
* {padding:0;
    margin:0}

.dropdown {
	float:left; 
	padding-right:0px
	}
	
.dropdown dt { 
	width:100%;
	height:32px;
	line-height:30pt;
	border:0px solid #9ac1c9; 
	padding:0px; 
	font-weight:notmal; 
	cursor:pointer;   
	}
	
.dropdown dt:hover {
	width:100%;
	height:32px;
	line-height:30pt;
	border:0px solid #9ac1c9; 
	padding:0px; 
	font-weight:notmal; 
	cursor:pointer;
	}
	
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:160px; 
	display:none; 
	background:#fff; 
	z-index:100; 
	opacity:0
	}
	
.dropdown ul {
	width:100%; border:0px solid #e4d9d5;  list-style:none; border-top:none
	}
	
.dropdown li { display:inline }
.dropdown a, .dropdown a:active, .dropdown a:visited {
	
	display:block; 
	color:#244487; 
	text-decoration:none;
	width:100%;
	text-align:left;
	background:#e7e7e7;	
	}
	
.dropdown a:hover { background:#ed1f24; color:#FFFFFF; background-repeat:no-repeat; }
.dropdown .underline { border-bottom:1px solid #ffffff; width:100%; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; line-height:17pt; }

/* drop Down 2 */

.dropdown2 {
	float:left; 
	padding-right:0px
	}
	
.dropdown2 dt { 
	width:100%;
	height:32px;
	line-height:30pt;
	border:0px solid #9ac1c9; 
	padding:0px; 
	font-weight:notmal; 
	cursor:pointer;   
	}
	
.dropdown2 dt:hover {
	width:100%;
	height:32px;
	line-height:30pt;
	border:0px solid #9ac1c9; 
	padding:0px; 
	font-weight:notmal; 
	cursor:pointer;
	}
	
.dropdown2 dd {
	position:absolute; 
	overflow:hidden; 
	width:180px; 
	display:none; 
	background:#fff; 
	z-index:100; 
	opacity:0
	}
	
.dropdown2 ul {
	width:100%; border:0px solid #e4d9d5;  list-style:none; border-top:none
	}
	
.dropdown2 li { display:inline }
.dropdown2 a, .dropdown2 a:active, .dropdown2 a:visited {
	
	display:block; 
	color:#244487; 
	text-decoration:none;
	width:100%;
	text-align:left;
	background:#e7e7e7;	
	}
	
.dropdown2 a:hover { background:#ed1f24; color:#FFFFFF; background-repeat:no-repeat; }
.dropdown2 .underline { border-bottom:1px solid #ffffff; width:100%; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; line-height:17pt; }

