.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#nav_bar { 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
	width: 695px;
	padding-top:3px;
}

#nav_bar li { 
	float:left;
	margin-right:45px;
}

#nav_bar li a  { 
	color: #bbb; 
	font-size: 14px; 
	display: block; 
	float: left; 
	text-decoration: none; 
	line-height:24px;
	width:110px;
	height:29px;
	text-align: left;
}

ul #services a {
	width:132px;
	float:left;
}

#nav_bar li a span {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	height:29px;
	line-height: 39px;
	display: block;
	text-align: left;
	width:93px;
	padding-left:8px;	
}

#nav_bar li a:hover { 
	color: white; 
}

#nav_bar li a:focus {
	outline: none;
}

#magic-line {
	position: absolute; 
	bottom: -2px; 
	left: 0; 
	width: 100px; 
	height: 2px; 
	background: #ED2224; 
}

#nav_bar li active {
	color:#FFF;
}

.current_page_item, .current_page_item a { color: #FFF;}

