div.sdmenu {
	width: 150px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(/images/nav/2008/bottom2.gif) no-repeat  right bottom; 
	color: #fff;
}
div.sdmenu div {
	background: url(/images/nav/2008/title_green.gif) repeat-x;
	overflow: hidden;
}
/*div.sdmenu div:first-child {
	background: url(/images/nav/2008/toptitle2.gif) no-repeat;
}*/
div.sdmenu div:first-child {
	background: url(/images/nav/2008/toptitle_green.gif) no-repeat;
}
div.sdmenu div.collapsed:first-child {
	background: url(/images/nav/2008/toptitle2.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 23px;
	background: url(/images/nav/2008/title2.gif) repeat-x;
}


div.sdmenu div:first-child:hover{
	background: url(/images/nav/2008/toptitle_green.gif) no-repeat;
}


div.sdmenu div:hover{
	background: url(/images/nav/2008/title_green.gif) repeat-x;
	overflow: hidden;
}

div.sdmenu div span {
	display: block;
	padding: 5px 23px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background: url(/images/nav/2008/expanded2.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}

div.sdmenu div.collapsed span {
	background-image: url(/images/nav/2008/collapsed2.gif);
}

div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color:#031A7E !important;
	font-weight:bold;
	text-decoration:none;
	/*color: #0066FF;	*/
	
}
div.sdmenu div a.current {
	background : #9ae49a url(/images/nav/2008/linkarrow.gif) no-repeat right center;
/*	background : #0066FF url(/images/nav/2008/linkarrow.gif) no-repeat right center;
	background : #319f31 url(/images/nav/2008/linkarrow.gif) no-repeat right center;*/
	color:#031A7E !important;
	text-decoration:none;
}
div.sdmenu div a:hover {
	background : #cafbca url(/images/nav/2008/linkarrow.gif) no-repeat right center;
	
/*	background : #cbf4d9 url(/images/nav/2008/linkarrow.gif) no-repeat right center;
	background : #0066FF url(/images/nav/2008/linkarrow.gif) no-repeat right center;
	background : #bedefe url(/images/nav/2008/linkarrow.gif) no-repeat right center;*/

	color: #031A7E !important;
	text-decoration: none;
	
}


