/* Fat menue */
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;

}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
}
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: 14px; left: 0;
/*	background: #24487b url(/images/sub_bg2.png) repeat-x;*/
	background: #24487b repeat-x;
	padding: 20px 20px 20px 0px;
	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:20;
	text-decoration:none;
	border:white 1px 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: 190px;
	float: left;
	text-align:left;
	white-space: nowrap;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #c8c8c8;
}
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: #fff;
}
ul#topnav .sub ul li a:hover {color: #fff; background-position: 5px 12px; border-bottom: 0px;
}

