@charset "utf-8";
/* CSS Document */


img#schoolName {
	position: absolute;
	top: 50px;
	left: 0px;
	border: none;
}

#logo {
	position: absolute;
	top: 20px;
	right: 25px;
	_behavior: url(http://wsctc.net/iepngfix.htc);
}

#navBar {
	background: url(images/layout/navbar-mid.png) repeat-x;	
	height: 57px;
	margin-top: 30px;
	position: relative;
	z-index: 500;
}

#navBarLCap {
	background: url(images/layout/navbar-lcap.png) no-repeat;
	height: 57px;
	width: 7px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:101;
}

#navBarRCap {
	background: url(images/layout/navbar-rcap.png) no-repeat;
	height: 57px;
	width: 7px;
	position: absolute;
	right: 0px;	
	top: 0px;
	z-index:101;	
}

#navBar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	behavior: url(http://wsctc.net/csshover.htc);
}

#navBar ul li {
	float: left;
	background: url(images/layout/navbar-vline.png) no-repeat right;;
	height: 57px;
	position: relative;	
}

#navBar ul a {
	display: block;
	width: 127px;
	*width: 125px;
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: center;
	font: small-caps 1.6em "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}

#navBar ul a:hover {
	color: #cab592;	
}

#navBar .subMenu {
	margin: 0px;
	padding: 0px 5px 0px 7px;
	width: 134px;
	list-style: none;
	display: none;
	position: absolute;
	z-index: 100;
	background-color:#08022d;
	background: url(images/layout/submenu-mid.png) repeat-y;
	top: 57px;
	left: -3px;
}

#navBar #smBegin {
	left: 3px;
}

#navBar #smEnd {
	left: -20px;
}

#navBar ul li:hover .subMenu {
	display: block;
}

#navBar .subMenu ul li {
	float: none;
	background: none;
	height: auto;
	border-bottom: 1px dashed #cab592;
}

#navBar .subMenu ul li a {
	display: block;
	width: 132px;
	padding: 8px 0px 5px 2px;
	text-align: left;
	font: small-caps 1.1em "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}

#navBar .subMenu ul li.mainCategory {
	border-bottom: 1px solid #cab592;
}

#navBar .subMenu ul li.mainCategory a {
	font: small-caps 1.3em "Times New Roman", Times, serif;
	text-align: center;
	color: #cab592;
	font-weight: bold;
}

#navBar .subMenu ul li a:hover {
	background-color: #cab592;
	color:#003;
	font-weight: bold; 
}

#navBar .subMenu .subMenuTop {
	border-top: #000 1px solid;
	width: 144px;
	position: absolute;
	top:0px;
	left: 1px;
}
.subMenuBtm {
	background: url(images/layout/submenu-btm.png) no-repeat;
	_behavior: url(iepngfix.htc);
	width: 146px;
	height: 10px;
	position:relative;
	left: -7px;
	bottom: -8px;
}


