/* Slide Down Menu */
div.sdmenu {
	width: 200px;
	font-family: "helvetica", arial, sans-serif;
	font-size: 12px;
	/*padding-bottom: 10px;*/
	/*padding-left: 10px;*/
	background: #72a94c no-repeat right bottom;
	color: #fff;
	border-right: 1.5px dashed #00603d;
	border-left: 1.5px dashed #00603d;
	border-top: 1.5px dashed #00603d;
	
	/*
border-width: 1.5px;
	border-style: dashed;
	border-color: #00603d;
*/
}
div.sdmenu div {
	background-color: #72a94c;
	overflow: hidden;
	
}
/*
div.sdmenu div:first-child {
	width: 170px;
	background: url(green_menu.gif) no-repeat right bottom;
}
*/
div.sdmenu div.collapsed {
	height: 26px;
}
.sd_mainopt{
	display: block;
	padding: 5px 25px;
	color: #fff;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1.5px dashed #00603d;
	font-weight: bold;
}
div.collapsed span{
	background-image: url(collapsed.gif);
	/*border-bottom: 1.5px dashed #00603d;*/
}
.subopt{
	padding: 5px 20px;
	background: #c9dcb0;
	display: block;
	border-bottom: 1.5px dashed #00603d;
	color: #00603d;
	/*text-indent: 20px;*/
}
.subopt:link{
	background : #c9dcb0;
	color: #00603d;
	border-bottom: 1.5px dashed #00603d;
}
.subopt:visited{
	background : #c9dcb0;
	color: #00603d;
	border-bottom: 1.5px dashed #00603d;
}

.subopt:hover{
	/*background : #98bd6e url(sublink.gif) no-repeat 7px 7px;*/
	background : #98bd6e;
	color: #00603d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1.5px dashed #00603d;
}

.current{
	padding: 5px 20px;
	background : #98bd6e;
	display: block;
	border-bottom: 1.5px dashed #00603d;
	color: #00603d;
	font-weight: bold;
}

.current:visited{
	border-bottom: 1.5px dashed #00603d;
}

.current:hover{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1.5px dashed #00603d;
}


/* Non Slide Down Menu */
.nsdmenu {
	width: 200px;
	font-family: "helvetica", arial, sans-serif;
	border-right: 1.5px dashed #00603d;
	border-left: 1.5px dashed #00603d;
	border-top: 1.5px dashed #00603d;
	float: left;
}

.nonopt{
	padding: 5px 10px;
	background: #72a94c;
	display: block;
	border-bottom: 1.5px dashed #00603d;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.nonopt:link{
	background-color: #72a94c;
	color: #fff;
	border-bottom: 1.5px dashed #00603d;
}

.nonopt:visited{
	background-color: #72a94c;
	color: #fff;
	border-bottom: 1.5px dashed #00603d;
}

.nonopt:hover{
	/*background : #98bd6e url(sublink.gif) no-repeat 7px 7px;*/
	background-color: #72a94c;
	color: #00603d;
	text-decoration: none;
	border-bottom: 1.5px dashed #00603d;
}

/*
nonopt a.current{
	padding: 5px 10px;
	background: #72a94c;
	display: block;
	border-bottom: 1.5px dashed #00603d;
	color: #00603d;
	font-weight: bold;
	font-size: 13px;
}

nonopt a.current:visited{
	color: #fff;
}

nonopt a.current:hover{
	color: #fff;
}
*/
