@charset "UTF-8";


/*============================================================
Sub Nav Communities
============================================================*/
	
#nav a {
	background-image: url(../images/nav_main/nav_communities.gif);
	}

#subnav {
	float: right;
	margin: 0 40px 0 0;
	padding: 0 0 0 0;
	}

#subnav li {
	float: left;
	display: inline;
	}

#subnav a {
	display: block;
	height: 24px;
	background-image: url(../images/subnav_communities/subnav_recent.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	outline: none;
	}

#subnav_nowselling a {
	width: 158px;
	background-position: 0 0;
	}

#subnav_nowselling a:hover {
	background-position: 0 bottom;
	}

#subnav_upcoming a {
	width: 142px;
	background-position: -158px 0;
	}

#subnav_upcoming a:hover {
	background-position: -158px bottom;
	}

#subnav_recent a {
	width: 199px;
	background-position: -300px 0;
	}
	
#subnav_recent a:hover {
	background-position: -300px bottom;
	}

#subnav_register a {
	width: 121px;
	background-position: -499px 0;
	}

#subnav_register a:hover {
	background-position: -499px bottom;
	}