#container { 
	background: #fff url(../../images/sidebar_right_bg.png) repeat-y right top;
}

#contentContainer {
	float: left;
}

#sidebarContainer {
	float: right;
}

#sideGrad {
	right: 0px;
}

#navcontainer {
	text-align: left;
}

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

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

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

#navcontainer a {
	padding: 5px 5px 5px 10px;
}

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

#navcontainer ul ul #current{
	background-image: url(../../images/menu_arrow_right.gif)=;
	background-repeat: no-repeat;
	background-position: left center;
}

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

#navcontainer ul ul a {
	padding-left: 15px;
}

#navcontainer ul ul ul a{
	padding-left: 25px;
}