ul.sp-css-topnav {
	list-style: none;
	margin: 0;
	width:860px;
	float: right;
	background: #DA0000;
	font-size: 1.2em;
	
}
ul.sp-css-topnav li {
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.sp-css-topnav li a{
	padding: 2px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.sp-css-topnav li a:hover{
	color:#CCCCCC;
}
ul.sp-css-topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: right;
	background: url(../images/navbar/subnav_btn.gif) no-repeat center top;
}
ul.sp-css-topnav li span.sp-css-subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.sp-css-topnav li ul.sp-css-subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: right;
	width: 170px;
	border: 1px solid #111;
}
ul.sp-css-topnav li ul.sp-css-subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.sp-css-topnav li ul.sp-css-subnav li a {
	float: right;
	width: 145px;
	background: #333 url(../images/navbar/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.sp-css-topnav li ul.sp-css-subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/navbar/dropdown_linkbg.gif) no-repeat 10px center;
}
