ul#topnav {
	margin: 0;
	padding: 0;
	float:right;
	list-style: none;
	font: normal 85% Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 100;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 50px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }



ul#topnav a.home {
	background: url(../../images/nav/home.png) no-repeat;
	width: 65px; 
}

ul#topnav a.about {
	background: url(../../images/nav/about.png) no-repeat;
	width: 90px; 
}

ul#topnav a.community {
	background: url(../../images/nav/community.png) no-repeat;
	width: 169px; 
}

ul#topnav a.media {
	background: url(../../images/nav/galleries.png) no-repeat;
	width: 95px; 
}

ul#topnav a.store {
	background: url(../../images/nav/store.png) no-repeat;
	width: 105px; 
}

ul#topnav a.forum {
	background: url(../../images/nav/forum.png) no-repeat;
	width: 70px; 
}


ul#topnav a.contact {
	background: url(../../images/nav/contact.png) no-repeat;
	width: 85px; 
}

 
 
ul#topnav li .sub {
	position: absolute;
	top: 50px;
	left: 0;
	background: url(../../images/nav/sub_bg.png) repeat;
	padding: 5px 10px 20px 12px;
	float: left;
	
	/*--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;
	
	
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;

	font-size:90%;
}


ul#topnav li .sub_small {
	position: absolute;
	top: 50px;
	left: 0;
	background: url(../../images/nav/sub_bg.png) repeat;
	padding: 10px 10px 20px 30px;
	float: left;
	
	/*--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;
	
	
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;

	font-size:90%;
}





ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0 0px 0 0;
	padding: 0px;
	width: 210px;
	float: left;
}



ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
		color: #fff;

}
ul#topnav .sub ul li h2 a  {
	padding: 5px 0;
	background-image: none;
	color: #fc8908;
	font-weight: lighter;
	font-size: 140%;
	}
	
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../../images/nav/navlist_arrow.png) no-repeat 5px 12px;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 105%
}
ul#topnav .sub ul li a:hover {
	color: #66ccff;
	background-position: 5px 12px;
}



ul#topnav li .sub_small ul{
	list-style: none;
	margin: 0 0px 0 0;
	padding: 0px;
	width: 150px;
	float: left;
}


ul#topnav .sub_small ul li {
	width: 100%;
	color: #fff;
	
}
ul#topnav .sub_small ul li h2 {
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
		color: #fff;

}
ul#topnav .sub_small ul li h2 a  {
	padding: 5px 0;
	background-image: none;
	color: #fc8908;
	font-weight: lighter;
	font-size: 140%;
	}
	
ul#topnav .sub_small ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../../images/nav/navlist_arrow.png) no-repeat 5px 12px;
	padding: 5px 5px 5px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	
}
ul#topnav .sub_small ul li a:hover {
	color: #66ccff;
	background-position: 5px 12px;
}













