/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu { width:272px; position:relative; margin:10px;}

.menu ul li a, .menu ul li a:visited {  width:240px;height: 26px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;border-bottom: 1px solid #595959;padding-left: 13px;}
.menu ul li ul {display: none;background-color: #3C3C3C;}

/* specific to non IE browsers */
.menu ul li:hover a {color: #6590BA; background-color: #262626;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:240px; width:200px;}
.menu ul li:hover ul li a.hide {background-color: #262626; color:#fffffff;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background-color: #262626; color:#ffffff; width:140px;}
.menu ul li:hover ul li a:hover {background-color: #262626; color:#6590BA;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}

body#home a#homenav,
body#interior a#interiornav,
body#exterior a#exteriornav,
body#specs a#specsnav ,
body#activities a#activitiesnav,
body#profile a#profilenav,
body#menu a#menunav,
body#gallery a#gallerynav,
body#sailing a#sailingnav,
body#comments a#commentsnav{
	color: #6590BA;
}
