
#nav-panel{width:950px;  }


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0 0 0 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 36px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(../images/nav/nav_home.png) no-repeat;
	width: 94px; 
}

ul#topnav a.home-active {
	background: url(../images/nav/nav_home.png) no-repeat;
	width: 94px;
	background-position:0 -36px; 
}
ul#topnav a.services {
	background: url(../images/nav/nav_services.png) no-repeat;
	width: 127px; 
}

ul#topnav a.services-active {
	background: url(../images/nav/nav_services.png) no-repeat;
	width: 127px;
	background-position:0 -36px;  
}
ul#topnav a.solution {
	background: url(../images/nav/nav_solution.png) no-repeat;
	width: 124px; 
}

ul#topnav a.solution-active {
	background: url(../images/nav/nav_solution.png) no-repeat;
	width: 124px;
	background-position:0 -36px;  
}
ul#topnav a.partners {
	background: url(../images/nav/nav_partners.png) no-repeat;
	width: 123px; 
}

ul#topnav a.partners-active {
	background: url(../images/nav/nav_partners.png) no-repeat;
	width: 123px;
	background-position:0 -36px;
}

ul#topnav a.blog {
	background: url(../images/nav/blog.png) no-repeat;
	width: 127px; 
}

ul#topnav a.blog-active {
	background: url(../images/nav/blog.png) no-repeat;
	width: 127px;
	background-position:0 -36px;
}



ul#topnav a.about {
	background: url(../images/nav/nav_aboutus.png) no-repeat;
	width: 125px; 
}

ul#topnav a.about-active {
	background: url(../images/nav/nav_aboutus.png) no-repeat;
	width: 125px;
	background-position:0 -36px; 
}

ul#topnav a.contactus {
	background: url(../images/nav/nav_contact.png) no-repeat;
	width: 120px; 
}
ul#topnav a.contactus-active {
	background: url(../images/nav/nav_contact.png) no-repeat;
	width: 120px;
	background-position:0 -36px;  
}

.right {
	background: url(../images/nav/right.png) no-repeat;
	width: 107px;
	height:36px; 
}


ul#topnav li .sub {
	position: absolute;	
	top: 36px; left: 0;
    background: url(../images/nav/sub_bg.png) repeat-x;
	padding: 0 0 5px 0;
	float: left;
	border:1px solid #a0a1a1;
	/*--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 .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 182px;
	float: left;
	white-space:nowrap;

}



ul#topnav .sub ul li {
	width: 100%;
	
	
}
ul#topnav .sub ul .head {
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 0 6px 3px;  
	margin: 0;
	font-size: 13px;
	color:#2D4754;
	font-weight: bold;
}

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/nav/navlist_arrow.png) no-repeat 5px 12px;
	margin:0;
	padding: 0 5px 5px 3px;
	display: block;
	text-decoration: none;
	color: #2970A6;
	
}
ul#topnav .sub ul li a:hover {color: #2970A6; text-decoration:underline; background-position: 5px 12px ;}
