div.sdmenu {
	width: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(../../images/recipies/bottom.gif) no-repeat  right bottom;
	color: #fff;
	text-align:left;

}
div.sdmenu div {
	background: url(../../images/recipies/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../../images/recipies/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../../images/recipies/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #d57d00;
}
div.sdmenu div.collapsed span {
	background-image: url(../../images/recipies/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #fff8ce;
	display: block;
	border-bottom: 1px solid #d57d00;
	color: #000000;
	text-decoration:none;
}
div.sdmenu div a.current {
	background :#fff8ce;
}
div.sdmenu div a:hover {
	background : #e48438 url(../../images/recipies/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}


/* ------------------ sub menu ------------------*/


.switchcontent{ width:199px; height:auto;}
.leftpanel_links a{ color:#000066; font-weight: bold; background:#999999; font-size:10px;}
.leftpanel_links_1 {margin:0px; padding:0px 0px 0px 4px; float:right; font-size:10px;}
