
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="Sat, 01 Dec 2001 00:00:00 GMT">

/* this is the main UL element*/
ul.level2 {
	background-color:#006633;
}
.dropdown {
	display: table;
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border:0px solid #FFFFFF;
	-white-space: nowrap;
	height:20px;
	width:100%;
}
/* these are the inner menus*/

.dropdown ul{
	margin:0;
	padding:0;
	border:0px solid #FFFFFF;
	list-style:none;
}
/* these are all the LIs in the menu*/


.dropdown ul li ul{
	border:0px solid #FFFFFF;
	padding-top:10px;
}

.dropdown ul li ul li ul{
	padding-top:0px;
}

.dropdown ul li a{
	position:relative;
	left:-4px;
}

.dropdown li ul li a{
	position:relative;
	left:0px;
}

.dropdown ul li ul li{
	padding:0px;
	position:relative;
-	top:100px;
-	left:100px;
}


.dropdown .level2 li{
	margin:0px;
	width:125.375px;
	background-color:#006633;
	ackground-color: rgba(255, 255, 255, 0.5);
	cursor:pointer;
	text-align: center;
}

.dropdown ul li:hover{
	background-color:#99CC33;
}


.dropdown .level3 li{
	-margin:10;
	-padding:0px;
	width:220px;
	background-color:#006633;
	-background-color:blue;
	-moz-opacity: 0.5;
	-background-opacity:.5;
	-background-filter:alpha(opacity=50);
	-background-color: rgba(0, 100, 20, 0.9);
	text-align: left;
}

 
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/

.dropdown a{
	color:#FFFFFF;
	margin:0;
	padding:5px;
	text-decoration:none;
	width:100%;
}

.xdropdown a:hover{
	margin:0;
	padding:5px;
	xbackground-color:#99CC33;
	-text-decoration:none;
}
/* these are the LIs that only belong to submenu*/

.dropdown ul li{
	border:1px solid #FFFFFF;
	border-top:0;
	-margin-left:-1px;
}
/* these are the LIs that contains a submenu*/

.dropdown li.submenu{
	-background-image:url('/author/dms-static/a62b2427-1b82-44e4-aff3-0e6b01dcb017/expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	-padding-left:20px;
	-width:120px;
}

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

.dropdown ul li ul li.submenu{
	-color:#ffffff;
	background-image:url('/author/dms-static/c4b52860-08b1-4add-a3a0-33b25f977555/expand_right.gif');
	background-position:center right;
	padding:0px;
	-width:120px;
}
