ul#nav{
	margin:0;
	padding:0;
	text-align: center;
	position: absolute;
	z-index: 10;
}

ul#nav li{
	width:101px;
	height:26px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	font-size: .7em;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}

ul#nav li p{
	padding: 0;
	margin: 0;
	font-weight: bold;
}

ul#nav li p img {
	border: none;
}

	ul#nav li p.subtext{
		padding:4px 0 4px 6px;
		text-align: left;
		text-transform: none;
		font-size: .8em;
		border-bottom: 1px dotted #FFF;
	}
	
	ul#nav li p.subtext a {
		display: block;
	}
	
	ul#nav li p.subtext:hover {
		background: url('/gfx/trans.png');
	}

/*Menu Color Classes*/
.yellow{background:#FBC700 url('/gfx/yellow-item-bg.jpg') bottom left repeat-x;}

.orange{background:#FF7010 url('/gfx/orange-item-bg.jpg') bottom left repeat-x;}

.blue{background:#4880A6 url('/gfx/blue-item-bg.jpg') bottom left repeat-x;}

.teal{background:#2DA18A url('/gfx/teal-item-bg.jpg') bottom left repeat-x;}

.green{background:#229941 url('/gfx/green-item-bg.jpg') bottom left repeat-x;}