/* CSS Document */



/* Navbar Container */

#navbar {
	width: 900px;
	height: 40px;
	position: relative;
	display: block;
	z-index: 0;
}



/* Navbar Buttons */

#navHome {
	width: 62px;
	height: 40px;
	left: 0px;
	top: 0px;	
	position: absolute;
	display: block;
}

#navEss {
	width: 93px;
	height: 40px;
	left: 62px;
	top: 0px;	
	position: absolute;
	display: block;
}

#navNews {
	width: 101px;
	height: 40px;
	left: 155px;
	top: 0px;	
	position: absolute;
	display: block;
}

#navCal {
	width: 100px;
	height: 40px;
	left: 256px;
	top: 0px;	
	position: absolute;
	display: block;
}

#navOrg {
	width: 202px;
	height: 40px;
	left: 356px;
	top: 0px;	
	position: absolute;
	display: block;
}

#navStaff {
	width: 58px;
	height: 40px;
	left: 558px;
	top: 0px;	
	position: absolute;
	display: block;
}

#navCoun {
	width: 109px;
	height: 40px;
	left: 616px;
	top: 0px;	
	position: absolute;
	display: block;
}

#navAlum {
	width: 175px;
	height: 40px;
	left: 725px;
	top: 0px;	
	position: absolute;
	display: block;
}




/* Left Menus */

ul.menuLeft {
	width: 237px;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;	
	position: relative;
	display: block;
	z-index: 0;
}

ul.menuLeft li {
	width: 237px;
	height: auto;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	position: relative;
	display: block;
	z-index: 0;
}

ul.menuLeft li.expanded {
	width: 167px;
	height: auto;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding: 15px;
	border: 0px;
	border-bottom: 1px solid #AA998E;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	background-repeat: repeat-x;
	position: relative;
	display: block;
	z-index: 0;
}

a.menuLeftItem {
	width: 193px;
	height: auto;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;	
	padding-bottom: 11px;
	border: 0px;
	border-top: 1px solid #AA998E;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	position: relative;
	display: block;
	z-index: 0;
}

a.menuLeftItem:link {
	color: #E0824B;
	text-decoration: none;
}

a.menuLeftItem:visited {
	color: #E0824B;
	text-decoration: none;
}

a.menuLeftItem:hover {
	background: #581900;
	color: #FFFFFF;
	text-decoration: none;	
}

a.menuLeftItem:active {
	background: #581900;
	color: #FFFFFF;
	text-decoration: none;	
}

a.menuLeftItemSel {
	width: 191px;
	height: auto;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 12px;	
	padding-bottom: 11px;
	border: 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	position: relative;
	display: block;
	z-index: 0;
}

a.menuLeftItemSel:link {
	background-image: url(http://www.ehscougars.com/images/bgMenuLeftSel.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

a.menuLeftItemSel:visited {
	background-image: url(http://www.ehscougars.com/images/bgMenuLeftSel.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

a.menuLeftItemSel:hover {
	background-image: url(http://www.ehscougars.com/images/bgMenuLeftSel.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

a.menuLeftItemSel:active {
	background-image: url(http://www.ehscougars.com/images/bgMenuLeftSel.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}