
/*******************************************
* HEADER
********************************************/
#headertop {
	width:1009px;
	height:25px;
	background:transparent url(../images/cm/cm-deco-list.png);
}
#header {
	height: 85px;
	background:#ffffff;
}
/*******************************************
* HEADER TABS
********************************************/
#headertabscontainer {
	position:relative;
	background:url(../images/cm/cm-button-bar.png);
}
#headertabscontainer_fb {
	position:relative;
	background:url(../images/cm/cm-button-barFB.png);
}
#headertabscontainer #leftfix, #headertabscontainer_fb #leftfix {
	width:25px;
	height:23px;
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/bd/rounded-leftcorner-bd-c.png);
}
#headertabscontainer #rightfix, #headertabscontainer_fb #rightfix {
	width:11px;
	height:9px;
	position:absolute;
	right:2px;
	top:0px;
	background:url(../images/bd/rounded-rightcorner-bd.png);
}
#headersubcontainer {
	margin-top:1px;
	width:980px;
	height:5px;
	background:#e6dcc3;
	line-height:5px;
	overflow:hidden;
}
#headersubcontainer_fb {
	width:756px;
	height:5px;
	background:#e6dcc3;
	line-height:5px;
	overflow:hidden;
	border:#bdbbb4 1px solid;
	border-top:none;
	border-bottom:none;
}
.headertab img {
	top:4px;
	left:18px;
}
.headertab:hover a {
	background-color:gray;
}
.headertabactive {
	background-color:maroon;
}
.headertabdivider {
	background:url(../images/cm/cm-devider-lines.gif);
}

/*******************************************
* BODY STYLES
********************************************/
#mainspace1 {
	width:1px;
}
#mainspace2 {
	width:5px;
}
#mainspace3 {
	width:6px;
}
/*******************************************
* MENU BACKGROUND
********************************************/
#menucontentback1 {
	width:200px;
	margin-bottom:10px;
}
#menucontentback2 {
	background:url(../images/cm/cm-menu-middle.png);
}
#menucontentback3 {
	background:url(../images/cm/cm-menu-top.png) no-repeat;
}
#menucontentback4 {
	background:url(../images/cm/cm-menu-bottom.png) no-repeat bottom center;
	padding-bottom:30px;
}
/*******************************************
* MENU CONTENT STYLES
********************************************/
#menuchannel {
	color:#5e3f30;
	margin-top:-15px;
	padding-bottom:6px;
	background:url(../images/cm/cm-underline.png) no-repeat 10px 30px;
}
#menucontent li {
	margin-left:15px;
	margin-right:15px;
	width:170px;
}
#menucontent li.selected {
	background:url(../images/dv/menu-selection.gif) no-repeat;
}
#menucontent li a:hover {
	background:#e4dfd6;
}
#menucontent li.open {
	height:25px;
	line-height: 25px;
	border-top:1px solid #EAEAEA;
	background:url(../images/cm/cm-arrow-pointing-down.png) no-repeat 3px 10px;
}
#menucontent li.closed {
	height:25px;
	line-height: 25px;
	border-top:1px solid #EAEAEA;
	background:url(../images/cm/cm-arrow-pointing-in.png) no-repeat 3px 9px;
}
#menucontent li.closed a {
	color:#5e3f30;
}
#menucontent li.open a {
	color:#5e3f30;
}
#menucontent li b {
	color:#5E3F30;
}