/* @option theme background color and style*/

#menushadow {
	background-image: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#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);
}
 
#contentContainer #content {
	background-image: none;
}

#sidebarContainer #sidebar {
	background-image: none;
}

#footer {
	background-image: none;
	border-top-style: solid;
	border-top-width: 1px;
}

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

#navcontainer1 a {
	margin-left: -1px;
}

#navcontainer3 ul ul .current,
#navcontainer3 ul ul a:hover,
#navcontainer1 .current,
#navcontainer1 a:hover {
	background-image: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navcontainer2 a:hover,
#navcontainer2 .current {
	background-image: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 0px;
}

#navcontainer2 .current:hover {
	margin-top: 0px;
	margin-bottom: 0px;
}

#navcontainer2 a:hover {
	margin-bottom: -1px;
	margin-top: -1px;
}

#navcontainer1 a:active,
#navcontainer3 ul ul a:active{
	background-image: none;
}

#navcontainer2 a:active {
	background-image: none;
}

#sidebarContainer {
	border-left-width: 0px;
	border-left-style: solid;
}

#navcontainer1 a {
	border-right-style: solid;
	border-right-width: 1px;
}