/* CSS Document */
/*********************/
		/*  Main Navigation  */
		/*********************/
.suckertreemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #636261;
	padding:8px 0px 0px 40px;
	margin:0px 0px 0px 0px;
	line-height: 12px;
	max-width: 796px;
	background-image: url("../images/bkgnav.gif");
	background-repeat: no-repeat;
	height: 19px;	
}

.suckertreemenu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	color: #565658;
	
	
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:900;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	border-left-width: 0;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
	color: #5f9f4b;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	background-color: #f9f4ae;
	height: 10px;
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	margin: 0px 0px 0px 0px;
}

#drop {
background:#fcfadc url("http://www.bramptonfair.com/images/navflyout.gif") right no-repeat;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
/*float: none;*/
	background-color: #fcfadc;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #fcfadc; /*#ccc*/
}

.suckertreemenu ul li a:hover{
	text-decoration: underline;
	color: #5f9f4b;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left;}
/* End */
