#container { 
	background: #fff;
}

#contentContainer {
	float: none;
	width: auto;
}

#sidebarContainer {
	display: none;
}

#sideGrad {
	display: none;
}

#navcontainer {
	text-align: left;
}

#navcontainer #current {
	color: #fff;
	background: url(../../images/menu_arrow_right.gif) no-repeat left center;
}

#navcontainer #current:hover, #navcontainer .currentAncestor:hover {
	color: #fff;
	background: url(../../images/menu_arrow_right.gif) no-repeat left center;
}

#navcontainer .currentAncestor {
	color: #fff;
	background: url(../../images/menu_arrow_right.gif) no-repeat left center;
}

#navcontainer a:hover {
	background: url(../../images/menu_arrow_right.gif) no-repeat left center;
}
