@charset "utf-8";
/* CSS Document */

/* ----- global navigation ----- */
#profile-nav, #pages, #categories, #archives {
	float: left;
	width: 200px;
	font-weight: bold;
	line-height: 16px;
	background: url(../images/divs/11x1_27a6de.gif) 0 0 no-repeat;
	padding-top: 10px;
	margin-bottom: 18px;
	text-align:left;
}
#profile-nav a, #pages a, #categories a, #archives a {
	color: #fff;
	text-decoration: none;
}
#profile-nav a:hover, #pages a:hover, #categories a:hover, #archives a:hover {
	color: #27a6de;
}
#profile-nav a.current, #pages a.current, #categories a.current, #archives a.current {
	color: #27a6de;
}
#profile-about {
	width: 224px;
	height: 22px;
	background: url(../images/common/profile-nav/about.gif) 0 0 no-repeat;
}
#profile-services {
	width: 224px;
	height: 15px;
	background: url(../images/common/profile-nav/services.gif) 0 0 no-repeat;
}

