@charset "UTF-8";
/* CSS Document */

#nav {
	width: 920px;
	margin: 0;
	padding: 0;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav li {
list-style: none;
float: left;
padding: 0;
margin: 0;
}

#nav a {
display: block;
height: 40px; /* This assumes all your elements are the same height */
text-indent: -5000px;
overflow: hidden;
}

#nav a:hover {
background-image: none;
}

#leftEdge {
	width: 103px;
	height: 40px;
	background: transparent url(../../images/buttons/leftEdge.jpg) no-repeat 0 0;
}
#navbut0 {
	width:86px;
	background: transparent url(../../images/buttons/logos.jpg) no-repeat 0 -40px;
}
#navbut0 a {
	background: transparent url(../../images/buttons/logos.jpg) no-repeat 0 0;
}

#navbut8 {
	width:75px;
	background: transparent url(../../images/buttons/ses.jpg) no-repeat 0 -40px;
}
#navbut8 a {
	background: transparent url(../../images/buttons/ses.jpg) no-repeat 0 0;
}

#navbut1 {
	width:91px;
	background: transparent url(../../images/buttons/legacy.jpg) no-repeat 0 -40px;
}
#navbut1 a {
	background: transparent url(../../images/buttons/legacy.jpg) no-repeat 0 0;
}

#navbut2 {
	width:94px;
	background: transparent url(../../images/buttons/xplode.jpg) no-repeat 0 -40px;
}
#navbut2 a {
	background: transparent url(../../images/buttons/xplode.jpg) no-repeat 0 0;
}


#navbut3 {
	width:93px;
	background: transparent url(../../images/buttons/encore.jpg) no-repeat 0 -40px;
}
#navbut3 a {
	background: transparent url(../../images/buttons/encore.jpg) no-repeat 0 0;
}

#navbut4 {
	width:117px;
	background: transparent url(../../images/buttons/ospreyPro.jpg) no-repeat 0 -40px;
}
#navbut4 a {
	background: transparent url(../../images/buttons/ospreyPro.jpg) no-repeat 0 0;
}

#navbut5 {
	width:95px;
	background: transparent url(../../images/buttons/osprey.jpg) no-repeat 0 -40px;
}
#navbut5 a {
	background: transparent url(../../images/buttons/osprey.jpg) no-repeat 0 0;
}

#navbut6 {
	width:82px;
	background: transparent url(../../images/buttons/oasis.jpg) no-repeat 0 -40px;
}
#navbut6 a {
	background: transparent url(../../images/buttons/oasis.jpg) no-repeat 0 0;
}

#navbut7 {
	width:84px;
	background: transparent url(../../images/buttons/aurora.jpg) no-repeat 0 -40px;
}
#navbut7 a {
	background: transparent url(../../images/buttons/aurora.jpg) no-repeat 0 0;
}


/*********************************************************************/
/* SUB NAV */
/*********************************************************************/

#subnav {
	width: 920px;
	height: 32px;
	line-height: 32px;
	background: url(../../images/subnav_background.gif) repeat-x 0 0;
}


#subnav ul {
	width: 890px;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#subnav ul li {
	float: left;
	display: inline-block;
}

#subnav ul li div {
	background: url(../../images/subNav_itemSep.jpg) no-repeat top right;
}

#subnav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #271C09;
	padding: 0 10px 0 10px;
}

#subnav ul li:hover {
	background: url(../../images/subNav_backgroundRO.jpg) no-repeat top center;
}