/* CSS Document */

.insideNum {
	font-size: 14px;
	color: #000;
	float: right; 
	display: block;
	margin-top: 7px;
	width: 16px;
	text-align: center;
}

.navU {
	height: 30px;
}

.navU .home, .navU .message, .navU .friends, .navU .comments, .navU .editProfile, .navU .pictures, .navU .blog, .navU .business {
	background-image: url('/imger/navUserB.jpg');
	background-repeat: none;
	float: left; 
	display: block;
	cursor: pointer;
}

.navUO .home, .navUO .message, .navUO .friends, .navUO .comments, .navUO .editProfile, .navUO .pictures, .navUO .blog, .navUO .business {
	background-image: url('/imger/navUOserB.jpg');
	background-repeat: none;
	float: left; 
	display: block;
	cursor: pointer;
}

.navU .messageA, .navU .friendsA, .navU .commentsA, .navUO .messageA, .navUO .friendsA, .navUO .commentsA {
	background-image: url('/imger/navUserB_COMM.jpg');
	background-repeat: none;
	float: left;
	display: block;
	cursor: pointer;
}

.navU .home, .navUO .home {
	width: 77px; 
	height: 30px;
}

.navU .message, .navUO .message {
	width: 119px; 
	height: 30px;
	background-position: -77px 0;
}

.navU .messageA, .navUO .messageA {
	width: 119px; 
	height: 30px;
	background-position: -77px 0;
}

.navU .messageA .insideNum, .navUO .messageA .insideNum {
	margin-right: 8px;
}

.navU .friends, .navUO .friends {
	width: 93px; 
	height: 30px;
	background-position: -196px 0;
}

.navU .friendsA, .navUO .friendsA {
	width: 93px; 
	height: 30px;
	background-position: -196px 0;
}

.navU .friendsA .insideNum, .navUO .friendsA .insideNum {
	margin-right: 7px;
}

.navU .comments, .navUO .comments {
	width: 115px; 
	height: 30px;
	background-position: -289px 0;
}

.navU .commentsA, .navUO .commentsA {
	width: 115px; 
	height: 30px;
	background-position: -289px 0;
}

.navU .commentsA .insideNum, .navUO .commentsA .insideNum {
	margin-right: 10px;
}


.navU .editProfile, .navUO .editProfile {
	width: 116px; 
	height: 30px;
	background-position: -404px 0;
}

.navU .pictures, .navUO .pictures {
	width: 102px; 
	height: 30px;
	background-position: -520px 0;
}

.navU .blog, .navUO .blog {
	width: 74px; 
	height: 30px;
	background-position: -622px 0;
}

.navU .business, .navUO .business {
	width: 89px; 
	height: 30px;
	background-position: -696px 0;
}

/*###################### Businesses ######################*/
.navBus, navBusO {
	height: 30px;
}

.navBus .home, .navBus .message, .navBus .reviews, .navBus .editProfile, .navBus .pictures, .navBus .billboard {
	background-image: url('/imger/navBus.jpg');
	background-repeat: none;
	float: left; 
	display: block;
	cursor: pointer;
}

.navBusO .home, .navBusO .message, .navBusO .reviews, .navBusO .editProfile, .navBusO .pictures, .navBusO .billboard {
	background-image: url('/imger/navBusO.jpg');
	background-repeat: none;
	float: left; 
	display: block;
	cursor: pointer;
}

.navBus .messageA, .navBus .reviewsA, .navBusO .messageA, .navBusO .reviewsA {
	background-image: url('/imger/navBus_COMM.jpg');
	background-repeat: none;
	float: left;
	display: block;
	cursor: pointer;
}

.navBus .home, .navBusO .home {
	width: 77px; 
	height: 30px;
}

.navBus .message, .navBusO .message {
	width: 119px; 
	height: 30px;
	background-position: -77px 0;
}

.navBus .messageA, .navBusO .messageA {
	width: 119px; 
	height: 30px;
	background-position: -77px 0;
}

.navBus .messageA .insideNum, .navBusO .messageA .insideNum {
	margin-right: 8px;
}

.navBus .reviews, .navBusO .reviews {
	width: 101px; 
	height: 30px;
	background-position: -196px 0;
}

.navBus .reviewsA, .navBusO .reviewsA {
	width: 101px; 
	height: 30px;
	background-position: -196px 0;
}

.navBus .reviewsA .insideNum, .navBusO .reviewsA .insideNum {
	margin-right: 10px;
}


.navBus .editProfile, .navBusO .editProfile {
	width: 106px; 
	height: 30px;
	background-position: -297px 0;
}

.navBus .pictures, .navBusO .pictures {
	width: 105px; 
	height: 30px;
	background-position: -403px 0;
}

.navBus .billboard, .navBusO .billboard {
	width: 103px; 
	height: 30px;
	background-position: -508px 0;
}