@charset "utf-8";
/* CSS Document */
ul.topnav li a.nav-news{	
	background-image: url(images/nav-news.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 90px;	
}
ul.topnav li a.nav-account{	
	background-image: url(images/nav-account.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 120px;		
}
ul.topnav li a.nav-support{	
	background-image: url(images/nav-support.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 120px;	
}

ul.topnav li a.nav-community{	
	background-image: url(images/nav-community.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 130px;		
}
ul.topnav li a.nav-guide{	
	background-image: url(images/nav-guide.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 140px;		
}
ul.topnav li a.nav-media{	
	background-image: url(images/nav-media.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 100px;	
}


ul.topnav li a.nav-news:hover{
	background-image: url(images/nav-news.png);
	background-position:0px -53px;
	background-repeat: no-repeat;
	height: 35px;
	width: 90px;	
}
ul.topnav li a.nav-account:hover{	
	background-image: url(images/nav-account.png);
	background-repeat: no-repeat;
	background-position:0px -53px;
	height: 35px;
	width: 120px;		
}

ul.topnav li a.nav-community:hover{	
	background-image: url(images/nav-community.png);
	background-repeat: no-repeat;
	background-position:0px -53px;
	height: 35px;
	width: 130px;		
}
ul.topnav li a.nav-guide:hover{	
	background-image: url(images/nav-guide.png);
	background-repeat: no-repeat;
	background-position:0px -53px;
	height: 35px;
	width: 140px;	
}
ul.topnav li a.nav-media:hover{	
	background-image: url(images/nav-media.png);
	background-repeat: no-repeat;
	background-position:0px -53px;
	height: 35px;
	width: 100px;		
}


ul.topnav li a.nav-support:hover{	
	background-image: url(images/nav-support.png);
	background-repeat: no-repeat;
	background-position:0px -53px;
	height: 35px;
	width: 120px;		
}

ul.topnav {
	list-style: none;
	padding: 0 0px;
	margin: 0;
	float: left;
	font-size: 1.2em;
}

ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}
ul.topnav li a{
	/* padding: 10px 5px; */
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	height: 35px;
}

ul.topnav li a:hover{	
	height: 35px;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 5;
	top: 45px;
	display: none;
	float: left;
	width: 163px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
	background-color: #333;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #444;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul.topnav li ul.subnav div.classes {
	background-image: url(images/spacer-menu.png);
	background-repeat: repeat-x;
	height: 21px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
}
ul.topnav li ul.subnav div.header {
	height: 21px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	clear: both;
	height: 30px;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #252525;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 140px;
	padding-left: 20px;
	height: 25px;
	padding-top: 5px;
	background-color: #252525;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	text-align: left;	/* border: thin solid #0F0; */
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	float: left;
	/*width: 145px;*/
	padding-left: 20px;
	color: #69F;
	background-color: #171717;
}
