/* !Nav for Site - Main */

ul#navT {
	position: relative;
	width: 320px;
	float: right;
	height: 50px;
	margin: 10px 30px 0 0;
	background: transparent;
}

ul#navT li {
	display: inline;
	height: 1em;
	float: right;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;	
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}

ul#navT li a:link,
ul#navT li a:visited,
ul#navT li a:active {
	display: inline-block;
	letter-spacing: 1px;
	padding: 0;
	color: #fff;
	text-decoration: underline;
}

ul#navT li a:focus,
ul#navT li a:hover {
	color: #de4e1d;
}

ul#navM {
	position: absolute;
	width: 580px;
	height: 24px;
	padding: 10px;
	top: 123px;
	left: 383px;
}

ul#navM li {
	display: inline;
	float: left;
}

ul#navM li#home {
	position: absolute;
	width: 230px;
	height: 230px;
	top: -105px;
	left: -245px;
	background: transparent;
	z-index: 99;
}

ul#navM li a:link,
ul#navM li a:visited,
ul#navM li a:active {
	display: inline-block;
	padding: 0 8px;
	color: #ff0000;
	font-weight: bold;	
	font-size: 2em;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: capitalize;
}

ul#navM li a:focus,
ul#navM li a:hover {
	color: #8F2012;
}

ul#navM li#home a:link,
ul#navM li#home a:visited,
ul#navM li#home a:active {
	display: inline-block;
	width: 100%;
	height: 100%;
}

ul#navM li#home a:focus,
ul#navM li#home a:hover {
	cursor: pointer;
}

body.menu ul#navM a#mMenu,
body.location ul#navM a#mLocation,
body.catering ul#navM a#mCatering,
body.specials ul#navM a#mSpecials,
body.retail ul#navM a#mRetail {
	color: #95A8BE;	
}
