/* Menu Tabs */
*html a {
behavior:url('iepngfix.htc');
}

* {
margin:0;
padding:0;
}

.menu ul {
background-color:transperant;
float:left;
list-style-type:none;
margin-top:-35px;
padding-left:45px;
position:relative;
z-index:1;
}

*html .menu ul {
margin-top:-38px;
}

.menu a {
background:url("images/lgorangenav1.png") no-repeat center bottom;
color:#000;
float:left;
height:40px;
margin-right:5px;
padding:0 0 5px;
width:120px;
}

*html .menu a {
padding:0;
}

.menu a:hover {
background:url("images/smbluenav1.png") no-repeat center bottom;
}

.menu li {
display:inline;
}

.menu span {
display:block;
font-family:arial,tahoma,verdona;
font-size:10px;
font-weight:700;
margin:0;
padding:15px 0;
text-align:center;
text-decoration:underline;
text-transform:uppercase;
}

*html .menu span {
margin-top:15px;
padding:0;
}