/* Horizontal Navigation with dropdowns */

/*

If changing the height of the nav, make sure you update "#navigation ul li ul"
so that the "top" option is the same as the new height

*/

#navigation {
width: 937px;
float: left;
height: 33px;
background: url(../img/nav-bg.gif) repeat-x;
margin-bottom: 5px;
}
#navigation ul {
float: left;
list-style-type:none;
background: url(../img/nav-end-left.jpg) no-repeat left;
height: 33px;
width: 850px;
padding-left: 20px; 
}

#navigation li {
display:block;
float:left;
background: url(../img/nav-spacer.gif) no-repeat right;
}
#navigation li a, #navigation li a:visited {
padding: 9px 10px;
color:#000;
display:block;
float:left;
font-family:Tahoma,Arial,Helvetica,sans-serif;
text-decoration:none;
}
#navigation li a:hover {
color: #56a1d5;
text-decoration: underline;
}

#navRightEnd {
width: 5px;
height: 33px;
display: block;
float: right;
background: url(../img/nav-end-right.gif) no-repeat right;
}

.last {
background-image:none!important;
}