/* @group navigation */

ul#nav {
	pheight: 36px;
	height: 36px;
	width: 901px;
	padding: 0;
	margin: 0;
	top:0px;
	background: transparent url('../images/header/menu.gif') no-repeat;
	
}


ul#nav li {
	display: block;
	float: left;
	text-indent: -10000px;
}

ul#nav li a {
	display: block;
	background: transparent url('../images/header/menu.gif') no-repeat;
}

li#home a {
	width: 60px;
	height: 36px;
}

li#kayak a {
	width: 120px;
	height: 36px;
}

li#cycling a {
	width: 105px;
	height: 36px;
}

li#custom a {
	width: 115px;
	height: 36px;
}

li#courses a {
	width: 70px;
	height: 36px;
}
li#location a{
	width: 130px;
	height: 36px;
}
li#about a {
	width: 80px;
	height: 36px;
}
li#sale a {
	width: 120px;
	height: 36px;
}
li#new a {
	width: 100px;
	height: 36px;
}

/* @end */

li#home a:link, li#home a:visited {
	background-position: 0px 0px;
}

li#home a:hover, li#home a:focus {
	background-position: 0px -36px;
}

li#kayak a:link, li#kayak a:visited {
	background-position: -60px 0px;
}

li#kayak a:hover, li#kayak a:focus {
	background-position: -60px -36px;
}

li#cycling a:link, li#cycling a:visited {
	background-position: -180px 0px;
}

li#cycling a:hover, li#cycling a:focus {
	background-position: -180px -36px;
}

li#custom a:link, li#custom a:visited {
	background-position: -285px 0px;
}

li#custom a:hover, li#custom a:focus {
	background-position: -285px -36px;
}

li#courses a:link, li#courses a:visited {
	background-position: -400px 0px;
}

li#courses a:hover, li#courses a:focus {
	background-position: -400px -36px;
}

li#location a:link, li#location a:visited {
	background-position: -470px 0px;
}

li#location a:hover, li#location a:focus {
	background-position: -470px -36px;
}

li#about a:link, li#about a:visited {
	background-position: -600px 0px;
}

li#about a:hover, li#about a:focus {
	background-position: -600px -36px;
}
li#sale a:link, li#sale a:visited {
	background-position: -680px 0px;
}

li#sale a:hover, li#sale a:focus {
	background-position: -680px -36px;
}
li#new a:link, li#new a:visited {
	background-position: -800px 0px;
}

li#new a:hover, li#new a:focus {
	background-position: -800px -36px;
}

a.nav, a.nav:link, a.nav:visited {
display:block;
width:100%; 
height:25px; 
background:#e6e6cc; 
border:1px solid #9C9284; 
margin-top:2px; 
text-align:left; 
text-decoration:none; 
font-family:verdana, arial, sans-serif; 
font-size:12px; 
color:#000; 
line-height:25px; 
overflow:hidden;
}
a.nav:hover {
color:#fff; 
background:#cccc99;
}
body{
font-family:Verdana, Arial, Tahoma, sans-serif;
background:#CCCC99;
}
p{
font-family:verdana, arial, sans-serif; 
font-size:12px;
line-height:20px;
}
a {
color:#312E71;
}
a:hover{text-decoration: none;
}
h3{
color: #01573A;
}
h3.home{
color: #01573A;
font-size:14px;
}
ul{
font-family:Verdana, Arial, Tahoma, sans-serif;
font-size:12px;
list-style:square;
}
h4{ 
color: #0c0c0c;
font-size:14px;
}

/**
 * Layout
 */
.ce_text
{
	margin-bottom:10px;
	padding:10px;
}

.ce_text p
{
	font-size:11px;
	line-height:18px;
}

.shortcut,
.shortcut2,
.shortcut3
{
	width:243px;
}

.shortcut
{
	float:left;
	margin-right:100px;
}

.shortcut2
{
	float:left;
}

.shortcut3
{
	float:right;
}
img.home
{
	padding:3px;
	border:1px solid #847E6D;
}