/* Fat menue */
ul#topnav {
	margin: 10px; padding: 0px;
	float:left;
	width: 100%;
	list-style: none;
	z-index:100000;
/*	font-weight: normal;
	font-size: 16px;*/

}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	font-weight: normal;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.store {

 
}


ul#topnav li .sub {
	position: absolute;	
	height:auto;
	top: 26px; left: 0;
/*	background: #24487b url(/images/sub_bg2.png) repeat-x;*/
	background: #f3f3f3 repeat-x;
	padding: 10px 10px 10px 10px;
	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;
	z-index:200000;
	text-decoration:none;
	border:black 2px solid;
	border-top:none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;	position:relative;z-index: 100;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 170px;
	float: left;
	text-align:left;
	white-space: nowrap;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #030000;
}
ul#topnav .sub ul li h2 {
	font-variant: small-caps;
	font-weight: normal;
	font-style: italic;
	padding: 0;  margin: 0;
	border-bottom:none;
	text-decoration: underline;
}
ul#topnav .sub ul li h2 a {
	font-variant: small-caps;
	font-style: italic;
	font-weight: normal;
	font-size: 17px;
	padding: 5px 0;
	background-image: none;
	color: black;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
/*	background: url(/images/navlist_arrow.png) no-repeat 5px 12px;*/
	padding: 7px 5px 7px 5px;
	display: block;
	color: black;
	font-size: 12px;
	margin:1px;
	margin-right: 10px;
}
ul#topnav .sub ul li a:hover {color: black; background-position: 5px 12px; border-bottom: 0px;
border: 1px black solid;
margin:0px;
	margin-right: 11px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:black;
	color:white;
}
ul#topnav .sub ul li h2 a:hover {color: black; background-position: 5px 12px; border-bottom: 0px;
border:none;
margin:1px;
	margin-right: 11px;
	background-color:black;
	color:white;
}

				
		#header ul.nav li div.sub a:hover {
			background-image: none;
			}
