/* menu items */
#menu ul
{
 list-style:none;
 float:left;
 height:19px;
 line-height:19px;
 margin:0;
 padding:0;
 border-bottom:3px solid #FF7F10;
}


#menu a
{
 color:white;
 text-decoration:none;
}

#menu ul li
{
 list-style:none;
 float:left;
 line-height:19px;
 margin-right:3px;
 background-position:right center;
 background-repeat:no-repeat;
}

#menu ul li.last
{
 list-style:none;
 float:left;
 line-height:19px;
 margin-right:0px;
 background-position:right center;
 background-repeat:no-repeat;
}

#menu ul li a
{
 text-decoration:none;
 font-weight:bold;
 color:#fff;
 padding-left:5px;
 display:block;
 width:90px;
 height:19px;
 background-image:url(../images/menu.gif);
}

#menu ul li a:hover
{
 text-decoration:none;
 display:block;
 font-weight:bold;
 padding-left:5px;
 width:90px;
 height:19px;
 color:#fff;
 background-image:url(../images/menu-active.gif);
}

#menu li ul
{
 position: absolute;
 width: 15em;
 left: -999em;
 border:none;
 background-image:none;
 border-top:3px solid #FF7F10;
}

#menu li ul li
{
 width: 15em;
}

#menu li ul a:hover,#menu li ul a.sel
{
 background-image:none;
 width: 15em;
 background-color:#132366;
 display:block;
 color:#eee;
}

#menu li ul a
{
 background-image:none;
 width: 15em;
 background-color:#eee;
 border-bottom:1px solid #132366;
 border-left:1px solid #132366;
 border-right:1px solid #132366;
 display:block;
 color:#132366;
 padding-top:3px;
 padding-bottom:3px;
}

#menu li:hover ul
{
 left: auto;
}

#menu ul li a.selected
{
 background-image:url(../images/menu-active.gif);
}

#menu li:hover ul, #menu li.sfhover ul
{
 left: auto;
}

#rightlinks ul
{
 margin-top:20px;
 margin-left:30px;
}

#rightlinks ul li a
{
 text-decoration:none;
 color:black;
}

.last
{
 background-image:none !important;
 color:white;
 text-decoration:none;
}

 a.mainnav
 {
  color:#555 !important;
 }
 
 a.mainnavsel
 {
  color:#000 !important;
 }
