/* Top Bar Nav Menu */
/* Top Nav Bar based on code originally from tanfa.co.uk */

#menu {
width: 100%;
background: #eee url(top_menu_bg.jpg) repeat-x 100% 100%;
float: left;
padding: 0px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 140px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: url(top_menu_bg.jpg) 100% 100%;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* Styling for expanding menu */
#menu a.xp {
font-weight:bold;
color:#000;
background:#eee url(top_menu_bg_xp.jpg) no-repeat 100% 100%;
}

#menu a.xp:hover{
color:#a00;
background:#fff;
}

#menu a.xpdown {
font-weight:bold;
color:#000;
background:#eee url(top_menu_bg_xp_down.jpg) no-repeat 100% 100%;
}

#menu a.xpdown:hover{
color:#a00;
background:#fff;
}

/* Left SideBar Nav Menu */
#sidebar a {
display: block;
width: 230px;
height: 67px;
text-decoration: none;
position:absolute;
}

#sidebar a.career
{ background: url('../gifs/icon_career_rollover.gif') 0 0 no-repeat; margin-top:0px; }
#sidebar a.fifty
{ background: url('../gifs/icon_fifty_rollover.gif') 0 0 no-repeat; margin-top:70px; }
#sidebar a.parkrec
{ background: url('../gifs/icon_parks_rec_rollover.gif') 0 0 no-repeat; margin-top:140px; }
#sidebar a.reccenter
{ background: url('../gifs/icon_reccenter_rollover.gif') 0 0 no-repeat; margin-top:210px; }
#sidebar a.epay {
width: 225px;
background: url('../gifs/icon_epay_rollover.gif') 0 0 no-repeat;
margin-top: 280px;
}
#sidebar a.emailalerts
{ background: url('../gifs/icon_email_alerts_rollover.gif') 0 0 no-repeat; margin-top:350px; }
#sidebar a.rfp
{ background: url('../gifs/icon_contractors_rollover.gif') 0 0 no-repeat; margin-top:420px; }

#sidebar a:hover
{ background-position: -230px 0; }

#sidebar a:hover.epay
{ background-position: -225px 0;}