/* ================================================================ 

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/flyoutt.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the assocaited (x)html may be modified in any 

way to fit your requirements.

=================================================================== */

/* CSS for expanding navigation menu */

.nav {
	width:218px;
	float:left;
	margin:0;
	z-index:5;
}

.nav ul li a, .nav ul li a:visited {
	display:block;
	text-decoration:none;
	width:160px;
}

.nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.nav ul li {
	float:left;
	width:160px;
	margin-right:1px;
	position:relative;
	background-color:#03793C;
	background-repeat:no-repeat;
	background-position:4px;
	padding:2px;
	padding-left:56px;
}

.nav ul li ul {
	display: none;
}

.nav ul li:hover ul {
	display:block;
	position:absolute;
	top:-189px;
	left:215px;
	width:163px;
}

.nav ul li:hover ul li:hover a.hide {
	width:163px;
}

.nav ul li:hover ul li a {
	display:block;
	width:163px;
}

#house     {background-image:url(../pix/icons/House.jpg); height:48px}
#trowel    {background-image:url(../pix/icons/Trowel.jpg); height:43px}
#crack     {background-image:url(../pix/icons/Crack.jpg); height:50px}
#helmet    {background-image:url(../pix/icons/Helmet.jpg); height:45px}
#key       {background-image:url(../pix/icons/Key.jpg); height:28px}
#council   {background-image:url(../pix/icons/Council.jpg); height:50px}
#gavel     {background-image:url(../pix/icons/Gavell.jpg); height:45px}
#conquer   {background-image:url(../pix/icons/Conquer.jpg); height:49px}
#picus     {background-image:url(../pix/icons/Picus.jpg); height:45px}
#palm      {background-image:url(../pix/icons/Palm.jpg); height:50px}
#flower    {background-image:url(../pix/icons/Flower.jpg); height:50px}
#weed      {background-image:url(../pix/icons/Weed.jpg); height:27px}
#info      {background-image:url(../pix/icons/Info.gif); height:50px}
#chainsaw  {background-image:url(../pix/icons/Chainsaw.jpg); height:28px}
#star	   {background-image:url(../pix/icons/Star.png); height:38px}
#folder    {background-image:url(../pix/icons/Folder.jpg); height:38px}
#staff     {background-image:url(../pix/icons/Staff.jpg); height:35px}
#handshake {background-image:url(../pix/icons/Handshake.jpg); height:34px}
#scroll    {background-image:url(../pix/icons/Scroll.jpg); height:21px}
#chain     {background-image:url(../pix/icons/Chain.jpg); height:22px}

#house a     {margin-top:18px}
#trowel a    {margin-top:8px}
#crack a     {margin-top:5px}
#helmet a    {margin-top:3px}
#key a       {margin-top:2px}
#council a   {margin-top:6px}
#gavel a     {margin-top:10px}
#conquer a   {margin-top:5px}
#picus a     {margin-top:10px}
#palm a      {margin-top:19px}
#flower a    {margin-top:13px}
#weed a      {margin-top:1px}
#info a      {margin-top:19px}
#chainsaw a  {margin-top:4px}
#star a	 	 {margin-top:16px}
#folder a    {margin-top:13px}
#staff a     {margin-top:11px}
#handshake a {margin-top:11px}
#scroll a    {margin-top:4px}
#chain a     {margin-top:5px}