#container {
	background-image: url(../../../images/sidebar/sidebar_orange.jpg);
}

#sidebarContainer, #sidebarContainer p {
	color: #e6cbc0;
}

#sidebarContainer a {
	color: white;
}

/* @group Toolbar */

/* Toolbar Styles */
/* All the positional and display code can be found in the styles.css file. You should use this stylesheet for styling only (colors, sizes, etc). Do not put any positional / display code as it will overwrite the styless.css file and possibly break the drop down menu */

#navcontainer_side {
	background: #d15a1b;
}


/* Parent - Level 0 */

#navcontainer_side ul {
}

/* @group standard links */

#navcontainer_side a:link, #navcontainer a:visited {
	color: #f0f0f0;

}

#navcontainer_side a:hover {
	color: #fff;
	background: #ff9a32;
}

#navcontainer_side a:active {
	color: #fff;
}

#navcontainer_side a:link.currentAncestor {
	background: #c33302;
	color: #fff;
}

#navcontainer_side a:visited.currentAncestor {
	background: #c33302;
	color: #fff;
	font-weight: bold;
}

#navcontainer_side a:hover.currentAncestor {
	color: white;
	background: #ff9a32;
	font-weight: bold;
}

#navcontainer_side a:active.currentAncestor {
	background: #c33302;
	color: #fff;
	font-weight: bold;
}

#navcontainer_side a:link#current {
	background: #c33302;
	color: #fff;
	font-weight: bold;
}

#navcontainer_side a:visited#current {
	background: #c33302;
	color: #fff;
	font-weight: bold;
}

#navcontainer_side a:hover#current {
	color: white;
	background: #ff9a32;
	font-weight: bold;
}

#navcontainer_side a:active#current {
	background: #c33302;
	color: #fff;
	font-weight: bold;
}
	
/* @end */

/* Child - Level 1 */

#navcontainer_side ul ul {


}

/* Child - Level 2 */

#navcontainer_side ul ul ul {
}

/* @end */
