/*
Navigation Menu
*/
body {
	behavior: url(csshover.htc);
}
ul#navigation {
	position:relative;
	width: 789px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(../images/menu.jpg) 0 0 no-repeat;
	list-style: none;
	z-index: 1000;
}
#navigation li {
	position: absolute;
	text-indent: 0;
	height: 35px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#navigation li a {
	height: 100%;
	text-decoration: none;
	display: block;
}

li#home {
	top: 0px;
	left: 0px;
	width: 163px;
}
li#chickat {
	top: 0px;
	left: 163px;
	width: 155px;
}
li#koolchick {
	top: 0px;
	left: 318px;
	width: 156px;
}
li#contact {
	top: 0px;
	left: 474px;
	width: 157px;
}
li#whyus {
	top: 0px;
	left: 631px;
	width: 158px;
}

/*
	All Nav Flyouts
*/

ul#navigation ul {
	display: none;
	z-index:1000;
}
ul#navigation li.over ul,
ul#navigation li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 33px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 128px;
	text-indent: 0;
	list-style: none;
	border-top: 1px solid #e42326;
}
#navigation ul li {
	text-indent: 0;
	position: static;
	height: auto;
	_height: 1px;
}
#navigation ul li a {
	padding: 5px 10px;
	color: #e42326;
	border: 1px solid #e42326;
	width: 108px;
	border-top-width: 0;
	font-size: 12px;
}
#navigation ul li a:hover {
	background: #e42326;
	color: #FFFFFF;
}
#navigation ul li.heading a {
	font-weight: bold;
	font-size: 14px;
	background: #e42326;
	color: #FFFFFF;
	font-style: normal;
}

/*
	Extras
	Right Column
*/
#extras {
	float: right;
	width: 200px;
	padding-top: 0px;
}
* html #extras {
	position: relative;
	padding-top: 60px;
}
