@charset "UTF-8";



#navigation {
background: url('/assets/navigation-blue.png') repeat-x;
height: 31px; 
text-align: center;
width: 100%;
white-space:nowrap;
}

#navigation-inner {
font-size: 14px;
letter-spacing: 1px;
line-height: 31px;
margin: 0 auto;
text-align: center;
text-transform: uppercase;
width: 1000px;
white-space:nowrap;
}

#navigation-inner span.pipes {
background-color: #FFFFFF !important;
display: inline-block;
width: 1px
}

#navigation-inner .menu {
cursor: pointer;
display: inline-block;
}

#navigation-inner a {
border: none;
color: #000066;
display: inline-block;
line-height: 31px;
height: 31px;
padding: 0 18px;
text-decoration: none;
}

#navigation-inner .menu:hover {
background: url('/assets/navigation-red.png') repeat-x;
}

#navigation-inner a:hover {
color: #eeeeee;
}

#navigation-inner .menu-on {
background: url('/assets/navigation-red.png') repeat-x;
}

#navigation-inner .menu-on a {
color: #eeeeee;
}


