body {
	_behavior: url("../lib/csshover3.htc");
}
/***LEFT NAVIGATION***/

#leftnav {
    background: url("../images/site/leftnav.jpg") repeat-y left top;
    float: left;
    left: 25px;
    padding: 0;
    position: relative;
    top: 0px;
    width: 233px;
    z-index: 1;
}

#leftnav img {
    margin: 0;
}
.menu ul li a {
    background: url("../images/site/leftnavbullet.gif") no-repeat scroll 5px 13px transparent;
    color: #666;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding: 10px 5px 10px 20px;
    text-align: left;
    text-decoration: none;
    width: 205px; 
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu ul li {
    background: url("../images/site/leftnavline.jpg") no-repeat scroll left bottom transparent;
    float: left;
    list-style: none outside none;
    position: relative;
    width: 233px;
	padding-bottom:0px;
	margin:0px 0px 0px 1px;
}
.menu li a:hover {
    color: #BE322A;
    text-decoration: none;
}

.menu .active {
    background: url("../images/site/leftnavline.jpg") no-repeat scroll left bottom transparent;
    background-color: #eee;
}
.menu ul li ul li ul {
    display: none;
}
.menu ul li:hover ul li ul {
    display: none;
}
.menu ul li:hover ul li:hover ul {
    color: #6B6B6B;
	background-color:#fff;
	border:2px solid #eee;
    display: block;
    left: 220px;
    position: absolute;
    top: 0;
}

.menu .sectionheader{
    background: url("../images/site/leftnavline.jpg") no-repeat scroll left bottom transparent;
    border: medium none;
    color: #BE322A;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
	cursor:default;
    height: auto;
    padding: 10px 5px 10px 0px;
    width: 233px;
}
.menu .sectionheader:hover {
    background: url("../images/site/leftnavline.jpg") no-repeat scroll left bottom transparent;
    color: #BE322A;
    height: auto;
    width: 233px;
}


/***TOP NAVIGATION***/  
#topnav {
    left: 370px;
	position: absolute;
    top: 73px;
    z-index: 10;
}
#topnav ul {
    list-style: none outside none;
    margin: 0;
    overflow: visible;
    padding: 0;
}
#topnav ul li {
    background: url("../images/site/topnavdivider.jpg") no-repeat scroll left top transparent;
    float: left;
    position: relative;
}
#topnav ul li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 34px;
	height:30px;
	_height:auto;
    text-decoration: none;
}
#topnav ul li a:hover {
    color: #BC2C23;
}
#topnav ul li:first-child {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
#topnav ul ul {
    display: none;
}
#topnav ul:hover ul {
    display: none;
}
#topnav ul li ul {
    display: none;
}
#topnav ul li:hover ul li ul {
    display: none;
}
#topnav ul li:hover ul {
    display: block;
}
#topnav ul ul li {
    background: none repeat scroll 0 0 transparent;
}
#topnav ul ul li:first-child {
    background-color: #C71014;
}
#topnav ul ul ul li {
    background: none repeat scroll 0 0 transparent;
}
#topnav ul li:hover ul {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 33px;
    width: 156px;
}
#topnav ul li:hover ul li:hover ul {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    display: block;
    font-size: 1em;
    left: 160px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 160px;
    z-index: 1000;
}
#topnav ul ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #C71014;
    background-image: none;
    border-color: #C71014;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
}
#topnav ul ul li:first-child {
    background: none repeat scroll 0 0 #C71014;
}
#topnav ul ul li a {
    font-size: 0.9em;
	color:#fff;
	height:auto;
}
#topnav ul ul li:first-child {
    background: none repeat scroll 0 0 #C71014;
}
#topnav ul ul li:last-child {
    border-bottom: 0 solid #FFFFFF;
    border-radius: 0 0 8px 8px;
}
#topnav ul ul li a:hover {
    color: #ccc;
}
#topnav ul ul li:last-child a:hover {
    border-radius: 0 0 15px 15px;
}
#topnav ul ul ul li {
    background-color: #C71014;
}
#topnav ul ul ul li a {
    font-size: 1em;
}
#topnav ul ul ul li a:hover {
    color: #2F2D90;
}
#topnav ul ul li a:hover {
    background-color: #C71014;
}
#topnav ul ul ul li a:hover {
    background-color: #C71014;
}
#topnav ul ul li a {
    padding: 6px 12px;
    width: 140px;
}
#topnav ul ul ul li a {
    padding: 6px 12px;
    width: 140px;
}