/*
	NAVIGATION FOR MANAGEMENT pages
*/
	
/* top navigation */
#content #topNavigation {
	float:left;
	margin: 29px 0px 25px 255px;
	height: 103px;
}
#content #topNavigation ul {
	list-style:none;
}
#content #topNavigation ul li {
	float:left;
}
#content #topNavigation ul li a {
	display:block;
	text-indent:-3000px;
	overflow:hidden;
}
.home a { width: 120px; height: 45px; background:url('../../images/topnavigation/management/home.png') no-repeat; }
	.home a:hover { background-position:-114px;}
.services a { width: 124px; height: 45px; background:url('../../images/topnavigation/management/services.png') no-repeat;}
	.services a:hover { background-position:-124px;}
.clients a { width: 123px; height: 45px; background:url('../../images/topnavigation/management/clients.png') no-repeat;}
	.clients a:hover { background-position:-123px;}
.order a { width: 112px; height: 45px; background:url('../../images/topnavigation/management/order.png') no-repeat;}
	.order a:hover { background-position:-112px;}
