/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~  LISTINGS OPTIONS STYLES  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

#listingmenuwrapper {	
	background-color: #fff;
	margin-left: 6px;
}
.listingclearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#listingmenubar {
	width: 220px;
}
#listingmenubar, #listingmenubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
#listingmenubar a {
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px 20px;
	font-size: 10px;
	color: #666;
}
#listingmenubar a.listingtrigger img {
	text-decoration: none;
	padding: 5px 0px 0px 10px;
	background-repeat: no-repeat;
	background-position: right center;
	border: 0px solid #fff;
	color:#666666;
}
#listingmenubar li {
	float: right;
	/*width: 9em;*/
}
#listingmenubar li {position: relative;}

/* hide from IE mac \*/
#listingmenubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#listingmenubar li ul, #listingmenubar ul li  {
	width: 22em;
	font-size: 1em;
}
#listingmenubar ul li a  {
	color: #000000;
	border-right: 0;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#listingmenubar li ul {
	position: absolute;
	display: none;
	background-color: #f3f7fa;
	border: 1px solid #cccccc;
}
#listingmenubar li:hover a, #listingmenubar a:focus,
#listingmenubar a:active, #listingmenubar li.p7hvr a {
	color: #666666;
	background-color: transparent;
}
#listingmenubar li:hover ul, #listingmenubar li.p7hvr ul {
	display: block;
	margin-left: -134px;
}
#listingmenubar li:hover ul a, #listingmenubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#listingmenubar ul a:hover {
	background-color:#e9edef !important;
	color: #000000 !important;
	margin-left: 2px;
}