/* this is the main UL element*/
.dropdown{	margin:0;	padding:0;	list-style:none; list-style-type:none; color:#ffffff; }

/* these are the inner menus*/
.dropdown ul{	margin:0;	padding:0; list-style:none; color:#ffffff; font-family:Verdana; font-weight:bold; font-size:11px;}

/* these are all the LIs in the menu*/
.dropdown li{ margin:0; padding:4px; margin:0; cursor:pointer; color:#ffffff; text-align:  }

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{text-decoration:none;	margin:0 9px 0 0;	color:#ffffff; font-family:Verdana; font-weight:bold; font-size:11px;}

.dropdown a:hover{	text-decoration:none; cursor:pointer; color:#ffffff; text-decoration:underline;}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{border:1px solid #CCCCCC; margin:0; padding:4px; width:150px; cursor:pointer; color:#ffffff; background:url(../images/menu-pic.png); }

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{	background-image:url(''); font-size:10px;	background-position:center left;}

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