/*
Navigation Menu
*/
body {
	behavior: url(csshover.htc);
}
ul#navigation {
	position: relative;
	width: 800px;
	height: 44px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/menu.jpg) 0 0 no-repeat;
	list-style: none;
	text-indent: -1234em;
	z-index: 1000;
}
#navigation li {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	height:44px;
}
#navigation li a {
	text-decoration: none;
	display: block;
	height:100%;
}
#navigation li a:hover {
	background-image: url(../images/menu.jpg);
}
li#home {
	top: 0;
	left: 0px;
	width: 73px;
}
#home a:hover {
	background-position: 0px -44px;
}
li#new {
	top: 0;
	left: 73px;
	width: 92px;
}
#new a:hover {
	background-position: -73px -44px;
}
li#gates {
	top: 0;
	left: 165px;
	width: 49px;
}
#gates a:hover {
	background-position: -165px -44px;
}
li#total {
	top: 0;
	left: 214px;
	width: 178px;
}
#total a:hover {
	background-position: -214px -44px;
}
li#custom {
	top: 0;
	left: 392px;
	width: 143px;
}
#custom a:hover {
	background-position: -392px -44px;
}
li#brochure {
	top: 0;
	left: 535px;
	width: 80px;
}
#brochure a:hover {
	background-position: -535px -44px;
}
li#mail {
	top: 0;
	left: 615px;
	width: 95px;
}
#mail a:hover {
	background-position: -615px -44px;
}
li#contact {
	top: 0;
	left: 710px;
	width: 90px;
}
#contact a:hover {
	background-position: -710px -44px;
}
/*
	Subnav Flyouts
*/
ul#navigation ul {
	display: none;
}
ul#navigation li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 18px;
	background: #000000;
	margin: 0;
	padding: 0;
	width: 160px;
	text-indent: 0;
	list-style: none;
	border-top: 1px solid #A5B6C7;
}
#navigation ul li {
	text-indent: 0;
	position: static;
	height: auto;
	_height: 1px;
}
#navigation ul li a {
	padding: 5px 10px;
	color: #CECECE;
	border: 1px solid #A5B6C7;
	border-top-width: 0;
	font-size: 12px;
	font-style: italic;
}
#navigation ul li a:hover {
	background: #aaaaaa;
	color: #000000;
}
#navigation ul li.heading a {
	font-weight: bold;
	font-size: 14px;
	background: #18139F;
	font-style: normal;
}
/*
	Extras
	Right Column
*/
#extras {
	float: right;
	width: 200px;
	padding-top: 0px;
}
* html #extras {
	position: relative;
	padding-top: 60px;
}