/* this is the main UL element*/
.dropdown{
display: none;
	margin:0px;
	padding:0px;
	border:0px solid #444;
	padding-left:40px;
	list-style:none;
	border:0px solid #98bf21;
	background-color:# ;
	width:auto;
	height:18px;  
	
}

/* these are the inner menus*/
.dropdown ul{
	margin:0px;
	padding:0px;
	padding:0px 4px 0px 4px;
	border-top:0px solid #444;
	list-style:none;
	width:auto;
	height:auto;

}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0px;
	padding:0px;
	cursor:pointer;
	font-family:"Comic Sans MS", cursive;font-size:13px;
	font-weight:normal;
background-color:#  ;
width:auto;
padding-right:10px;
padding-left:8px;
height:auto;

}


/* 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:#fff;
	font-weight:normal;
	height:auto;

}

.dropdown a:hover{
	text-decoration:none;
	background-color:# ;
	font-weight:normal;
	width:auto;
	height:auto;
	color: #CCC 
	
	}
	.dropdown li:hover{
	text-decoration:none;
background-color:# ;
font-weight:normal;
width:auto;
height:auto;


	}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:1px solid #444;
	border-left:1px solid #444;
	border-right:1px solid #444;
	
	background-color:#060;
	width:auto;
	height:auto;
	font-size:10px;
	margin-left:60px;
	text-align:center
	
	}
.dropdown ul li a:hover{

	text-decoration:none;
	background-color:# ;
	font-size:10px;
	width:auto;
	height:auto;

	}


/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background:#060  url(../images/vector/down.gif) center left no-repeat; color: #fff;
	padding-left:11px;height:auto;

	
}
.dropdown li.submenu-down:hover{
	background:#060  url(../images/vector/down.gif) center left no-repeat; color: #fff;
	padding-left:11px;height:auto;

	
}
.dropdown li.submenu-left{
	background:#98bf21 url(../images/vector/go.gif) center right no-repeat;height:auto;

	
}

.dropdown li.submenu-left:hover{
	background:#618C04 url(../images/vector/go.gif) center right no-repeat;height:auto;

	
}

.dropdown li.b{
	background:#060 ;
	width:140px;height:auto;

	

}

.dropdown li.b:hover{
	background:#618C04 ;
	width:140px;height:auto;

	
	
}
