#navigation ul {
	position:relative;
	top:3px;
	left:12px;
	float:left;
	display:inline;
	z-index:1000;
	}
	
ul#nav {
	width:760px;

	}
	
ul#nav li.subnav {
	display:block;
	float:none;
	}

#navigation ul li ul{
	position: absolute;
	z-index: 500;
	left: 1px; /* Set 1px less than menu width */
	top: 20px;
	display: none;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;

	}

	
/* Fix IE. Hide from IE Mac \*/
* html #navigation  ul li { float: left; height: 1%; }
* html #navigation  ul li a { height: 1%; }
/* End */


#navigation  ul li a { /* MAIN UL NON-HOVER STYLES */
	display: block;
	_display:inline;
	text-decoration: none;
	color: #777;
	padding:1px 26px 4px 6px;
	border-right:solid 1px #CECECE;
	font-size:10px;

	}


#navigation  ul li ul li a { /* DROP DOWN NON-HOVER STYLES */
	background:#FFFFFF;
	border:none;
	text-align:left;
	width:180px;
	_width:200px;
	
	position: relative;
	z-index: 500;

	}
		
#navigation  li ul li a { /* Sub Menu Styles */
	padding: 2px 6px; 

	} 
		
#navigation  li:hover ul,
#navigation li.over ul { /* The magic */
	display: block; 

	} 
	
	
/* SWITCH ACTIVE BACKGROUND IMAGES SINCE THEY ARE ALL DIFFERENT SIZES */
#web_programming.active {
	background:url(/images/tabs/web_programming.gif) no-repeat 0 -2px;

	}
#web_programming a:hover,
#web_programming a:active {
	color: #FB8B06;

	}
#web_programming ul li a:hover, 
#web_programming ul li a:active {
	color: #FB8B06; 
	background: #F1F1F1; 

	}
	
	
#service_support.active {
	background:url(/images/tabs/service_support.gif) no-repeat 0 -2px;

	}
#service_support a:hover,
#service_support a:active {
	color: #00CC00;

	}
#service_support ul li a:hover,
#service_support ul li a:active {
	color: #00CC00; 
	background: #F1F1F1; 

	}


#news.active {
	background:url(/images/tabs/news.gif) no-repeat 0 -2px;

	}
#news a:hover,
#news a:active {
	color: #D9201D;

	}
#news ul li a:hover,
#news ul li a:active {
	color: #D9201D; 
	background: #F1F1F1; 

	}



#network_sales.active {
	background:url(/images/tabs/news.gif) no-repeat 0 -2px;

	}
#network_sales a:hover,
#network_sales a:active {
	color: #0066FF;

	}
#network_sales ul li a:hover,
#network_sales ul li a:active {
	color: #0066FF; 
	background: #F1F1F1; 

	}


#about_us.active {
	background:url(/images/tabs/about_us.gif) no-repeat 0 -2px;

	}
#about_us a:hover,
#about_us a:active {
	color: #D9201D;

	}
#about_us ul li a:hover,
#about_us ul li a:active {
	color: #D9201D; 
	background: #F1F1F1; 

	}




#contact_us.active {
	background:url(/images/tabs/contact_us.gif) no-repeat 0 -2px;

	}
#contact_us a:hover,
#contact_us a:active {
	color: #D9201D;

	}
#contact_us ul li a:hover,
#contact_us ul li a:active {
	color: #D9201D; 
	background: #F1F1F1; 

	}



#employment.active {
	background:url(/images/tabs/employment.gif) no-repeat 0 -2px;

	}
#employment a:hover,
#employment a:active {
	color: #D9201D;

	}
#employment ul li a:hover,
#employment ul li a:active {
	color: #D9201D; 
	background: #F1F1F1; 

	}



