#nav{
position:relative;
top:-35px;
left:-27px;
}
ul#nav_head {

font-family:Verdana;
letter-spacing:4px;

list-style: none;
position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/


}
ul#nav_head li {
border:2px solid #e6e6e6;
height:30px;
font-size:12pt;
float: left;
}

ul#nav_head li a {
z-index:3;

	padding: 10px 12px 0px 11px;
	display: block;

}
ul#nav_head li:hover { 
color: #000;
background:#dbdbdb;
cursor:pointer;
}
.active, .active a{
font-weight:bold;
	color:#f0f0f0;
	background:#dbdbdb;
	
}
