/*ul {
}*/

#menu_table {
	height: 350px;
	margin-left: 20px;
}

a {
	text-decoration: none;
	cursor: pointer;
}	

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	vertical-align: middle;
}

td.departments {
	font-weight: normal;
	text-decoration: none;
	width: 165px;
	font-size: 11px;
	line-height: 30px;
}

td.departments a {
	display: block;
	color: #CCC;
}

td.departments a:hover {
	display: block;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -.04em;
}

td.departments a.cur_dept {
	color: #FFF;
	font-weight: bold;
	letter-spacing: -.02em;
}	

div.sections {
	font-size: 11px;
	margin: auto 0;
	margin-left: 10px;
	padding-left: 10px;
	top: 0px;
	bottom: 0px;
	border-left: 1px solid #AAA;
}

div.noCur {
	display: none;
}

div.cur {
	display: block;
}


div.sections a {
	display: block;
	color: #BBB;
	line-height: 25px;
}	

a.cur_section {
	font-weight: bold;
	color: #FFF ! important;
}

div.sections a:hover {
	display: block;
	line-height: 25px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: -.02em;
}


#sidebar {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}


	