#outerWrapper {
	border-top: none;
}

#header {
	background: url(../../images/editable_images/hdr_circles4.jpg) no-repeat center center;
	border-top: none;
}

#header h1, #header h2 {
	color: #3c1641;
	text-shadow: #904f7c 0 1px 0;
}

.menuBkgLeft {
	background: url(../../images/menu_bkg_left_purple.png) no-repeat;
}

.menuBkgRight {
	background: url(../../images/menu_bkg_right_purple.png) no-repeat;
}

.navcontainer ul{
	background: url(../../images/menu_bkg_middle_purple.png) repeat-x;
}

.navcontainer {
	margin-top: 0px;
}

.navcontainer a, .navcontainer a:visited {
	color: #a1a1a1;
	text-shadow: none;
}

.navcontainer .current,
.navcontainer .currentAncestor, .navcontainer a:visited.current {
	background: url(../../images/current_dots_purple.png) no-repeat center bottom;
	color: #af6297;
}

.navcontainer a:hover {
	color: #af6297;
}

.navcontainer ul ul, .navcontainer ul ul ul {
	background-color: #4d4d4d;
}

.navcontainer ul ul a:hover, .navcontainer ul ul .current,
.navcontainer ul ul .currentAncestor, .navcontainer ul ul a:visited.current, .navcontainer ul ul ul a:hover, .navcontainer ul ul ul .current,
.navcontainer ul ul ul .currentAncestor, .navcontainer ul ul ul a:visited.current{
	color: #e3e3e3;
	text-shadow: #1f1f1f 0 1px 0;
	background-color: #8d5f7c;
}