div.sdmenu {
	width: 180px;
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 10px;
	color: #fff;cursor: 
}
div.sdmenu div {
	background: url(/healthfitness/images/menu_toptitle.gif) no-repeat;
	overflow: hidden;
	border-bottom: 1px solid #4471a2;
}
div.sdmenu div a#cat {
	display: block;
	color: #4471a2;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div a#subcat {
	text-indent: 10px;
}
div.sdmenu div a#subcatwithsubsub {
	background : url(/healthfitness/images/sdmenu_subcatarrow.gif) no-repeat right center;
	text-indent: 10px;	
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #fff;
	display: block;
	color: #111;
	text-decoration: none;
	border-right: 1px solid #4471a2;
	border-left: 1px solid #4471a2;	
}
div.sdmenu div a.current {
	/*background : #ccc;*/
	font-weight: bold;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span#sdmenuspan {
	display: block;
	padding: 5px 20px;
	font-weight: bold;
	color: white;
	background: url(/healthfitness/images/menu_expanded.gif) no-repeat 6px center;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(/healthfitness/images/menu_collapsed.gif) no-repeat 6px center;
}
div.sdmenu div a:hover {
	background-color: #6193be;
	text-decoration: none;
	color: white;
}
div.sdmenu div a#subcatwithsubsub:hover {
	background-color: #6193be;
	text-decoration: none;
	color: white;
}

.verticalmenu{
	position:absolute;
	visibility: hidden;
	border: 0px;
	width: 180px;
}
.verticalmenu a {
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
}
.verticalmenu a#middlesub { border-right: 3px solid #4471a2; border-left: 3px solid #4471a2; }
.verticalmenu a#firstsub { border-top: 3px solid #4471a2; border-right: 3px solid #4471a2; border-left: 3px solid #4471a2; }
.verticalmenu a#lastsub { border-bottom: 3px solid #4471a2; border-right: 3px solid #4471a2; border-left: 3px solid #4471a2; }
.verticalmenu a#firstsublastsub { border-top: 3px solid #4471a2; border-bottom: 3px solid #4471a2; border-right: 3px solid #4471a2; border-left: 3px solid #4471a2; }
