 .dropdown{
	background: transparent; /*background of menu bar (default state)*/
 	font-size: 12px;
	letter-spacing:0px;
	margin:0;
	padding:0;
}

.dropdown ul{
	z-index:100;
	list-style-type: none;
	list-style-position:outside;
	border:0;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom:1px solid #999999;
	float:left;
	width:100%;
	height:23px;
}

/*Top level list items*/
.dropdown ul li{
	position: relative;
	display: inline;
	float: left;
	text-align:center;
	margin: 0;
		padding: 0px 10px 0px 0px;
	border:0;
}

/*Top level menu link items style*/
.dropdown ul li a{
	display: block;
	
	padding: 0px 0px 0px 0px;
	color: #434343!important;
	text-decoration: none;
	position:relative;
	top:2px;
	font-family:helvetica;
	font-weight:bold;
}

* html .dropdown ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;_float:left;_color: #434343;_position:relative;_z-index:1000;
}

.dropdown ul li a:link, .dropdown ul li a:visited{
		color: #434343!important;
}
.dropdown ul li ul li a:link, .dropdown ul li ul li a:visited{
		color: #434343!important;
}

.dropdown ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*background: transparent url(../../images/1/menu_nv.png) top repeat-x; */
		color: #434343!important;
		border-bottom:3px solid #999999!important;display: block;
}

.dropdown ul li a:hover{
	/*background: transparent url(../../images/1/menu_nv.png) top repeat-x; */ /*background of menu items during onmouseover (hover state)*/
				color:  #999999!important;
		border-bottom:3px solid #999999!important;display: block;_display:inline;
}

.dropdown ul li ul li a.selected{
	height:20px!important;float:left;
	background: #ffffff; 
		color: #000000;
}

.dropdown ul li ul li a:hover{
	background: #999999; color:#ffffff!important;_color: #434343!important;_float:left;
	border-bottom:3px solid #999999!important;
}

.dropdown ul li a.active{
	/*background: transparent url(../../images/1/menu_nv.png) top repeat-x; */ /*background of menu items during onmouseover (hover state)*/
		color: #434343!important;
		border-bottom:3px solid #999999!important;_float:left;

}


.current_page_item a{
width:auto;
padding:0px;margin:0px;
		color: #434343!important;
		border-bottom:3px solid #999999!important;
_display:inline;_float:left;
}


/*1st sub level menu*/
.dropdown ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	font-size: 10px;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
	float:left;
	color: #434343!important;
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.dropdown ul li ul li{
	display: list-item;
	float: none;
	text-align:left;color: #434343!important;_float:left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.dropdown ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.dropdown ul li ul li a{
	width: 111px; /*width of sub menus*/
	padding: 2px 0px 2px 2px;
	margin: 0;
	border-top-width: 0; 
	/*border-bottom: 1px solid #73abb9;
	 */   /*background of menu items (default state)*/	
	color: #434343!important;_color: #434343;
	background: #ffffff;
}

/* Holly Hack for IE \*/
* html .dropdown{height: 1%;} /*Holly Hack for IE7 and below*/
