/* Begin CSS Popout Menu */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
*/}

#sddm li a
{
	display: block;
	width: 137px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/green-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left:1px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;	/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
*/}

#sddm li a:hover
{
	background-image: url(../images/yellow-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;/*	width: 154px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	
}

#sddm div a{
	position: relative;
	display: block;
	width: 137px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/green-submenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left:1px;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: arial;
	font-size: 11px;
}

	#sddm div a:hover
	{
	position: relative;
	display: block;
	width: 137px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/yellow-menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left:1px;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: arial;
	font-size: 11px;
}


/* End CSS Popout Menu */

/* Header Navigation Menu */

#header_navmenu {
	width: 213px;
	height: 244px;
	color: #0C807C;
	overflow: hidden;
	font-size: 16px;
	background-color: #FFFFFF;
	font-weight: bold;
	float: left;
}

#header_navmenu a {
	text-decoration: none;
	color: #0C807C;
}

#header_navmenu ul {
	margin-top: 3px;
	height: 244px;
	width: 213px;
}

#header_navmenu li {
	width: 213px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	overflow: hidden;
	margin-top: 5px;
	height: 28px;
}

#header_navmenu li a {
	display: block;
	background-image: none;
}
#header_navmenu li a:hover{
	color: #990000;
}


