/*
Navigation Menu
*/
body {
	behavior: url(../css/csshover.htc);
}
ul#navigation {
	position: relative;
	width: 750px;
	height: 25px;
	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:25px;
}
#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: 64px;
}
#home a:hover {
	background-position: 0px -25px;
}
li#services {
	top: 0;
	left: 64px;
	width: 77px;
}
#services a:hover {
	background-position: -64px -25px;
}
li#wraps {
	top: 0;
	left: 141px;
	width: 62px;
}
#wraps a:hover {
	background-position: -141px -25px;
}
li#photo_album {
	top: 0;
	left: 141px;
	width: 113px;
}
#photo_album a:hover {
	background-position: -141px -25px;
}
/* li#spotlight {
	top: 0;
	left: 316px;
	width: 83px;
}
#spotlight a:hover {
	background-position: -316px -25px;
} */
li#contact {
	top: 0;
	left: 254px;
	width: 93px;
}
#contact a:hover {
	background-position: -254px -25px;
}
/*
	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;
}
#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;
}