/*this stylesheet is for you top navigation panel*/
ul#topnav {
	margin: 0; 
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	background:#d85a5b repeat-x;
	height: 30px;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
	background:none;
	border-right: 1px solid #aa3132;
}
ul#topnav li a {
	float: left; 
	padding:6px 20px 8px 20px;
	text-decoration:none;
	color:#ffffff;
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
}

ul#topnav li a:hover{

}
ul#topnav li:hover a, ul#topnav li a:hover { 	
	background:#ec665a repeat-x;
	padding-bottom:8px;
}

ul#topnav li .sub {
	position: absolute;	
	top: 30px; left: 0;
	background: #fff url(../image-files/sub_bg.png) repeat-x;
	padding: 0 0 5px 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;
	border: 1px solid #f1f1f1;
	border-top: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 0px;
	width: 150px;
float: left;
}
ul#topnav .sub ul li {
	color: #fff;
	background:none;
	border:none;
	padding:2px 0 2px 15px;
}
ul#topnav .sub ul li h2 {
	padding: 5px 0 5px 0px;
	background-image: none;
	color: #d85a5b;
	text-align: left;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
}


ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	background: url(../image-files/navlist_arrow.png) no-repeat 0px 9px;
	text-decoration: none;
	color: #a4a3a4;
	font-size:12px;
	font-family:tahoma;
}
ul#topnav .sub ul li a:hover {
	text-decoration: none; 
	background-position: 2px 9px; 
	background:none; 
}
