ul#topnav {
	margin: 0; padding: 0;
	float:left;
	list-style: none;
	font-size: 1.1em;
	background:url(../images/bgnav-active.gif) repeat-x;
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	height: 24px;
	color:#fff;
	font-weight:bold;
	padding:8px 18px 0 18px;
	border-left:1px solid #45a2cc;
	border-right:1px solid #73bbd8;
}

ul#topnav .home a {	
	border-left:none;
	background:url(../images/home_menu_a.gif) no-repeat;
}

ul#topnav .home a:hover {	
	background:url(../images/home_menu_h.gif) no-repeat;
}


.ddsmoothmenu ul li#home a{background: url(../images/bgnav-home.gif) no-repeat;}
.ddsmoothmenu ul li#home a:hover{background: url(../images/bgnav-home-hover.gif) no-repeat;}



ul#topnav a.contact {	
	border-right:none;
}

ul#topnav li:hover a, ul#topnav li a:hover { background:#72bcd9; color:#004667; }


ul#topnav li .sub {
	position: absolute;	
	top: 32px; left:0;
	background: #f4f4f4 url(../images/arrow-tab.gif) repeat-x 10px top;
	border:1px solid #ddd;
	border-top:none;
	padding: 20px 20px 20px;
	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;
}

ul#topnav li .sub .web {
background: #f4f4f4 url(../images/arrow-tab.gif) repeat-x;
}

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: 290px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h3 {
	padding: 0;  
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #506731;
}
ul#topnav .sub ul li h3 a {
	padding: 5px 0;
	background-image: none;
	color: #506731;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background:url(../images/arrow.png) no-repeat 5px 12px;
	padding: 3px 5px 3px 15px;
	display: block;
	text-decoration: none;
	color: #506731;
	border:none;
	font-weight:normal;
}
ul#topnav .sub ul li a:hover {color: #506731; text-decoration:underline; background-position: 5px 12px ;}
