﻿ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
}
ul.topnav li {
    white-space:nowrap; 
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #FDF7F7;
	margin: 0; padding: 0;
	display: none;
	float: left;
}
ul.topnav li ul.subnav li{
    float:none;
    width:auto;
    white-space:nowrap; 
	margin: 0; padding: 0;
	clear: both;
}
html ul.topnav li ul.subnav li a {
    float:none;
    width:auto;
    text-align:left;
	background: #FDF7F7;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #FBD2D6; 
}

.css_TopBg {
	float: left;
	width: 990px;

    background-image: url(../Images/TopBg.jpg);
    position: relative;

}

.css_TopBg_L {
	float: left;
}
.css_TopBg_R {
    position: absolute; 
    bottom: 0;
    right:0;
    
}