<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Free CSS Navigation Menu Designs 2 at exploding-boy.com</title>
<style type="text/css">

body {
                margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
}

img {
                border: none;
} 
 

/*- Menu Tabs--------------------------- */ 

 #tabs {
                float:left;
                width:100%;
                font-size:88%;
                line-height:normal;
                border-bottom:1px solid #BCD2E6;
}

#tabs ul {
                margin:0;
                padding:0px 10px 0 100px;
                list-style:none;
}

#tabs li {
                display:inline;
                margin:0;
                padding:0;
}

#tabs a {
                float:left;
                background:url("tableft.gif") no-repeat left top;
                margin:0;
                padding:0 0 0 4px;
                text-decoration:none;
}

#tabs a span {
                float:left;
                display:block;
                background:url("tabright.gif") no-repeat right top;
                padding:5px 10px 4px 6px;
                color:#5b739c;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
                color:#000000;
}

#tabs a:hover {
                background-position:0% -42px;
}

#tabs a:hover span {
                background-position:100% -42px;
}

</style>
</head>

</html>
