#wlmenu {
	background-image: url(../matrix/images/graphic-design_02.jpg);
	display: block;
	width:900px;
	height:25px;
}
#menuholder {
	width: 876px;
	height:25px;
	padding-top:1px;
}
#wlmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
#wlmenu ul li{
	position: relative;
	display: inline;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	width: 146px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../matrix/images/btn-bg.gif);
	background-repeat:no-repeat;
	line-height: 24px;
}

/*Top level menu link items style*/
#wlmenu ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
#wlmenu ul li a:hover{
	color: #000000;
	background-image: url(../matrix/images/btn-bg-hover.gif);
}

/*Sub level menu*/
#wlmenu ul li ul{
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	background-color: #333333;
	left: 0px;
	width: 144px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #202020;
	border-right-color: #CCCCCC;
	border-bottom-color: #202020;
	border-left-color: #CCCCCC;
}

/*Sub level menu list items*/
#wlmenu ul li ul li{
	font-size: 8pt;
	display: inline;
	float: none;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 115%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: none;
}

/* Sub level menu links style */
#wlmenu ul li ul li a{
	font-weight: normal;
	line-height: 115%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: none;
}
#wlmenu ul li ul li a:hover{
	color: #FFFF00;
	font-weight: bolder;
	background-image: none;
}
	
/* Holly Hack for IE \*/
* html #wlmenu ul li { float: left; }
* html #wlmenu ul li a { height: 1%; }
/* End */

