/*
Red: 993333
Med Background: Taupe: 9b917d
Dark Background: Chocolate: 827264
Tan/Neutral: e1ded7
Light Beige: f3f3f7
Dark Text: 3c3628 
*/

div.sdmenu {
	width: 160px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
		/* background: url(http://otw.live.mediaspanonline.com/images/bottom.gif) no-repeat  right bottom; */
	 background-color:#993333; /* background color behind menu */
		/* color: #fff; */
	color:#827264; /* not sure what this color controls */
	border-color:none;
	}
	*+html div.sdmenu {
		width: 167px;
		}
	* html div.sdmenu {
		width: 167px;
		}
div.sdmenu div {
		/* background: url(http://otw.live.mediaspanonline.com/images/title.gif) repeat-x; */
	background-color:#fff;
	overflow: hidden;
	}
div.sdmenu div:first-child {
		/* background: url(http://otw.live.mediaspanonline.com/images/toptitle.gif) no-repeat; */
	background-color:#fff; /* not sure what this color controls */
	}
div.sdmenu div.collapsed {
	height: 25px;
	}
/* div.sdmenu div.collapsed span.twoLineListHead {
	height: 40px;
} */ 
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
		/* color: white; */
	color: #fff; /* color of text for list header */
	background: url(http://otw.live.mediaspanonline.com/images/expanded.gif) no-repeat 10px center; 
	background-color:#993333; /* color behind expanded list header */
	cursor: default;
		/* border-bottom: 1px solid #ddd; */
	border-bottom: 1px solid #e1ded7;
	white-space:nowrap;
}
div.sdmenu div.collapsed span {
	background-image: url(http://otw.live.mediaspanonline.com/images/collapsed.gif); 
	background-color:9b917d; /* color of collapsed background */
	}
div.sdmenu div a {
	padding: 5px 10px;
		/* background: #eee; */
	background: #fff; /* color behind list item */
	display: block;
		/* border-bottom: 1px solid #ddd; */
	border-bottom: 1px solid #e1ded7; /* border separating list items */
		/* color: #066; */
	color: #827264; /* color of list items */
}
div.sdmenu div a.current {
		/* background: #ccc; */
	background: #e1ded7; /* color behind current list item - selected/active link */
}
div.sdmenu div a:hover {
	background: #066 url(http://otw.live.mediaspanonline.com/images/linkarrow2.gif) no-repeat right center; 
	background-color:#e1ded7; /* color behind list item text when hovered over */
	color: #993333; /* color of list item text when hovered over */
	text-decoration: none;
}

/*
Red: 993333
Med Background: Taupe: 9b917d
Dark Background: Chocolate: 827264
Tan/Neutral: e1ded7
Light Beige: f3f3f7
Dark Text: 3c3628 
*/
