/* Start of CMSMS style sheet 'oca-nav-horiz' */
/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0 auto 0 15px; /* was margin: 0; */
	padding: 0;
position: absolute; /* added for SEO nav */
top: 138px; /* added for SEO nav */

}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */
	background: transparent url(/images/nav/nav-top.png) 0 0;
/* IE6 Hack */
	height: 32px;
	width: 944px;
/* one border at the top */

	margin: 0 auto;
	padding: 0;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {

}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: none;
	/*border-left: 1px solid #A5B9C0;*/
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	/*margin-left: -1px;*/
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
width: 118px;

/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}

#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 172px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
background-color: rgb(89,105,151);
border: solid 1px rgb(154,194,218);
border-top: none;
text-indent: 0;
}


/* set the "a" link look here */
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #fff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 5px 15px 5px 15px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
}

ul#primary-nav li a.menuparent,  ul#primary-nav li a.menuactive90 {
text-indent: -9999px;
}

ul#primary-nav li li a.menuparent {
text-indent: 0;
}

/* HOVER STATES */
ul#primary-nav li a.navhome:hover {
	background: transparent url(/images/nav/nav-top.png) 0 -32px no-repeat;
}
ul#primary-nav li a.navproducts:hover {
	background: transparent url(/images/nav/nav-top.png) -118px -32px no-repeat;
}
ul#primary-nav li a.navmakes-models:hover {
	background: transparent url(/images/nav/nav-top.png) -236px -32px no-repeat;
}
ul#primary-nav li a.navtestimonials:hover {
	background: transparent url(/images/nav/nav-top.png) -354px -32px no-repeat;
}
ul#primary-nav li a.navorder:hover {
	background: transparent url(/images/nav/nav-top.png) -472px -32px no-repeat;
}
ul#primary-nav li a.navnews-faq-s:hover {
	background: transparent url(/images/nav/nav-top.png) -590px -32px no-repeat;
}
ul#primary-nav li a.navcontact-us:hover {
	background: transparent url(/images/nav/nav-top.png) -708px -32px no-repeat;
}
ul#primary-nav li a.navtrade:hover {
	background: transparent url(/images/nav/nav-top.png) -826px -32px no-repeat;
}

/* CURRENT PAGE STATES */
ul#primary-nav li.menuactivehome {
	background: transparent url(/images/nav/nav-top.png) 0 -32px no-repeat;
text-indent: -9999px;
}
ul#primary-nav li.menuactiveproducts {
	background: transparent url(/images/nav/nav-top.png) -118px -32px no-repeat;
text-indent: -9999px;
}
ul#primary-nav li.menuactivemakes-models {
	background: transparent url(/images/nav/nav-top.png) -236px -32px no-repeat;
text-indent: -9999px;
}
ul#primary-nav li.menuactivetestimonials {
	background: transparent url(/images/nav/nav-top.png) -354px -32px no-repeat;
text-indent: -9999px;
}
ul#primary-nav li.menuactiveorder {
	background: transparent url(/images/nav/nav-top.png) -472px -32px no-repeat;
text-indent: -9999px;
}
ul#primary-nav li.menuactivenews-faq-s {
	background: transparent url(/images/nav/nav-top.png) -590px -32px no-repeat;
text-indent: -9999px;
}
ul#primary-nav li.menuactivecontact-us {
	background: transparent url(/images/nav/nav-top.png) -708px -32px no-repeat;
text-indent: -9999px;
}
ul#primary-nav li.menuactivetrade {
	background: transparent url(/images/nav/nav-top.png) -826px -32px no-repeat;
text-indent: -9999px;
}



ul#primary-nav li ul.unli li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: rgb(3,51,105);
background-image: none;

}

ul#primary-nav li ul li a {

}

ul#primary-nav li a.menuactive {
	color: #000;
/* bold to set it off from non active */
	font-weight: bold;

}
ul#primary-nav li a.menuactive:hover {
	color: #000;
/* keep it the same */
	font-weight: bold;
}
#primary-nav li li a.menuparent span {
	display: block;
}


ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 0 3px 0 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
background-color: rgb(89,105,151);
	color: white;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
border-bottom: 1px solid rgb(154,194,218);
}


ul#primary-nav li ul a:hover {
background-color: rgb(154,194,218);
}


ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;/*
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;*/
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
background-image: none;
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {


	color: rgb(3,51,105);
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}



/*



SUBNAV


*/

ul#subnav {
list-style-type: none;
padding: 0;
margin: 0;
}

ul#subnav li {
width: 300px;
height: 22px;
margin-top: 4px;
}

ul#subnav li#subnav-header {
margin-bottom: 8px;
text-indent: -9999px;
}

ul#subnav li.snav {
background-position: 0 -22px;
}

ul#subnav li a {
padding: 0 210px 0 25px;
text-indent: -9999px;
display: block;
}




/* NEWS */

body.news-faq-s li#subnav-header {
height: 28px;
background: transparent url(/images/sidebar/subnav-news-header.jpg) no-repeat 0 0;

}
body.news-faq-s li#news {
background: transparent url(/images/sidebar/subnav-news.jpg) no-repeat 0 0;
}
body.news-faq-s li#news:hover {
background: transparent url(/images/sidebar/subnav-news.jpg) no-repeat 0 -22px;
}
body.news-faq-s li#events {
background: transparent url(/images/sidebar/subnav-events.jpg) no-repeat 0 0;
}
body.news-faq-s li#events:hover {
background: transparent url(/images/sidebar/subnav-events.jpg) no-repeat 0 -22px;
}
body.news-faq-s li#faq {
background: transparent url(/images/sidebar/subnav-faq.jpg) no-repeat 0 0;
}
body.news-faq-s li#faq:hover {
background: transparent url(/images/sidebar/subnav-faq.jpg) no-repeat 0 -22px;
}



/* CONTACT US */

body.contact-us li#subnav-header {
height: 28px;
background: transparent url(/images/sidebar/subnav-contactus-header.jpg) no-repeat 0 0;
}
body.contact-us li#contacts {
background: transparent url(/images/sidebar/subnav-contacts.jpg) no-repeat 0 0;
}
body.contact-us li#contacts:hover {
background: transparent url(/images/sidebar/subnav-contacts.jpg) no-repeat 0 -22px;
}
body.contact-us li#about-us {
background: transparent url(/images/sidebar/subnav-about-us.jpg) no-repeat 0 0;
}
body.contact-us li#about-us:hover {
background: transparent url(/images/sidebar/subnav-about-us.jpg) no-repeat 0 -22px;
}

/* ORDER */

body.order li#subnav-header {
height: 28px;
background: transparent url(/images/sidebar/subnav-order-header.jpg) no-repeat 0 0;
}
body.order li#order-form {
background: transparent url(/images/sidebar/subnav-orderform.jpg) no-repeat 0 0;
}
body.order li#order-form:hover {
background: transparent url(/images/sidebar/subnav-orderform.jpg) no-repeat 0 -22px;
}
body.order li#price-list {
background: transparent url(/images/sidebar/subnav-prices.jpg) no-repeat 0 0;
}
body.order li#price-list:hover {
background: transparent url(/images/sidebar/subnav-prices.jpg) no-repeat 0 -22px;
}
body.order li#terms-conditions {
background: transparent url(/images/sidebar/subnav-terms.jpg) no-repeat 0 0;
}
body.order li#terms-conditions:hover {
background: transparent url(/images/sidebar/subnav-terms.jpg) no-repeat 0 -22px;
}

/* TESTIMONIALS */

body.testimonials li#subnav-header {
height: 28px;
background: transparent url(/images/sidebar/subnav-testimonials-header.jpg) no-repeat 0 0;
}
body.testimonials li#customers {
background: transparent url(/images/sidebar/subnav-testimonials-customer.jpg) no-repeat 0 0;
}
body.testimonials li#customers:hover {
background: transparent url(/images/sidebar/subnav-testimonials-customer.jpg) no-repeat 0 -22px;
}
body.testimonials li#press {
background: transparent url(/images/sidebar/subnav-testimonials-press.jpg) no-repeat 0 0;
}
body.testimonials li#press:hover {
background: transparent url(/images/sidebar/subnav-testimonials-press.jpg) no-repeat 0 -22px;
}

/* MM */

body.makes-models li#subnav-header {
height: 28px;
background: transparent url(/images/sidebar/subnav-makesmodels-header.jpg) no-repeat 0 0;
}
body.makes-models li#evinrude {
background: transparent url(/images/sidebar/subnav-mm-evinrude.jpg) no-repeat 0 0;
}
body.makes-models li#evinrude:hover {
background: transparent url(/images/sidebar/subnav-mm-evinrude.jpg) no-repeat 0 -22px;
}
body.makes-models li#honda {
background: transparent url(/images/sidebar/subnav-mm-honda.jpg) no-repeat 0 0;
}
body.makes-models li#honda:hover {
background: transparent url(/images/sidebar/subnav-mm-honda.jpg) no-repeat 0 -22px;
}

body.makes-models li#johnson {
background: transparent url(/images/sidebar/subnav-mm-johnson.jpg) no-repeat 0 0;
}
body.makes-models li#johnson:hover {
background: transparent url(/images/sidebar/subnav-mm-johnson.jpg) no-repeat 0 -22px;
}


body.makes-models li#mariner {
background: transparent url(/images/sidebar/subnav-mm-mariner.jpg) no-repeat 0 0;
}
body.makes-models li#mariner:hover {
background: transparent url(/images/sidebar/subnav-mm-mariner.jpg) no-repeat 0 -22px;
}


body.makes-models li#mercury {
background: transparent url(/images/sidebar/subnav-mm-mercury.jpg) no-repeat 0 0;
}
body.makes-models li#mercury:hover {
background: transparent url(/images/sidebar/subnav-mm-mercury.jpg) no-repeat 0 -22px;
}


body.makes-models li#parsun {
background: transparent url(/images/sidebar/subnav-mm-parsun.jpg) no-repeat 0 0;
}
body.makes-models li#parsun:hover {
background: transparent url(/images/sidebar/subnav-mm-parsun.jpg) no-repeat 0 -22px;
}



body.makes-models li#suzuki {
background: transparent url(/images/sidebar/subnav-mm-suzuki.jpg) no-repeat 0 0;
}
body.makes-models li#suzuki:hover {
background: transparent url(/images/sidebar/subnav-mm-suzuki.jpg) no-repeat 0 -22px;
}




body.makes-models li#tohatsu {
background: transparent url(/images/sidebar/subnav-mm-tohatsu.jpg) no-repeat 0 0;
}
body.makes-models li#tohatsu:hover {
background: transparent url(/images/sidebar/subnav-mm-tohatsu.jpg) no-repeat 0 -22px;
}




body.makes-models li#torqeedo {
background: transparent url(/images/sidebar/subnav-mm-torqeedo.jpg) no-repeat 0 0;
}
body.makes-models li#torqeedo:hover {
background: transparent url(/images/sidebar/subnav-mm-torqeedo.jpg) no-repeat 0 -22px;
}


body.makes-models li#yamaha {
background: transparent url(/images/sidebar/subnav-mm-yamaha.jpg) no-repeat 0 0;
}
body.makes-models li#yamaha:hover {
background: transparent url(/images/sidebar/subnav-mm-yamaha.jpg) no-repeat 0 -22px;
}


/* PRODUCTS */

body.products li#subnav-header {
height: 28px;
background: transparent url(/images/sidebar/subnav-products-header.jpg) no-repeat 0 0;
}
body.products li#splash-cover {
background: transparent url(/images/sidebar/subnav-splash-cover.jpg) no-repeat 0 0;
text-indent:-999px;
}
body.products li#splash-cover:hover {
background: transparent url(/images/sidebar/subnav-splash-cover.jpg) no-repeat 0 -22px;
}
body.products li#full-cover {
background: transparent url(/images/sidebar/subnav-full-cover.jpg) no-repeat 0 0;
}
body.products li#full-cover:hover {
background: transparent url(/images/sidebar/subnav-full-cover.jpg) no-repeat 0 -22px;
}
body.products li#combo-covers {
background: transparent url(/images/sidebar/subnav-combo-covers.jpg) no-repeat 0 0;
}
body.products li#combo-covers:hover {
background: transparent url(/images/sidebar/subnav-combo-covers.jpg) no-repeat 0 -22px;
}
body.products li#colour-specifications {
background: transparent url(/images/sidebar/subnav-colour-specification.jpg) no-repeat 0 0;
}
body.products li#colour-specifications:hover {
background: transparent url(/images/sidebar/subnav-colour-specification.jpg) no-repeat 0 -22px;
}
body.products li#personalise-your-cover {
background: transparent url(/images/sidebar/subnav-personalise-your-cover.jpg) no-repeat 0 0;
}
body.products li#personalise-your-cover:hover {
background: transparent url(/images/sidebar/subnav-personalise-your-cover.jpg) no-repeat 0 -22px;
}
body.products li#our-material {
background: transparent url(/images/sidebar/subnav-our-material.jpg) no-repeat 0 0;
}
body.products li#our-material:hover {
background: transparent url(/images/sidebar/subnav-our-material.jpg) no-repeat 0 -22px;
}
body.products li#prices {
background: transparent url(/images/sidebar/subnav-prices.jpg) no-repeat 0 0;
}
body.products li#prices:hover {
background: transparent url(/images/sidebar/subnav-prices.jpg) no-repeat 0 -22px;
}

body.products li#makes-models-2 {
background: transparent url(/images/sidebar/subnav-mm.jpg) no-repeat 0 0;
}
body.products li#makes-models-2:hover {
background: transparent url(/images/sidebar/subnav-mm.jpg) no-repeat 0 -22px;
}


ul#subnav li.snav {
background-position: 0 -22px;
}
body.faq li#faq {
background: transparent url(/images/sidebar/subnav-faq-links.jpg) no-repeat 0 0;
width: 300px;
height: 190px;
}

body.faq li#faq:hover {
background: transparent url(/images/sidebar/subnav-faq-links.jpg) no-repeat 0 0;

}


ul#faq-sub-nav {
margin: 10px 0 0 15px;
padding: 0;
}

ul#faq-sub-nav li {
margin: 0;
padding: 0;
list-style-type: none;
height: 18px;
}

ul#faq-sub-nav li a {

text-indent: 0;
padding: 0;
font-size: 12px;

}


/* FOOTER MAIN / SUB NAV */

div.footer-nav {
	margin: 0 auto;
text-align: center;
}

ul#footer-main-nav, ul#footer-sub-nav {
/* remove any default bullets */
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
font-weight: bold;
font-size: 11px;

}

ul#footer-main-nav li {
			display: inline;
			position: relative;

margin:0;
padding:0 10px;
border-left: 2px solid #0064A2;


}

ul#footer-sub-nav li {
			display: inline;
			position: relative;
margin:0;
padding:0 10px;
border-left: none;

}
ul#footer-sub-nav li+li {
margin:0;
padding:0 10px;
border-left: 2px solid rgb(82,149,192);
}
ul#footer-sub-nav li a {
color: rgb(82,149,192);

}


ul#footer-main-nav li#footer-main-nav-first {
border: none;
}


/* End of 'oca-nav-horiz' */

