div.sdmenu {
	width: 225px;
	font-size: 120;
	background: url(image/bottom.gif) no-repeat right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(image/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
}
div.sdmenu div.collapsed {
	height: 35px;
}
div.sdmenu div span {
	display: block;
	height: 22px;
	padding: 8px 30px;
	font-weight: bold;
	color: white;
	background: url(image/expanded.gif) 10px center no-repeat;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(image/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #e3d9ca;
	display: block;
	text-decoration:none;
	border-bottom: 1px solid #a89c92;
	color: #000;
	font-weight:bold;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background:url(image/linkarrow.gif) no-repeat right center #b4b3a1;
	color: #fff;
	text-decoration: none;
}

#navigation {
text-align: center;
float: right; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url(image/greenbg.gif) repeat-x center bottom;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #fff;
	background: url(image/greenleft.gif) no-repeat left bottom;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a span {
	background: url(image/greenright.gif) no-repeat right bottom;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	float: none;
}