@charset "utf-8";
#nav-links {
float:right;
font-family: Verdana, "Lucida Grande", Arial, Helvetica;
font-size:0.9em;
color:#ffffff;
text-align:center;
border-top:1px solid #eeeeee;
border-left:1px solid #eeeeee;
height:35px;
width:154px;
padding:0px;
}
#nav-links-rightmost {
float:right;
font-family: Verdana, "Lucida Grande", Arial, Helvetica;
font-size:0.9em;
color:#ffffff;
text-align:center;
border-top:1px solid #eeeeee;
border-left:1px solid #eeeeee;
border-right:1px solid #eeeeee;
height:35px;
width:158px;
padding:0px;
}
#nav-links:hover {
background:#eac654;
color:#000000;
border-left:1px solid #eeeeee;
}
#nav-links-rightmost:hover {
background:#eac654;
color:#000000;
border-left:1px solid #eeeeee;
}
#nav-links-inner {
padding-left:5px;
padding-top:9px;
}
body#home a.home-nav,
body#services a.services-nav,
body#demos a.demos-nav,
body#about a.about-nav,
body#contact a.contact-nav {
background:#ffffff;
color:#000000;
}
body#home a.home-nav:hover,
body#services a.services-nav:hover,
body#demos a.demos-nav:hover,
body#about a.about-nav:hover,
body#contact a.contact-nav:hover {
background:#000000;
color:#ffffff;
}