/* @option theme background color and style*/


#container,
#sidebarContainer {
	background-color: white;
}

#navcontainer1 a,
#navcontainer3 ul ul a {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#navcontainer3 a:hover {
	border-left: 1px solid #cccccc !important;
}

#sidebarContainer {
	border-left-color: white;
}

#myExtraContent4,
#container {
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}