
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
}


.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}


.dropdown li{
	margin:0;
	padding:0px;
	
	cursor:pointer;
}


.dropdown a{
	text-decoration:none;
	color:#fff;
	
}

.dropdown a:hover{
	text-decoration:underline;
	
}


.dropdown ul{
	border: 1px solid rgb(80, 80, 80); position: absolute; z-index: 9999; top: 0px; left: 0px; width: 200px;
	
}
.dropdown ul li{
	background-color:#424242;
    border-bottom:1px solid #2E2E2E; text-align:left;  
    height:28px;
    line-height:28px;
    width:100%;
	
}
.dropdown ul li a:hover{
	text-decoration:underline;
	 width: 170px;
	 
}


/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul  li.submenu-left{
	background:#424242 url('expand_right.gif') center right no-repeat;
	
}

