#nav {
background:url(../images/navBkgd.jpg) repeat-x;
width:960px;
height:38px;
margin:0 auto;
position:relative;
z-index:99;
left:1px;
clear:both;

}	

#nav ul {
float: right;
text-align:right;
width: 100%;
list-style: none;
padding: 0;
line-height:24px;/*brings text down from top edge of buttons*/
margin:0 0px 0 0;
}

#nav ul li {
float: left;
text-align:center;
padding: 0;
background:none;
white-space:nowrap;
}

#nav a {
display: block;
color:#FF9900;
text-decoration: none;
background:none;
outline:none;
font-size:14px;
}

#nav ul li {
margin:0 0 0 4px;/*spacing between tabs*/
padding:0 0 0 6px;/*dont adjust or 'left corner' will disappear*/
background:url(../images/navLeftdoor.jpg) no-repeat left top;
}

#nav ul li a {
padding:5px 9px 9px 5px;
text-decoration:none;
font-weight:bold;
color:#333;
background:url(../images/navRightdoor.jpg) no-repeat right top;
}

#nav li:hover, #nav li:hover a  , #nav li.over , #nav li.over a{
background-position:0% -38px;
color:#edebed;
}

#nav li:hover a , #nav li.over a{
background-position:100% -38px;
}
/* style for current, selected "branches" of nav */
#nav li.selected , #nav li.over{
background-position:0% -38px;
color:#e2ebad;
}
#nav li.selected a , #nav li.over a{
background-position:100% -38px;
color:#edebed;
}

