/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;	
	z-index:5;	
	height:45px;

	
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:0px;
	list-style:none;
	z-index:5;margin-top: 10px;
	_margin-top:2px;

}

/* these are all the LIs in the menu*/
.dropdown li {
	margin:0;
	padding:5px;
	width:130px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;	
	cursor:pointer;
	z-index:5;
	
}

.dropdown ul li a{
	text-decoration:none;
	color:#fff;
	width:100%;
	border-bottom: 1px solid #fff;
	font-weight:bold;	
	overflow:hidden;
}

.dropdown ul li a:hover{
	text-decoration:none;
	color:#DDD;
	width:100%;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	overflow:hidden;
}



/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	
	border-top:0;
	margin-left:-1px;
	z-index:5;
	background-image:url(../bg.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:95%;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	_padding-top:4px;
	_padding-bottom:3px;
	_width:160px;
		behavior: url(../iepngfix.htc);
	

}

.dropdown ul li:hover{
	color:#000;
	
	border-top:0;
	margin-left:-1px;	
	z-index:5;
	background-image:url(../bg.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:95%;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	_padding-top:4px;
	_padding-bottom:3px;
	_width:160px;
		behavior: url(../iepngfix.htc);



	

}




/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	/* background: url('expand_down.gif') center left no-repeat; */
	padding-left:20px;
	width:125px;
	z-index:5;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{

	padding-right:20px;
	width:125px;
	z-index:5;
}
