/*Main Navbar */
	
#tabmenu {
float:left;
width:100%;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
line-height:normal;
background:url(images/menu-bg.gif) repeat-x 0 bottom;
height:34px;
}

* html #tabmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: .1em;
}

#tabmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

#tabmenu li{
display:inline;
margin:0;
padding:0;
}

#tabmenu a {
float:left;
background:url(images/hair-left.gif) no-repeat left top;
margin:0;
padding-left:6px;
text-decoration:none;
}

#tabmenu a span {
float:left;
display:block;
background:url(images/hair-right.gif) no-repeat right top;
padding:10px 17px 12px 11px;
color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabmenu a span {float:none;}
/* End IE5-Mac hack */

#tabmenu a:hover span {
color: #fff;
padding-top:9px;
}

#tabmenu #current a {
background-position:0 -40px;
}

#tabmenu #current a span {
background-position:100% -40px;
color: #fff;
padding-top:9px;
}

#tabmenu a:hover {
background-position:0 -40px;
}

#tabmenu a:hover span {
background-position:100% -40px;
}	

form {
margin:0;
padding:0;
}		
