/* 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: 744px;
height: 47px;
float: left;
background-color: #FFFFFF; 
}
#navigation ul {
list-style-type:none;
padding-top: 17px;
}

#navigation li {
display:block;
float:left;
padding: 0px;
border-right: 1px solid #ababab;
text-align: center;
}
.makeRelative {
clear:both;
position:relative;
}
#navigation li a, #navigation li a:visited {
color:#000000;
display:block;
float:left;
font-size:11px;
padding:0px 11px;
text-decoration:none;
text-align: center;
}
#navigation li a:hover {
color: #8e091e;
font-weight: bold;
/*text-decoration: underline;*/
}

#navigation .last {
background-image:none!important;
border-right: none;
}

#container #selected {
color: #8e091e;
font-weight: bold;
/*text-decoration: underline;*/
}