
/* this is the main UL element*/
.dropdown{	visibility:hidden;	margin:0;	padding:0;	list-style:none; color:#FFFFFF;}
/* these are the inner menus*/
.dropdown ul{	margin:2px 0px 0px 0px;	padding:0;	list-style:none;}
/* these are all the LIs in the menu*/
.dropdown li{	margin:0;	padding:5px 10px 5px 10px;	width:160px;	cursor:pointer;	font-size:13px;}
/* 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;	width:100%;}
.dropdown a:hover{	text-decoration:underline;}
/* these are the LIs that only belong to submenu*/
.dropdown ul li{ font-family:Arial;	border-top:0;	margin-left:-1px;	background-image:url(libg.png); background-repeat:repeat-x;	font-size:13px;}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu{	background-image:url('expand_down.gif');	background-position:center right;	background-repeat:no-repeat;	padding-left:10px;	width:130px;}
/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{	background-position:center right;	background-image:url(libg-right.png);	background-repeat:repeat-x;	padding:5px 10px 5px 10px; width:180px;}
