/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	/* border-bottom:1px solid #444; */
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	list-style:none;
	text-decoration:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding-top:10px;
	padding-bottom:8px;
	border-right:1px solid #ffffff;
	width:100px;	
	text-decoration:none;
	text-align:center;
	background:url(../classonthewebImagesbodhi/bg-menu.jpg) scroll left top repeat-x;
	cursor:pointer;
}
.dropdown li:hover{
	margin:0;
	padding-top:10px;
	padding-bottom:8px;
	border-right:1px solid #ffffff;
	text-align:center;
	width:100px;	
	text-decoration:none;		
	background:url(../classonthewebImagesbodhi/bg-menuover.jpg) scroll left top repeat-x;
	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;
	color:#ffffff;
	width:100%;
}

.dropdown a:hover{
	text-decoration:none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{	
	border-top:0;
	margin-left:0px;
	text-decoration:none;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background:url(../classonthewebImagesbodhi/bg-menu.jpg) scroll left top repeat-x;	
	width:105px;
}
.dropdown li.submenu-down:hover{
	background:url(../classonthewebImagesbodhi/bg-menuover.jpg) scroll left top repeat-x;	
	width:105px;
}
.dropdown li.submenu-down ul li{
	background:#1A92E3 url('expand_down.gif') scroll left top repeat-x;	
	border-top:1px solid #444;
	border-right:0px solid #ffffff;
	text-align:left;
	padding:5px;
	width:190px;
}
.dropdown li.submenu-down ul li:hover{
	background-color: #145683!important;
	border-top:1px solid #444;
	border-right:0px solid #ffffff;
	text-align:left;
	padding:5px;
	width:190px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
