/*********************************   NAVIGATION   *********************************/

div.nav-tab {
	margin-top:				8px;	
	float:					right;
	background:				url('../imgs/tab-corner-left-ns.gif') top left no-repeat;
	}
	
div.nav-tab-corner-right {
	padding:				6px 13px 7px 13px;
	background:				url('../imgs/tab-corner-right-ns.gif') top right no-repeat;
	}
	
	
div.nav-tab a {		
	color:					#666;	
	font-weight:			bold;
	font-size:				14px;
	}
	
div.nav-tab a:hover {		
	color:					#158fc4;	
	}

body#home div.top-nav-home, body#research div.top-nav-research, body#services div.top-nav-services, body#news div.top-nav-news, body#demo div.top-nav-demo, body#about div.top-nav-about, body#contact div.top-nav-contact {
	background:				#158fc4 url('../imgs/tab-corner-left.gif') top left no-repeat;
	}
	
body#home div.top-nav-home div.nav-tab-corner-right, body#research div.top-nav-research div.nav-tab-corner-right, body#services div.top-nav-services div.nav-tab-corner-right, body#news div.top-nav-news div.nav-tab-corner-right, body#demo div.top-nav-demo div.nav-tab-corner-right, body#about div.top-nav-about div.nav-tab-corner-right, body#contact div.top-nav-contact div.nav-tab-corner-right {
	background:				url('../imgs/tab-corner-right.gif') top right no-repeat;
	}
	
body#home div.top-nav-home a, body#home div.top-nav-home a:hover, body#research div.top-nav-research a, body#research div.top-nav-research a:hover, body#services div.top-nav-services a, body#services div.top-nav-services a:hover, body#news div.top-nav-news a, body#news div.top-nav-news a:hover, body#demo div.top-nav-demo a, body#demo div.top-nav-demo a:hover, body#about div.top-nav-about a, body#about div.top-nav-about a:hover, body#contact div.top-nav-contact a, body#contact div.top-nav-contact a:hover {
	color:					#fff;
	}