div#menu{
	Position:absolute;
	top:20px;
	left:3px;
	background-color:rgb(254,254,254);
	color:rgb(0,0,0);
	width:139px;
	margin:0;
	
}

ul#navBar{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 1em;
	font-family: "Verdana", sans-serif;
	background:transparent;
		}
	
ul#navBar li{
	margin:0;
	padding:0;
	}
	
ul#navBar a{
	float:left;
	line-height:4px;
	padding: 10px 0px 10px 5px;
	text-decoration: none;
	font-size: 1em;
	font-family: "Verdana", sans-serif;
	text-align:center;
	width:100%;
	background: url(clef_navbar.png) no-repeat;

	}

ul#navBar a:hover{
	color: rgb(0,0,254);
	background-position:-144px;
	font-weight:bold;
}

#body_briefOverview #nav_briefOverview a,
#body_download #nav_download a,
#body_gettingStarted #nav_gettingStarted a,
#body_manual #nav_manual a,
#body_home #nav_home a,
#body_ui #nav_ui a,
#body_samples #nav_samples a,
#body_shopping #nav_shopping a,
#body_comments #nav_comments a,
#body_software #nav_software a
{
 	color: rgb(254,254,200);
	background-position:-288px;
	font-weight:normal;
}




