/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body div.menu ul li a.hide, .menu ul li a:visited.hide {
	display:none;
}
body div.menu ul li a:hover ul li a.hide {
	display:none;
}

body div.menu ul li a:hover {
	color:#fff; /* link text - font color on hover  */
	background:#333; /* links - background color on hover  */
}
body div.menu ul li a:hover ul {
	display:block;
	position:abolute;
	z-index:10;
	top:23px;
	left:0;
	width:200px;
}
body div.menu ul li a:hover ul li a {
	display:block;
	background:#555; /* sub menu links - background color  */
	color:#fff; /* sub menu link text - font color  */
	width:200px;
	padding:2px 2px 0px 5px;
	text-align:left;
}
body div.menu ul li a:hover ul li a ul {
	visibility:hidden;
}
body div.menu ul li a:hover ul li a:hover {
	background:#222 url(/app/images/menu-a-hover.gif) repeat-x; /* sub menu links - background color/image on hover  */
	color:#ffc; /* sub menu link text - font color on hover */
	text-decoration:none;
	border-bottom:none;
}


/* **************************** THREE links to the right - advertise, store, classifieds **************************** */

body div.menu div.navigation_right {
	background: url(/app/images/nav-right-trans.jpg) no-repeat;
	*background: none;
	_background: none;
	position:relative;
	z-index:11;
	min-width:1px;
	float:right;
	color:#fff;
	margin-left:0px;
	padding-left:0px;
	display:visible;
}

body div.menu div.navigation_right ul {
	background-color:#039;
}
body div.menu div.navigation_right li {
	float:right;
}
body div.menu div.navigation_right li:hover ul {
	display:block;
	position:absolute;
	top:23px;
	left:-25px;
	width:65px;
}
body div.menu div.navigation_right li ul li, .menu .navigation_right li ul li a {
	width:65px;
	text-align:right;
}
body div.menu div.navigation_right li:hover a {
	background-color:#039;
	color:#fff;
	border-bottom:none;
}
body div.menu div.navigation_right li a:hover {
	background:none;
	color:#ffc; 
	text-decoration:none;
	border-bottom:none;
}
body div.menu div.navigation_right li:hover ul li a:hover {
	background-color:#039;
	color:#ffc;
	text-decoration:none;
	border-bottom:none;
}