#subnav {margin:0px; width:964px; padding:8px 8px 8px 8px; color:#ffffff; height:15px;}
#subnav a.subnav {color:#ffffff; text-decoration: none; border-bottom: solid 4px #a5cd38;}
#subnav a.subnav:hover {text-decoration: underline;}
#subnav a.subnav_sel {color:#ffffff; font-weight:bold; text-decoration: none;}

#subnav ul
{
    list-style-type:none;
    padding:0;
    margin:0;
}

#subnav li
{
    float:left;
    position:relative;
    z-index:100;
    vertical-align:middle;
}

/* style all the links */
#subnav a, #subnav :visited
{
    font-weight:bold;
    display: block;
    width: 180px;
    margin: 10px 5px 0px 5px;
    padding: 0 0 5px 0;
    text-decoration: none;
    margin-right: 1px;
    border-bottom: 0;
    border-bottom: solid 4px #a5cd38;
    text-align: center;
    font-size: 1em;
    color: #333;

}

/* style all the links */
#subnav span, #subnav :visited
{
    font-weight:bold;
    display: block;
    width: 236px;
    margin: 10px 5px 0px 5px;
    padding: 0 0 5px 0;
    text-decoration: none;
    margin-right: 0px;
    border-bottom: 0;
    border-bottom: solid 4px #a5cd38;
    text-align: center;
    font-size: 1em;
    color: #333;
    cursor: pointer; cursor: hand;
}

#subnav span.last
{
    margin-right: 0px;
}

#subnav a.sel
{
    color:#fff;    
    font-weight: bold;
}

#subnav .short
{
    width:60px!important;
}

#subnav .medium
{
    width:98px!important;
}

#subnav .long
{
    width:135px!important;
}

/* style all the links */
#subnav .sub_navigation a, #subnav .sub_navigation :visited
{
    display:block;
    width: 230px;
    padding: 2px 0 2px 4px;
    color:#000;
    background:#fff;
    text-decoration:none;
    text-align:left;
    border-bottom: solid 1px #a5cd38;
    border-left: solid 1px #a5cd38;
    border-right: solid 1px #a5cd38;
    line-height: 1.5em;
    font-weight:normal;
    margin:0px 5px;
    opacity: .92;
	filter: alpha(opacity=92);
}

#subnav .sub_navigation ul
{	
	padding: 0;
}

#subnav .sub_navigation li
{	
	padding: 0;
	margin: 0;
}

#subnav .navigation_end
{
    margin-right:0px!important;
    border-right:0;
}

#subnav .end
{
    margin-left:-100px;
}

#subnav .sub_navigation_end
{
    position:relative;
}

#subnav .sub_navigation .bottom
{
    border-bottom: solid 1px #3366cc;
    padding: 2px 0 2px 6px!important;
}

/* link hover */
#subnav a:hover
{ 
    color: #999;
}

/* These cause issues in later version of IE6! */

/* sub item link hover */
#subnav .sub_navigation a:hover
{
    color:#000;
    background-color:#f4f9ce;
}

#subnav .sub_navigation a.nav-list_sel
{
	color: #fff;
	font-weight:bold;
    background-color:#a5cd38;
}


/* hide sub level links */
#subnav ul ul
{
    visibility:hidden;
    position:absolute;
    width:125px;
    height:0;
}

/* make the sub level visible */
#subnav ul li:hover ul
{
    visibility:visible;
}

#subnav ul a:hover ul
{
    visibility:visible;
}

#subnav li a:hover
{
    visibility:visible;
}