#sidenav {
	margin: 0px;
	margin-top: 16px;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #E1E1E1;
	padding-bottom: 20px;
}

#sidenav li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 26px;
	clear: both;
}

#sidenav li div {
	float: left;
	margin-left: 20px;
	*margin-left: 10px;
	margin-top: 6px;
	height: 9px;
	width: 9px;
	background-color: #84A0C2;
	font-size: 0px;
}

#sidenav li:hover div {
	margin-left: 19px;
	margin-top: 5px;
	height: 11px;
	width: 11px;
}

#sidenav a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

#sidenav a:hover {
	color: #4776AD;
}

#sidenav .active {
	color: #4776AD;
}

#usernav {
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 5px;
	border-color: #000000;
}

#usernav li {
	display: block;
	list-style: none;
	float: right;
	height: 35px;
	width: 100px;
	background: url("usernav_bg.png") top left no-repeat;
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}

#usernav a {
	display: block;
	margin: 0px;
	font-size: 12px;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
}

#usernav a:hover {
	color: #84A0C2;
}

#nav {
	clear: both;
	height: 45px;
}

#nav a {
	display: block;
	float: left;
	height: 29px;
	width: 84px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 29px;
	color: #FFFFFF;
	font-weight: bold;
	background: url("nav_bg.png") top left no-repeat;
	font-family: verdana, arial, sans-serif;
}

#nav a:hover {
	color: #FFFFFF;
	background-position: 0px -29px;
}

.cp ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 20%;
}

#showcp ul {
	width: 20%;
}

.inlinecp ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 50%;
}

.cp li, .inlinecp li {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

.inlinecp li {
	padding-bottom: 0px;
}

.cp span, .inlinecp span  {
	display: block;
	color: #FFFFFF;
	margin-left: 35px;
	font-size: 10px;
	padding-top: 1px;
}

.cp .button:hover span, .inlinecp .button:hover span {
	color: #5791D4;
}

.cp .button, .inlinecp .button {
	display: block;
	height: 16px;
	width: 100%;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}

.cp #editprofile {
	background: url("icons/users.png") top left;
	background-repeat: no-repeat;
}

.cp #editprofile:hover {
	background-position: 0px -16px;
}

.cp #addbuysell {
	background: url("icons/buysell.png") top left;
	background-repeat: no-repeat;
}

.cp #addbuysell:hover {
	background-position: 0px -16px;
}

.cp #savedsearch {
	background: url("icons/savedsearch.png") top left;
	background-repeat: no-repeat;
}

.cp #savedsearch:hover {
	background-position: 0px -16px;
}
.cp #changesettings {
	background: url("icons/settings.png") top left;
	background-repeat: no-repeat;
}

.cp #changesettings:hover {
	background-position: 0px -16px;
}


.cp #changepassword {
	background: url("icons/password.png") top left;
	background-repeat: no-repeat;
}

.cp #changesettings:hover {
	background-position: 0px -16px;
}


.cp #deleteuser {
	background: url("icons/delete.png") top left;
	background-repeat: no-repeat;
}

.cp #deleteuser:hover {
	background-position: 0px -16px;
}


.cp #sendpm {
	background: url("icons/pm.png") top left;
	background-repeat: no-repeat;
}

.cp #sendpm:hover {
	background-position: 0px -16px;
}

.cp #pm {
	background: url("icons/pm.png") top left;
	background-repeat: no-repeat;
}

.cp #pm:hover {
	background-position: 0px -16px;
}


.cp #pm_unread {
	background: url("icons/pm.gif") top left;
	background-repeat: no-repeat;
}


.cp #addfriend {
	background: url("icons/friends.png") top left;
	background-repeat: no-repeat;
}

.cp #addfriend:hover {
	background-position: 0px -16px;
}

.cp #alreadyfriend {
	background: url("icons/alreadyfriends.png") top left;
	background-repeat: no-repeat;
}

.cp #alreadyfriend:hover {
	background-position: 0px -16px;
}

.cp #specialfriend {
	background: url("icons/specialfriends.png") top left;
	background-repeat: no-repeat;
}

.cp #specialfriend:hover {
	background-position: 0px -16px;
}

.cp #friends {
	background: url("icons/friends.png") top left;
	background-repeat: no-repeat;
}

.cp #friends:hover {
	background-position: 0px -16px;
}


.cp #addblocked {
	background: url("icons/blocked.png") top left;
	background-repeat: no-repeat;
}

.cp #addblocked:hover {
	background-position: 0px -16px;
}

.cp #blocked {
	background: url("icons/blocked.png") top left;
	background-repeat: no-repeat;
}

.cp #blocked:hover {
	background-position: 0px -16px;
}


.cp #stats {
	background: url("icons/stats.png") top left;
	background-repeat: no-repeat;
}

.cp #stats:hover {
	background-position: 0px -16px;
}


.cp #addblog {
	background: url("icons/blogs.png") top left;
	background-repeat: no-repeat;
}

.cp #addblog:hover {
	background-position: 0px -16px;
}


.cp #addphoto {
	background: url("icons/photos.png") top left;
	background-repeat: no-repeat;
}

.cp #addphoto:hover {
	background-position: 0px -16px;
}


.cp #addvideo {
	background: url("icons/videos.png") top left;
	background-repeat: no-repeat;
}

.cp #addvideo:hover {
	background-position: 0px -16px;
}


.cp #addevent {
	background: url("icons/events.png") top left;
	background-repeat: no-repeat;
}

.cp #addevent:hover {
	background-position: 0px -16px;
}


.cp #addalbum {
	background: url("icons/album.png") top left;
	background-repeat: no-repeat;
}

.cp #addalbum:hover {
	background-position: 0px -16px;
}


.cp #addsong {
	background: url("icons/bands.png") top left;
	background-repeat: no-repeat;
}

.cp #addsong:hover {
	background-position: 0px -16px;
}


.cp #createplaylist {
	background: url("icons/add.png") top left;
	background-repeat: no-repeat;
}

.cp #createplaylist:hover {
	background-position: 0px -16px;
}


.cp #editplaylist {
	background: url("icons/edit.png") top left;
	background-repeat: no-repeat;
}

.cp #editplaylist:hover {
	background-position: 0px -16px;
}


.cp #deleteplaylist {
	background: url("icons/minus.png") top left;
	background-repeat: no-repeat;
}

.cp #deleteplaylist:hover {
	background-position: 0px -16px;
}


.cp #favourites {
	background: url("icons/favourites.png") top left;
	background-repeat: no-repeat;
}

.cp #favourites:hover {
	background-position: 0px -16px;
}


.cp #sendtofriend {
	background: url("icons/sendtofriend.png") top left;
	background-repeat: no-repeat;
}

.cp #sendtofriend:hover {
	background-position: 0px -16px;
}


.cp #mailinglistmanage {
	background: url("icons/joinmailinglist.png") top left;
	background-repeat: no-repeat;
}

.cp #mailinglistmanage:hover {
	background-position: 0px -16px;
}

.cp #joinmailinglist {
	background: url("icons/joinmailinglist.png") top left;
	background-repeat: no-repeat;
}

.cp #joinmailinglist:hover {
	background-position: 0px -16px;
}


.cp #recommendsimilar {
	background: url("icons/recommend.png") top left;
	background-repeat: no-repeat;
}

.cp #recommendsimilar:hover {
	background-position: 0px -16px;
}


.cp #quicklink {
	background: url("icons/quicklink.png") top left;
	background-repeat: no-repeat;
}

.cp #quicklink:hover {
	background-position: 0px -16px;
}


.cp #mailinglist {
	background: url("icons/mailinglist.png") top left;
	background-repeat: no-repeat;
}

.cp #mailinglist:hover {
	background-position: 0px -16px;
}


.cp #shopping {
	background: url("icons/shopping.png") top left;
	background-repeat: no-repeat;
}

.cp #shopping:hover {
	background-position: 0px -16px;
}


.cp #shop {
	background: url("icons/cart.png") top left;
	background-repeat: no-repeat;
}

.cp #shop:hover {
	background-position: 0px -16px;
}


.cp #addtoshop {
	background: url("icons/addtoshop.png") top left;
	background-repeat: no-repeat;
}

.cp #addtoshop:hover {
	background-position: 0px -16px;
}



.cp #transactions {
	background: url("icons/transactions.png") top left;
	background-repeat: no-repeat;
}

.cp #transactions:hover {
	background-position: 0px -16px;
}


.cp #reportabuse {
	background: url("icons/reportabuse.png") top left;
	background-repeat: no-repeat;
}

.cp #reportabuse:hover {
	background-position: 0px -16px;
}

.cp #friendsfeed {
	background: url("icons/friendsfeed.png") top left;
	background-repeat: no-repeat;
}

.cp #friendsfeed:hover {
	background-position: 0px -16px;
}

.cp #gear {
	background: url("icons/gear.png") top left;
	background-repeat: no-repeat;
}

.cp #gear:hover {
	background-position: 0px -16px;
}

.cp #files {
	background: url("icons/files.png") top left;
	background-repeat: no-repeat;
}

.cp #files:hover {
	background-position: 0px -16px;
}

.inlinecp #inlineedit {
	background: url("icons/edit.png") top left;
	background-repeat: no-repeat;
}

.inlinecp #inlineedit:hover {
	background-position: 0px -16px;
}


.inlinecp #inlinedelete {
	background: url("icons/delete.png") top left;
	background-repeat: no-repeat;
}

.inlinecp #inlinedelete:hover {
	background-position: 0px -16px;
}


.inlinecp #inlinereply {
	background: url("icons/pm.png") top left;
	background-repeat: no-repeat;
}

.inlinecp #inlinereply:hover {
	background-position: 0px -16px;
}


.inlinecp #inlineeffects {
	background: url("icons/effects.png") top left;
	background-repeat: no-repeat;
}

.inlinecp #inlineeffects:hover {
	background-position: 0px -16px;
}