﻿

ul#topnav
{
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	position: relative;
	z-index: 9999;
}
ul#topnav li
{
	float: right;
	margin: 0;
	padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a
{
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 53px;
}
ul#topnav li:hover a, ul#topnav li a:hover
{
	background-position: left bottom;
}
/*--Hover State--*/
ul#topnav a.home
{
	background: url(../../images/nav_fddit.png) no-repeat;
	width: 171px;
}
ul#topnav a.products
{
	background: url(../../images/nav_fsms.png) no-repeat;
	width: 80px;
}
ul#topnav a.sale
{
	background: url(../../images/nav_fhesab.png) no-repeat;
	width: 90px;
}
ul#topnav a.community
{
	background: url(../../images/nav_fschool.png) no-repeat;
	width: 103px;
}
ul#topnav a.store
{
	background: url(../../images/nav_products.png) no-repeat;
	width: 90px;
}



/*--------------------------------*/

ul#topnav li .sub
{
	position: absolute; /*--Important--*/
	top: 53px;
	right: 0px; /*background: #dbdbdb url(../../images/sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 10px 10px 10px;
	float: right; /*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px; /*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-color: #dbdbdb;
}
ul#topnav li .row
{
	/*--If needed to break out into rows--*/
	clear: both;
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul
{
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	float: right;
	font-family: tahoma, 'Times New Roman' , Times, serif;
	font-size: 11px;
	font-weight: bold;
}
ul#topnav .sub ul li
{
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2
{
	/*--Sub nav heading style--*/
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a
{
	/*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #CC0000;
}
ul#topnav .sub ul li a
{
	background: url(../../images/navlist_arrow.png) no-repeat;
	background-position: right center;
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 7px 15px 7px 15px;
	display: block;
	text-decoration: none;
	color: #003300;
}
ul#topnav .sub ul li a:hover
{
	color: #FF3300; /*background-position: 5px 12px ;/*--Override background position--*/
}

