.menu {
	width: 208px;
}
.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(images/nav_bulletb.gif) no-repeat;
	width: 208px;
	height: 29px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.cssinsrt	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(images/insert.gif) no-repeat;
	width: 5px;
	height: 10px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 208px;
	height: 29px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	font-weight: bold;
}
.cssnav a:hover {
	color: #ffffff;
}
			

.cssnav img {width: 208px; height: 29px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 30px;top: 8px;
	text-align: left;
	width: 170px;
	cursor: pointer;   
					     
}

