﻿

ul#navlist {font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
	width: 594;
	height: 20px;
	background-color: #8C96FF;
	margin-left:280px;
	}

ul#navlist li {display: inline;
	line-height: 20px;
	color: #E6E3CF;
	}

ul#navlist li a {float: left;
	width: auto;
	height: 20px;
	color: #E6E3CF;
	background-color: #8C96FF;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	border-right: 1px solid #555555;
	}

ul#navlist li a:hover 
{
	background-color: #9EBF60;
	color: #ffffff;
	}	
	
	ul#leftnavlist{
	padding: 0px;
	margin-left: 0px;
	width:150px;
	height:100%;
	list-style-type: none;
	}

#leftnavlist li{
	text-transform: uppercase;
	background:#000000;
	padding-top:0px;
	float: left;
	margin-left:0px;
	width:150px;
	height:32px;
		}

#leftnavlist li a{
	background: url(images/notext.gif) #000000 left 3px;
	background-repeat:no-repeat;
	display: block;
	border:0px;
	margin-left:0px;
	margin-top: 0px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width:150px;
	height:32px;
	}

#leftnavlist li a:hover{
	background: url(images/arrow.gif) #000000 left 3px;
	background-repeat:no-repeat;
	display: block;
	border:0px;
	margin-left:0px;
	margin-top: 0px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width:150px;
	height:32px;
	}

.image_leftnav{
	font-family: Verdana, Monospace;
	font-size: 9px;
	font-weight: bold;
	color: #333300;
	text-indent:30px;
	line-height:32px;
	}

ul#deptlist{
	color: #000000;
	padding: 0px;
	margin-left: 0px;
	width: 600px;
	height: 100%;
	list-style-type: disc;
	list-style-position: outside;
}

#deptlist li{
	background: #ffff00;
	padding-top: 0px;
	float: left;
	margin-left: 0px;
	width: 600px;
	height: 32px;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;
}

#deptlist li a{
	display: block;
	border:0px;
	margin-left:0px;
	margin-top: 0px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width:600px;
	height:32px;	
	}

