.container_menu {
	width: 500px;
	padding: 15px;
	margin: 3px 0 20px 0;
	border: 1px solid #ccc;
	background: #fff;
}

/* circle */

#navCircle {
	margin: 0;
	padding: 0 0 20px 10px;
	background:#fff;
}

#navCircle li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#navCircle a:link{
	float: left;
	font-size: 13px;
	line-height: 14px;
	/*font-weight: bold;*/
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color:#4e4c4c;
}

#navCircle a:visited {
	float: left;
	font-size: 13px;
	line-height: 14px;
/*	font-weight: bold;*/
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color:#4e4c4c;
}

#navCircle a:link.active{
	padding-bottom: 6px;
	color: #000;
	background: url(../newimages/Circle.gif) no-repeat bottom center;
}

#navCircle a:visited.active{
	padding-bottom: 6px;
	color: #2772AF;
	background: url(../newimages/Circle.gif) no-repeat bottom center;
}

#navCircle a:hover {
	padding-bottom: 6px;
	color: #6791b1;
	background: url(../newimages/Circle.gif) no-repeat bottom center;
}
