#dropmenudiv{
	position:absolute;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	background: url(../images/menu_bg3.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	padding: 3px 4px 3px 10px;
	border:1px solid #83934F;
	color:#515B01;

}

#dropmenudiv a:hover{ /*hover background color*/
	background: url(../images/menu_bg4.gif) left top no-repeat ;
	color:#ffffff;
}

.submenu{
	margin: 0px;
	}

.submenu .submenuheader, .submenu a, .submenu a:visited, .submenu a:active{
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	background:url(../images/menu_off.gif) left top no-repeat;
	color: #515B01;
	display: block;
	width: auto;
	padding: 4px 4px 4px 28px;
	text-decoration: none;
}

.submenu a:hover{
	background:url(../images/menu_on.gif) left top no-repeat;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 4px 4px 4px 28px;
	text-decoration: none;
}

/*****************************************************************************************************/

.submenu2{
	margin: 0px;
	}

.submenu2 .submenuheader, .submenu2 a, .submenu2 a:visited, .submenu2 a:active{
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	background:url(../images/workshops_off.gif) left top no-repeat;
	color: #515B01;
	display: block;
	width: auto;
	padding: 3px 4px 3px 28px;
	text-decoration: none;
}

.submenu2 a:hover{
	background:url(../images/workshops_on.gif) left top no-repeat;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 3px 4px 3px 28px;
	text-decoration: none;
}

/*****************************************************************************************************/

.submenu3{
	margin: 0px;
	}

.submenu3 .submenuheader, .submenu3 a, .submenu3 a:visited, .submenu3 a:active{
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	background:url(../images/links_resrcs_off.gif) left top no-repeat;
	color: #515B01;
	display: block;
	width: auto;
	padding: 3px 4px 3px 28px;
	text-decoration: none;
}

.submenu3 a:hover{
	background:url(../images/links_resrcs_on.gif) left top no-repeat;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 3px 4px 3px 28px;
	text-decoration: none;
}