/* this is the CSS for the menu that you will need. */
#CSmenu_holder {
	height: 25px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
        z-index: 999;
}
#CSmenu_nav {
	height: 25px;
	width: 422px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#CSmenu_nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 25px;
	list-style-type: none;
	list-style-image: none;
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#CSmenu_nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	background: none;
}
#CSmenu_nav li a:link, #CSmenu_nav li a:active, #CSmenu_nav li a:visited {
	background-image: url(middle.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	width: 95px;
	display: block;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 110%;
}
#CSmenu_nav li a:focus, #CSmenu_nav li a:hover{
	text-decoration : none;
	color: #FFFFFF;
	background-image: url(rollOver.png);
	background-repeat: repeat-x;
}

