/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;

          
}

/* these are the inner menus*/
.dropdown ul{
	margin:0px;
	padding:0;
	list-style:none;
         background-color:white;
margin-top:2px;

}

/* these are all the LIs in the menu*/
.dropdown li{
	
	text-align:left;
	padding-top:3px;
	padding-bottom:10px;
	display:block;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	width:100%;
	color:black;
	font-size:12px;
     font-weight:normal;
}

.dropdown a:hover{
	 text-decoration:underline;
	

}

.dropdown a:visited{
	color:black;
}


/* these are the LIs that only belong to submenu*/
.dropdown ul li{ 
     background-repeat:repeat-y; 
	border-top:0;
	margin-left:0px;
	text-align:left;
        width:130px;
	padding-left:5px;
	padding-bottom:0px;
        display:block;

}

#last
			{
	 	background-repeat:no-repeat;

	              width:130px;
padding-bottom:5px;
				
			}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:0px;
	width:128px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:0px;
	width:130px;
}


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

