/* this is the main UL element*/
.dropdown{
	margin : 0;
	padding:0;
	list-style:none;
cursor: auto;
width :167px;
}

/* these are the inner menus*/
.dropdown ul{
	margin-top : 0;
	padding:0;
	list-style:none;	
cursor: auto;

}

/* these are all the LIs in the menu*/
.dropdown li{
text-align : left;
	padding-bottom : 4px;
	padding-left:8px;padding-top : 3px;
	width:167px;
	height: 13px; 
cursor: auto;
}



.jump_down{

	background-color: #444e59;
	color: #FFFFFF;
cursor: auto;
}





.jump_top{
	color: #444e59;
}



.normal { background-color: #444e59 }
.normalActive { background-color: #757c85 }







/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color: #FFFFFF;
}

.dropdown a:hover{
	text-decoration:none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin-top : o;
	border-top:0;
	margin-left:-1px;
}



/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
