/* Menu CSS */

.menu {
	font: bold 1.0em Arial, Verdana, Sans-Serif;
	width: 180px;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	}

.menu-links {
	width: 180px;
	margin: 0;
	padding: 4px 0;
	list-style-type: none;
	background-color: #000;
	}

.menu-title {
	background: #000 url(../images/menuback.gif) repeat-x bottom left;
	}

.menu-title h2 {
	color: white;
	margin: 0;
	padding: 4px 0 4px 10px;
	}

.menu-title h2 a, .menu-title h2 a:visited {
	color: white;
	text-decoration: none;
	}

.menu-title h2 a:active, .menu-title h2 a:hover {
	color: white;
	background: #000000;
	text-decoration: underline;
	}

.menu-links li a{
	font: bold 1.1em Arial, Verdana, Sans-Serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0 3px 20px;
	text-decoration: none;
	background: #ffcc00 url(../images/menuback1.jpg) repeat-x bottom left;
	}

* html .menu-links li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.menu-links li a:visited, .menu li a:active{
color: white;
}

.menu-links li a:hover{
background-image: url(../images/menuback2.jpg);
}
