@charset "UTF-8";
/* CSS Document */
ul.mainMenu {
	margin: 0 0 0 230px;
	list-style: none;
}
#home ul.mainMenu {
	margin: 0 0 0 210px;
}
ul.mainMenu li {
	float: left;
	text-transform: uppercase;
	position: relative; /*--Declare X and Y axis base--*/
	padding: 2px 15px;
	text-decoration: none;
	border: 1px solid #fff;
}
ul.mainMenu > li.hover {
	background: #ecf3db;
	border: 1px solid #fbad23;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}
ul.mainMenu > li.hover > span{
	width: 12px;
	height: 12px;
	background: url(../images/arrow.png);
	z-index: 150;
	position: absolute;
	bottom: -6px;
}
#homeNav span{
	display: none;
}
.subMenu {
	position: absolute;
	top: 30px;
	float: left;
	display: none;
	text-transform: none;
	background: #ecf3db;
	border: 1px solid #fbad23;
	padding: 10px;
	z-index: 100;
	font-size: .857em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 3px 2px  #666;
	-webkit-box-shadow: 0px 3px 2px #666;
}
.subMenu a {
	text-decoration: none;
	display: block;
}
.subMenu a:visited, #homeNav a:visited{
	color: #176aa4;
	text-decoration: none;
}
.subMenu a:hover {
	color: #cf3719;
	text-decoration: underline;
}
.subMenu .column {
	position: relative;
	float: left;
	width: 190px;
	margin-right: 5px;
}
ul.mainMenu ul li, ul.mainMenu ul li.hover{/* undo code - written for ie6 which doesnt get > */
	list-style: circle url(../images/siteimg_bullet.png);
	text-transform: none;
	position: static; 
	border: none;
	float: none;
	padding: 0;
	margin: 0 0 2px 15px;
}
ul.mainMenu ul ul {
	margin: 0 0 2px 20px;
}
.subMenu h3, .subMenu h3 a {
	margin: 10px 0 0px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
/* - - - - - - - - - - SITEMAP - - - - - - - - - - */
#sitemap ul.mainMenu {
	display: block;
	margin: 0;
}
#sitemap  ul.mainMenu  li{
	float: none;
	position: static; 
	padding: 0;
	text-decoration: none;
	border: none;
}
#sitemap .subMenu {
	position: static;
	float: left;
	display: block;
	width: 100%;
	text-transform: none;
	background: none;
	border: none;
	padding: 0;
	z-index: auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 30px;
}
#sitemap ul.mainMenu ul li{
	list-style: circle url();
}
/* - - - - - - - - - - MENU POSITION - - - - - - - - - - */
#listAbout{
	left: -150px;
}
#listAdmissions{
	left: -180px;
}
#listHosting{
	left: -20px;
}
/* - - - - - - - - - - MENU CORNERS - - - - - - - - - - */
#listAbout .corner, #listAdmissions .corner, #listHosting .corner{
	/*background-image:url(../images/siteimg_menuBox.png); /* rounded corner graphic*/
}
.corner {
	position:absolute;
	width:15px;
	height:15px;
}
.tl {
	top:-1px;
	left:-1px;
	background-position: 0px 0px;
}
.tr {
	top:-1px;
	right:-1px;
	background-position:-15px 0px;
}
.tr2{
	top:-1px;
	right:-1px;
	background-position: top right;
}
.bl {
	bottom:-1px;
	left:-1px;
	background-position: 0px -15px;
}
.br {
	bottom:-1px;
	right:-1px;
	background-position:-15px -15px;
}
/* - - - - - - - - - - SUBNAV CORNERS - - - - - - - - - - */
.subnav .header{
	position: relative;
	padding: 2px 15px ;
	background-color: #176aa4;
}
.subnav .header .corner{
	background-image:url(../images/siteimg_moduleBoxTop.jpg);
}
