#mainMenu {
	background-color : #dffcdf;
	width : 160px;
	height : 400px;
	margin-right : 10px;
	float : left;
	}

#mainMenu h3 {
	padding-bottom : 0;
	color : #800000;
	}

#menuList {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	}

.menu li {
	background: url(square.gif) no-repeat 0em 0.3em;
	list-style: none outside;
	}

li.menubar {
	font-size: 12px;
	 line-height: 1.5em;
	list-style : none;
	}

.menu, .submenu {
	display: none;
	margin-left: 15px;
	padding: 0px;
	}

.actuator {
	padding-left : 15px;
	background: url(plus.gif) no-repeat 0em 0.3em;
	list-style : none outside;
	}

.submenu li {
	background: url(square.gif) no-repeat 0em 0.3em;
	list-style: none outside;
	}

.menu li a, .submenu li a {
	background-color: transparent;
	color : #0050d0;
	font-size : 12px;
	padding-left : 15px;
	text-decoration : none;
	}

.menu li a:visited, submenu li a:visited {
	color : #990066;
	}

.menu li a:hover, submenu li a:hover {
	color : #008080;
	 text-decoration: underline;
	}

span.key {
	text-decoration: underline;
	}

