@charset "UTF-8";

#tertiaryNavContainer {
 width:735px;
 margin:0px auto 0px auto;
 background:#FFF;
 position:relative;
}

/*******************************************************
    UL styles for the main menu
********************************************************/
#tertiaryNavContainer ul {
 margin:0px;
 padding:0px;
 list-style:none;
 float:left;
 font-size:0.6em;
}

#tertiaryNavContainer ul li {
 width:240px;
 float:left;
 text-align:center;
 margin-left:3px;
 margin-right:0px;
 margin-bottom:3px;
}

#tertiaryNavContainer ul li a:link,
#tertiaryNavContainer a:visited {
 color:#002a5f;
 background:#e7eede;
 display:block;
 font-family: sans-serif;
 font-size:10pt;
 font-weight:lighter;
 text-decoration:none;
 line-height:15px;
 padding:5px;
}

#tertiaryNavContainer ul li a:hover {
 color:#d21f49;
 background:#e7eebe;
}

#tertiaryNavContainer li a.current,#tertiaryNavContainer li a.current:hover,#tertiaryNavContainer li a.current:active {
 color:#002a5f;
 background:#98a28f;
 cursor:default;
}

#tertiaryNavContainer .nolink {
 color:#002a5f;
 background:#eee;
 display:block;
 font-family: sans-serif;
 font-size:10pt;
 font-weight:lighter;
 text-decoration:none;
 line-height:15px;
 padding:5px 10px 5px 10px;
}

/*******************************************************
    IMPORTANT! this strips out the border from the right side of the last item 
    in the list/menu.
********************************************************/
#tertiaryNavContainer ul li.lastItem {
 border-width:0;
 border-style:none;
}