@charset "utf-8";
/* CSS Document */

ul#bar {
    float: right;
    line-height: 0.5em;
    list-style: none;
    margin: 0 0px 0 0;
    padding: 0;
    width: 618px;
}
#bar li {
    display: block;
    float: left;
    font-size: 1.0em;
    margin: 0;
    padding: 0;
    border: 0;
}
#bar li a {
    display: block;
    color: #000000;
    margin: 0px;
}
#bar li a:link, #bar li a:visited {
    color: #000000;
    text-decoration: none;
}
#bar li a:hover {
     color: #c98919;
    text-decoration: underline;
}
/*SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/*/
/* 2nd and 3rd level menus */
#bar ul {
    background: #E8E8E8;
    border-right: 0;
    left: -999em;
    line-height: 1.5em;
    margin: 0px 0 0 -1px;
    padding: 0;
    position: absolute;
    width: 13.8em;
    height: auto;
    z-index: 99;
}
/* 2nd and 3rd level menus */
#bar li li {
    border-right: 0;
    margin: 0;
    padding: 0;
    width: 13.8em;
}
/* 2nd and 3rd level menus */
#bar ul a {
	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 4px;
    color: #c98919;
	text-decoration: none;
}

#bar ul a:hover {
	text-decoration: underline;
    color: #c98919;
}

#bar ul a:link, #bar ul a:visited
{
    color: #c98919;
}

#bar li:hover ul ul,
#bar li:hover ul ul ul,
#bar li.sfhover ul ul,
#bar li.sfhover ul ul ul
{
    border-right: 0;
    /*left: -999em; */
}
/* This "unhides" the sub-menus (left: -999em is what hides them) */
#bar li:hover ul,
#bar li li:hover ul,
#bar li li li:hover ul,
#bar li.sfhover ul,
#bar li li.sfhover ul,
#bar li li li.sfhover ul
{
    left: auto;
}
#bar li:hover, #bar li.sfhover {
    background: #fff;

}
/* 2nd and 3rd level menus */
#bar ul li:hover,
#bar ul ul li:hover,
#bar ul li.sfhover,
#bar ul ul li.sfhover
{
    background: #fff;

}
/* 2nd and 3rd level menus */
#bar ul li a, #bar ul ul li a {
    background: none;
	
}
.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.clearfix {
    display: inline-block;
    /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
/******************************** END NAV CODE ********************************/