

    * Collapse All
    * Expand All

.navblock {
	display: block;
	float: left;
	width: 950px;
}

.navblock .fright {
	display: block;
	width: 950px;
	height: 30px;
	float: left;
	background-color: #D4D0C8;
	background-image: url(http://www.greengrocercycling.com.au/images/bg_fright.gif);
	background-repeat: repeat-x;
}

/* ------------------------------------NAVIGATION------------------------------------------------ */

#lists {
	padding:0;
	margin:0px;
	list-style:none;
	position:relative;
	height:30px;
	float:left;
	width:900px;
	z-index:500;
	background-image: url(line.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} /* margins for this demonstration only */
#lists li {display:inline; float:left; height:25px; background:url(line.gif) no-repeat 0 4px;}
#lists li a.tl {
	display:block;
	height:25px;
	text-decoration:none;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	text-indent:10px;
	color:#FFFFFF;
	padding: 5px 20px 0 10px;
}

#lists li a.tl:hover {
	background-color: #FFCC33;
}
/*
#lists li a:active {
	background-color: #FFCC33;
}

#lists li a:focus {
	background-color: #FFCC33;
}
*/
#lists div {display:none;}

#lists li a:hover {text-decoration:none; white-space:normal; background-position:130px 15px;}
#lists li:hover > a {
	text-decoration:none;
	white-space:normal;
	background-position:130px 15px;
	color: #000033;
	background-color: #FFCC33;
}

#lists :hover div
{
	display:block;
	width:598px;
	position:absolute;
	left:0;
	top:30px;
	padding:0 10px 10px 10px;
	background-color: #FFCC33;
	
}
#lists :hover div.pos2 {
background-color: #FFCC33;}
	
	#lists :hover div.pos3 {
background-color: #FFCC33;}
	
	#lists :hover div.pos4 {
background-color: #FFCC33;}

#lists .two:hover {position:relative;}
#lists .single:hover {position:relative;}

#lists .aleft:hover {position:relative;}
#lists .aleft:hover div.pos2 {width:410px;}

#lists .two:hover div.pos3 {width:300px;}
#lists .single:hover div.pos4 {width:150px;}

#lists :hover div dl {display:inline; padding:0; margin:0 10px 10px 10px; float:left; width:179px;}
#lists :hover div dl dt {
	width:179px;
	text-indent:px;
	text-decoration:none;
	height:20px;
	line-height:20px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;	
	
}

#lists :hover div dl dt a {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

#lists .two:hover div {left:-150px;}
#lists .two:hover div dl {width:129px;}
#lists .two:hover div dl dt {width:129px;}

#lists .single:hover div dl {width:129px;}
#lists .single:hover div dl dt {width:129px;}

#lists :hover div dl dd {padding:0; margin:0;}

#lists :hover div dt a {text-decoration:none; cursor:default; font-weight:normal; color:#fff;}
#lists :hover div dd a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#000;
	text-indent:2px;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
}
#lists :hover div dd a:hover {text-decoration:underline;}

#lists .clear {clear:both;}

