@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/nav_bar.jpg);
	background-repeat: repeat-x;
	height: 36px;
}
*{outline: none;}
img {border: 0;}
.container {
	width: 822px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: auto;
	height: 0px;
	float: left;
	background-repeat: no-repeat;
}
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 10pt;
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
ul#topnav li {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 9px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-image: url(../images/nav_bar_hover.png);
	background-repeat: repeat-x;
}
ul#topnav a.home {
	background-repeat: no-repeat;
	text-transform: uppercase;
}
ul#topnav a.products {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #24486C;
}
ul#topnav a.sale {
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #24486C;
}
ul#topnav a.community {
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #24486C;
}
ul#topnav a.store {
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #24486C;
}


ul#topnav li .sub {
	position: absolute;
	top: 36px;
	left: 0;
	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;
	background-color: #294f79;
	background-image: url(../images/sub_bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	text-transform: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	background-image: none;
	color: #00CCFF;
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: none;
	padding-left: 5px;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/arrow_menu.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
}
ul#topnav .sub ul li a:hover {
	color: #CCCCCC;
}
