/*#navigation {
	background-image: url(../images/navigation_background.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
	float:left
}*/

#navigation_content {
	float:right;
	margin-top: 68px;
/*	width: 515px;*/
}

#nav {
	list-style: none;
	display: inline;
	overflow: hidden;
	white-space: nowrap;
	z-index: 2;
	font-size: 85%;

}  
   
#nav li {
    list-style-type: none;
    display: inline;
}

#nav a {
	color: #333333;
	float: left;
	overflow: hidden;
	text-align: left;
	height:30px;
	z-index:1;
	text-decoration: none;
}

#nav a:hover {
	color: #CA0000;
}

#nav a.selected {
	color: #CA0000;
	font-weight: bolder;
}

#nav a:active {
	color: #333333;
}

#home a {
	width:73px;
	float: right;
}
#about_me a {
	width:97px;
	float: right;
}
#specialist_websites a {
	width:153px;
	float: right;
}
#services a {
	float: right;
	width:87px;
}
#contact a {
	width:85px;
	float: right;
}
