/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style-type:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0px 0px 0px 0px;
	padding:12px 7px 15px 7px;
	cursor:pointer;
	float:left;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	line-height:10px;
	color:#CCCCCC;
}

/* 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:#cccccc;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	line-height:12px;
	text-transform:uppercase;
	text-align:left;
}

.dropdown a:hover{
color:#00ccff;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	background:#000000;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	line-height:4px;
	width:205px;
	padding:0px;
	margin:0px;
}
.dropdown ul li.bottomstyle{
	width:205px;
	padding:0px;
	margin:0px;
	background:none;
	font:4px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:4px;
}

/* 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 li.submenu-left{
}
.dropmenustyles {
float:left;
display:inline;
width:70px;
margin:0px 0px 0px 20px;
}
.dropmenustyles a {
font:10px Tahoma, Arial, Helvetica, sans-serif;
color:#cccccc;
text-decoration:none;
padding:3px 0px;
}
.dropmenustyles a:hover{
color:#00ccff;
}