/* TEDCO - CSS Document for the tabular menu */

/*Top level navigation*/

div#topnavigation {
	width: 795px;
	height: 50px;
	background: #fff;
	position: relative;
	top: 22px;
	z-index: 0;
}

#tabs {
    float:left;
	width: 795px;
	height: 50px;
	margin: 0;
    }
	#tabs ul {
		margin:0 10px 0 0;
		padding:0;
		list-style:none;
		}
		#tabs li {
			float:right;
			background:url(/images/normright4.jpg) no-repeat right top;
			margin:0;
			padding:0;
			}
			#tabs a {
				display:block;
				background:url(/images/normleft4.jpg) no-repeat left top;
				padding: 17px 16px 35px 10px;
				font-size: 12px;
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				cursor: pointer;
				}
				#tabs a:hover {
					font-size: 12px;
					color: #bbb;
					font-weight: bold;
					}
				
/*Active State for Homepage*/
#tabs #active_1 {
	background-image:url(/images/normrighton2.jpg);
	}
	#tabs #active_1 a {
		display:block;
		background-image:url(/images/normlefton2.jpg);
		padding: 10px 16px 35px 10px;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}
		#tabs #active_1 a:hover {
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			}
		
/*Active State for Starting a business pages*/
#tabs #active_2 {
	background-image:url(/images/normrighton2_2.jpg);
	}
	#tabs #active_2 a {
		display:block;
		background-image:url(/images/normlefton2_2.jpg);
		padding: 10px 16px 35px 10px;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}
		#tabs #active_2 a:hover {
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			}
		
/*Active State for Mad 4 Enterprise pages*/
#tabs #active_3 {
	background-image:url(/images/normrighton2_3.jpg);
	}
	#tabs #active_3 a {
		display:block;
		background-image:url(/images/normlefton2_3.jpg);
		padding: 10px 16px 35px 10px;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}
		#tabs #active_3 a:hover {
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			}
		
/*Active State for Business Centres pages*/
#tabs #active_4 {
	background-image:url(/images/normrighton2_4.jpg);
	}
	#tabs #active_4 a {
		display:block;
		background-image:url(/images/normlefton2_4.jpg);
		padding: 10px 16px 35px 10px;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}
		#tabs #active_4 a:hover {
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			}
			
/*Active State for Sales Development pages*/
#tabs #active_5 {
	background-image:url(/images/normrighton_5v3.jpg);
	}
	#tabs #active_5 a {
		display:block;
		background-image:url(/images/normlefton_5v3.jpg);
		padding: 10px 16px 35px 10px;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}
		#tabs #active_5 a:hover {
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			}
			
			
			
			
/*Active State for News & Events pages*/
			
		
/*Active State for About Us pages*/
#tabs #active_6 {
	background-image:url(/images/normrighton2_6.jpg);
	}
	#tabs #active_6 a {
		display:block;
		background-image:url(/images/normlefton2_6.jpg);
		padding: 10px 16px 35px 10px;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}
		#tabs #active_6 a:hover {
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			}
		
