/*Patrick Talcott*/
/********************************************************/
/*~~~~~~~~~~~-Template by Darius Engineer-~~~~~~~~~~~~~~*/
/********************************************************/
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li{
	float: left;
	position: relative;
	background: url(../images/buttonBG.jpg);
	text-align:center;
	/*edited by Ryan Oberholzer - 88px caused the last menu item to be bumped 
	to next line in Firefox when user has large screen resolution*/
	/*width: 88px; !important*/
	width: 86px; !important
	width: 87px;
	height: 30px;
	padding: 0px;
	border: .01em solid #fff;
	margin: 0;
	list-style: none;
}


*html #nav li { /* all list items */
	float: left;
	position: relative;
	background: url(../images/buttonBG.jpg);
	text-align:center;
	width: 88px;
	height: 30px;
	padding: 0px;
	border: .01em solid #fff;
	margin: 0;
	list-style: none;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	width: 87px;
	top: 28px;
	left: 0;
	list-style: none;
}

*html #nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 28px;
	width: 150px;
	left: 0;
	list-style: none;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	width: 150px;
	list-style: none;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
	list-style: none;
}

#nav li ul li{
	background: url(../images/buttonBG.jpg);
	top: 10px;
	height: 30px;
	width: 150px;
	list-style: none;
}

*html #nav li ul li{
	top: 0px;
	height: 28px;
	width: 150px;
	list-style: none;
}

#content {
	clear: left;
}
