body {
	background: #fff url(/images/background_grad.png) repeat-x top left fixed;
	
	overflow-y: scroll;
}

body, p, ul, li {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #1a4880;
}

#header {
	height: 100px;
	text-align: center;
	background: transparent url(/images/header_2.png) no-repeat top center;
	overflow: hidden;
	margin: 20px 0 0 0;
}

#intro ul {
	list-style: circle;
	margin: 20px;
	
}

.login li {
	color:#999999;
}

.grey {
	color: #999999
}

ul li#toggle{
	width: 100px;
}

#panel {
	height: 200px;
}

table {
		margin: 0 5px;
	}
	
	td {
		
		padding: 5px 5px;
	}

ul#menu li {
	font-size: 13px;
	font-weight: bold;
	margin: 5px;
}

#menu li a {
	display: block;
	width: 140px;
	height: 39px;
}

#menu li a span {
	display: none;
}

#menu li {
	width: 140px;
	height: 39px;
	background: url(http://www.blendedvaluetools.com/images/menu.png);
}


#menu li#home {background-position: 0 -7px}
#menu li#reg {background-position: 0 -45px}
#menu li#courses {background-position: 0 -85px}
#menu li#pdf {background-position: 0 -125px}
#menu li#books {background-position: 0 -165px}

#menu li#home:hover {background-position: 0 -223px}
#menu li#reg:hover {background-position: 0 -261px}
#menu li#courses:hover {background-position: 0 -301px}
#menu li#pdf:hover {background-position: 0 -341px}
#menu li#books:hover {background-position: 0 -381px}

