

div.menudropdown {
	width: 130px;
	margin: 0;
	position: absolute;
	left: -500px;
	top: 38px;
	background-color: #e1f0b3;
	padding-top: 9px;
	border-left: 2px solid #666666; 
	border-right: 1px solid #999999; 
	border-top: 1px solid #999999;
	border-bottom: 2px solid #666666; 
	z-index: 5;
}
 
div.menudropdown ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	border: 0;
}

div.menudropdown li {
	margin: 0;
	border: 0;
}

div.menudropdown div.notalink {
	margin: 0;
	display: block;
	height: auto;
	min-height: 18px;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #4c4c4c;
	text-decoration: none;
	vertical-align: middle;
	background-color: #e1f0b3;
	border: 0;
}

div.menudropdown a {
	margin: 0;
	display: block;
	height: auto;
	min-height: 18px;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	background-color: #e1f0b3;
	border: 0;
}

div.menudropdown a:active, div.menudropdown a:visited {
	color: #000000;
	border: 0;
}

div.menudropdown a:hover {
	background-color: #ffffff;
	color: #4282dc;
	border: 0;
}

/* these are for dropdown menus created using the createSubmenu function */
div.popmenu {
	position: absolute;
	left: -500px;
	top: 38px;
	background-color: #e1f0b3;
	padding: 0;
	border-left: 2px solid #666666; 
	border-right: 1px solid #999999; 
	border-top: 1px solid #999999;
	border-bottom: 2px solid #666666; 
	z-index: 5;
}

div.popmenusubitemwrapper {
	
}

div.popmenulastsubitemwrapper {
	
}

div.popmenusubitem {
	color: #000000; 
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none; 
	text-align: left;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e1f0b3;
	border: 0;
}
	
div.popmenusubitem a, div.popmenusubitem a:visited {
	color: #000000; 
	font-weight: normal;
	text-decoration: none; 
}
	
div.popmenusubitem a:hover, div.popmenusubitem a:active { 
	background-color: #ffffff;
	color: #4282dc; 
	border: 0; 
}
