/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2006 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/

/* THIS STYLESHEET FOR THE MENU ONLY */
/* Credit where it's due, this is based on the alistapart.com menu */



/* Menu */

#menu
{
	float: left;
	width: 147px;
	height: 147px;
	padding-left: 10px;
}





/* side menu nav */
/* for submenus, IE6 inherits the width defined here */

ul#nav
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	width: 147px;
}


/* side menu nav rollover */
/* be sure to double-reference the id for IE to work */

ul#nav li:hover ul, ul#nav li.over ul 
{ 
	display: block; 
}


ul#nav li a
{
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	margin-right: 12px;
}



ul#nav li ul li a:hover
{
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}


/* sub menu */

ul#nav li ul
{
	display: block;
	list-style: none;
	color: #000000;
	font-size: 0.6em;
	text-decoration: none;
	position: absolute;
  margin-left: 135px;
  padding-left: 0px;
  margin-top: -52px;
  display: none;
  height: 50px;
  width: 147px;
}

ul#nav li ul li a
{
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #524837;
 	border-bottom: 1px dotted #FDE8C5;
}

/* Creates "pullout" tab */

#submenu
{
	background-image: url(images/tab.gif);
	background-position: top right;
  background-repeat: no-repeat;
  z-index: 2;
}

/* Holly Hack. IE Requirement to get rid of white space \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */








