/* CSS Document */

body {
	background:#000;
	color:#fff;
	font-family: verdana, arial, helvetica, sans-serif;
}
a:link {
	color: #fff;
	text-decoration:none;
	border:none
}
a:visited {
	color: #fff;
	text-decoration:none;
	border:none
}

a:active {
	color: #fff;
	text-decoration:none;
	border:none
}

h3 {
	font-size:.8em;
	}
p {
	font-size: .8em;
	text-align: left;
}

#assignments p {
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}
p span {
	font-size: .8em;}
	
.purchase {
	margin:0;
	font-weight:bold;
	font-size: .8em;
	text-align: left;
}
.purchase span {
	font-size:.85em;
	font-style:italic;
	font-weight:normal;
	line-height:2.5em;
}
.purchase form {
	position:relative;
	left:30px;
	bottom:23px;
	margin-bottom:-23px;
}
#calendar .purchase {
	line-height:1.5em;
}
#calendar .purchase form {
	position:relative;
	left:30px;
	bottom:23px;
	margin-bottom:-30px;
}
.white {
	color: #000;
	background:#fff;
	font-size: .8em;
}

.white a{
	color: #000;
	text-decoration:underline;
}
.white span {
	font-size: x-small;
	color: #000;
}

	
.copyright {
	font-size:.55em;
	color:#999;
	font-family:Helvetica, sans-serif;
}

/*------------------------------------------------------------------------------*/
/* nav */

#menu{
position:relative;
top:0em;
left:0em;
z-index:2;
width:85px;
height:inherit;
}

#menu a, #menu h2{
font:bold .75em verdana, arial, helvetica, sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:5px 0 5px 5px;
float:right;
}

#menu h2{
background:#000;
text-transform:uppercase;
}

#menu a{
color:#999999;
background:#000;
text-decoration:none;
border:none
}

#menu a:hover{
color:#fff;
background:#000;
text-decoration:none;
border:none
}

#menu a:active{
background:#fff;
text-decoration:none;
border:none
}

#menu ul{
background:#000;
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu li{
position:relative;
min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
width:79px;
float:right;
padding-bottom:10px;
}
#menu ul li li{
	padding:0;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
cursor:pointer;
z-index:100;
}

div#menu li ul{
position:absolute;
top:0;
left:100%;
display:block;
padding:0 10px 0 0;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */
/*------------------------------------------------------------------------------*/
