/*
Navigation Menu
*/
body {
	behavior: url(csshover.htc);
}
ul#navigation {
	position: relative;
	width: 175px;
	height:180px;
	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:22px;
	width:175px;
}
#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;
}
#home a:hover {
	background-position: -175px 0px;
}
li#precert {
	top: 22px;
	left: 0;
}
#precert a:hover {
	background-position: -175px -22px;
}
li#software {
	top: 44px;
	left: 0;
}
#software a:hover {
	background-position: -175px -44px;
}
li#caseman {
	top: 66px;
	left: 0;
}
#caseman a:hover {
	background-position: -175px -66px;
}
li#audit {
	top: 88px;
	left: 0;
}
#audit a:hover {
	background-position: -175px -88px;
}
li#physreview {
	top: 110px;
	left: 0;
}
#physreview a:hover {
	background-position: -175px -110px;
}
li#testimonial {
	top: 132px;
	left: 0;
}
#testimonial a:hover {
	background-position: -175px -132px;
}
li#contact {
	top: 154px;
	left: 0;
}
#contact a:hover {
	background-position: -175px -154px;
}
/*
	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;
}
