



ul#topnav {
	margin-top:-11px; padding: 0;
	float:left;
	list-style: none;
	font-size: 1.1em;
	width:100%;
}
ul#topnav li {
	float: left;
	margin: 0; padding-right:15px;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 48px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(../image/home_btn_bg.gif) no-repeat;
	width: 73px;
	float:left;
}
ul#topnav a.home:hover{
	background: url(../image/home_btn.png) no-repeat;
	width: 73px; 
}
ul#topnav a.active1{
	background: url(../image/home_btn.png) no-repeat;
	width: 73px; 
}
ul#topnav a.products {
	background: url(../image/service_btn_bg.gif) no-repeat left bottom;
	width: 83px; 
	float:left;
}
ul#topnav a.products:hover, ul#topnav li:hover a.products{
	background: url(../image/services_btn.png) no-repeat left bottom;
	width: 83px; 
}
ul#topnav a.active2 {
	background: url(../image/services_btn.png) no-repeat left bottom;
	width: 83px; 
}
ul#topnav a.sale {
	background: url(../image/test_btn_bg.gif) no-repeat left bottom;
	width: 103px;
	float:left;
}
ul#topnav a.sale:hover {
	background: url(../image/testimonial_btn.png) no-repeat left bottom;
	width: 103px; 
}
ul#topnav a.active3 {
	background: url(../image/testimonial_btn.png) no-repeat left bottom;
	width: 103px; 
}
ul#topnav a.community {
	background: url(../image/about_btn_bg.gif) no-repeat left bottom;
	width: 83px;
	float:left;
}
ul#topnav a.community:hover {
	background: url(../image/aboutus_btn.png) no-repeat left bottom;
	width: 83px; 
}
ul#topnav a.active4 {
	background: url(../image/aboutus_btn.png) no-repeat left bottom;
	width: 83px; 
}
ul#topnav a.store {
	background: url(../image/contact_btn_bg.gif) no-repeat left bottom;
	width: 93px;
	float:left;
}
ul#topnav a.store:hover {
	background: url(../image/contact_btn.png) no-repeat left bottom;
	width: 93px; 
}
ul#topnav a.active5 {
	background: url(../image/contact_btn.png) no-repeat left bottom;
	width: 93px; 
}

ul#topnav li .sub {
	position: absolute;	
	top: 44px; left: 0;
	background: #04576b repeat-x;
	padding: 20px 20px 20px;
	float: left;
	z-index:9999;
	
	/*--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;
	width:655px!important;
	
	
}
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: 210px;
	float: left;

}
ul#topnav .sub ul li {
	width: 175px;
	color: #fff;
	border-bottom:1px dotted #fff;
}

.servicelast{border-bottom:none!important;}
.servicetop{border-bottom:none!important;}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;	
	color:#FFF;
	text-align:left;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;	
	
	text-align:left;

}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../image/arrow01.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family:'LucidaGrandeRegular', Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style:normal;
	text-align:left;
	
	
}
ul#topnav .sub ul li a:hover {color: #000; background-position: 5px 12px; }