
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 3px;
	position: relative;
}
ul#topnav li a {
	float: left; 
	/*text-indent: -9999px;*/
	height: 25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
/*
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(nav_home.png) no-repeat;
	width: 100px; 
}
ul#topnav a.products {
	background: url(nav_products.png) no-repeat;
	width: 100px; 
}
ul#topnav a.sale {
	background: url(nav_sale.png) no-repeat;
	width: 100px; 
}
ul#topnav a.community {
	background: url(nav_community.png) no-repeat;
	width: 100px; 
}
ul#topnav a.store {
	background: url(nav_store.png) no-repeat;
	width: 100px; 
}
*/

ul#topnav li .sub {
	position: absolute;	
	top: 32px; left: 0;
	background: #3a3a3a url(../../kapak/img/bgm4.png) repeat;
	padding: 20px 20px 20px;
	float: left;
	z-index:1;
		
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright:5px;
	-khtml-border-radius-topright:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-khtml-border-radius-topleft:5px;
	-webkit-border-radius-topleft:5px;
	display: none;
	text-align:left;
}
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: 150px;
	float: left;
}
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 {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../../kapak/img/iconik/bullet_blue.png) no-repeat 1px 5px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #417394; background-position:1px 5px ;}