/*******************************************
* HEADER TABS
********************************************/
#headertabscontainer {
	background:url(../images/dv/buttonbar.gif);
}
#headersubcontainer {
	margin-top:1px;
	width:980px;
	height:22px;
	background:url(../images/dv/subbuttonbar.gif);
	line-height:22px;
	overflow:hidden;
}
.headertab img {
	top:4px;
	left:18px;
}
.headertab:hover a {
	background-color:#879ec3;
}
.headertabactive {
	background-color:#92abd4;
}
.headertabdivider {
	background:url(../images/dv/button-devider.gif);
}

/*******************************************
* BODY STYLES
********************************************/
#mainspace1 {
	width:1px;
}
#mainspace2 {
	width:5px;
}
#mainspace3 {
	width:6px;
}
/*******************************************
* MENU BACKGROUND
********************************************/
#menucontentback1 {
	width:200px;
	margin-bottom:10px;
}
#menucontentback2 {
	background:url(../images/dv/menu-middle.png);
}
#menucontentback3 {
	background:url(../images/dv/menu-top.png) no-repeat;
}
#menucontentback4 {
	background:url(../images/dv/menu-bottom.png) no-repeat bottom center;
	padding-bottom:30px;
}
/*******************************************
* MENU CONTENT STYLES
********************************************/
#menucontent li {
	margin-left:17px;
	margin-right:17px;
	width:166px;
}
#menucontent li.selected {
	background:url(../images/dv/menu-selection.gif) no-repeat;
}
#menucontent li a:hover {
	background:#e4dfd6;
}

