.menuFirstLevel {
	padding: 5px 0px 5px 8px;
	 width:154px; 
	 margin-left: 0px;
	 padding-right/**/:/**/17px;
	 color:#000; /*color of inactive links, level 1*/
	 text-decoration:none;
	 border-bottom: 1px solid #9fc56e;
	 border-left: 1px solid #dedede;
	 font-weight: bold;
	 /*background: url(../images/menu/arrow_green_box.gif) 96% 50% no-repeat;*/
	 background-color: #E7EFD1;
}


/*.menuSecondLevel
{
    padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
	border-bottom: 1px solid #9fc56e;
	background: #F2F2ED url(arrow_green.gif) 96% 50% no-repeat;
	color: #000;
	font-weight: normal;
	
}
*/

.firstLevelSelected
{
	padding: 5px 0px 5px 8px;
	 width:154px; 
	 margin-left: 0px;
	 padding-right/**/:/**/17px;
	 color:#84B43F; 
	 text-decoration:none;
	 border-bottom: 1px solid #9fc56e;
	 border-left: 1px solid #dedede;
	 font-weight: bold;
	 /*background: url(../images/menu/arrow_green_box.gif) 96% 50% no-repeat;*/
	 background-color: #E7EFD1;
	
	
}

.secondLevelSelected
{
	background-image: url(../images/menu/arrow_greenSelected.gif) no-repeat;
	color: #000;
	font-weight: bold;
	padding-left:15px;
	text-decoration:underline;
}

.menuSecondLevel
{
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left:30px;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #ccc;

}

div.sdmenu {
	width: 191px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../images/menu/sdmenu/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(../images/menu/sdmenu/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/menu/sdmenu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}

div.sdmenu span.backgrnd { background: url(../images/menu/nav_bg.gif); margin:0px; padding:0px;}
div.sdmenu div a {
	padding: 5px 10px;
	display: block;
			width:156px;
			margin-left:2px;
			margin-right:2px;
			text-decoration:none;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/menu/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
}
div.sdmenu div.collapsed span {
	background-image: url(../images/menu/sdmenu/collapsed.gif);
}

div.sdmenu div a.current {
	background : #84B43F;
	color: #fff;
	text-decoration: none;
}
div.sdmenu div a:visited {
	color: #000;
	text-decoration: none;
}
div.sdmenu div a:hover {
	background : #84B43F;
	color: #fff;
	text-decoration: none;
}
