* {
	margin: 0;
	padding: 0;
}

body {
	font: .9em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #036 url(http://db.wacad.edu/grfs/images/menu-bg.gif) repeat-y right 136px;
	margin: 0;
	padding: 0;
}

#menuWrapper {
	width: 230px;
	background: url(http://db.wacad.edu/grfs/images/menu-gradient-bg.jpg) no-repeat -69px 136px;
	min-height: 450px;
	overflow:hidden;
	height:expression(
    	this.scrollHeight < 450? "450px" : "auto" );
}

a.menu {
	color: #b7a984;
	text-decoration: none;
}

a.menu:link {
	color: #b7a984;
}

/* for unvisited links */

a.menu:visited {
	color: #b7a984;
}

/* for visited links */

a.menu:active {
	color: #b7a984;
}

/* when link is clicked */

a.menu:hover {
	color: #fff;
	text-decoration: underline;
}

/* when mouse is over link */

h1 {
	color: #036;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
	padding: 110px 0 0;
	background: url(http://db.wacad.edu/grfs/images/menu-wa-logo.gif) no-repeat right top;
	height: 26px;
}

a {
	color: #b7a984;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

p.loginmsg {
	color: #900;
	text-align: center;
}

p.loggedinmsg {
	color: #FFFF66;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
	font-size: 10px;
}

p.menublank {
	margin-top: 6px;
}

hr.menuline {
	position: relative;
	left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 75%;
}

img.menu {
	height: 8px;
	width: 8px;
	padding: 1px;
}

div.menu {
	position: absolute;
	width: 100%;
	height: 84%;
}

div.login {
	margin-left: 15;
	margin-top: 15;
	visibility: visible;
	width: 200px;
	height: 120px;
	background: #99ccff;
}

table.login {
	padding: 5px;
	background: #ddd;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #333;
}

table.login th {
	color: #036;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

table.login td {
	color: #036;
	text-align: left;
	font-style: normal;
	font-size: 10px;
}

table.menu {
	padding: 0px;
	margin-left: 10px;
	width: 100%;
	font-size: .9em;
}

table.menu table {
	padding: 0px;
	margin-left: 8px;
	font-size: .9em;
}

table.menu table table {
	padding: 0px;
	margin-left: 8px;
	font-size: 1em;
}
