
#menu {
	position:relative;
	text-align: left;
	z-index: 150;
	background: #052; 
	height: 157px;
	padding-top: 10px;
	}

#menu a{ 
	display: block;
	font-size: 13px;
	color: #fff;
	text-decoration:none;
	padding: 10px;
	width: 200px;
	background: #052; 
	font-weight: bold;
	}

#menu a:hover{
	background: #003214; 
	}

#menu-lower {
	position:relative;
	text-align: left;
	z-index: 150;
	background: #fff url(/images/column1bg.jpg) repeat-y top right;
	padding: 10px 0;
	}

#menu-lower a { 
	display: block;
	font-size: 13px;
	color: #666;
	text-decoration:none;
	padding: 10px;
	width: 200px;
	}

#menu-lower a:hover {
	background: #ebebeb url(/images/column1bg-hover.jpg) repeat-y top right; 
	}
	
#menu ul li, #menu-lower ul li {
	position:relative;
	list-style-type:none;
	}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li, * html#menu-lower ul li {float:left;height:1%;}
* html #menu ul li a, * html #menu-lower ul li a {height:1%;}
/* End */

#menu ul, #menu ul ul, #menu-lower ul, #menu-lower ul ul {
	margin:0;
	padding:0;
	list-style-image:none;
	}