/* Start of CMSMS style sheet 'LSF-tweaks' */
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#nav li.current .menuparent,
#nav li.menuparent, 
#nav li.menuparent:hover, 
#nav li.menuparenth { 
   background-image: url(http://www.lowershawfarm.co.uk/images/cms/arrow-right.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#nav li:hover, 
#nav li.menuh, 
#nav li.menuparenth, 
#nav li.menuactiveh { 
   background-color: #E7AB0B; 
}


/*  The magic - set to work for up to a 3 level menu, but can be increased unlimited
	unfortunately this vanishes submenus in IE6 - possibly conflict with other stylesheet

#nav ul, 
#nav li:hover ul, 
#nav li:hover ul ul, 
#nav li.menuparenth ul, 
#nav li.menuparenth ul ul { 
   display: none; 
} */

#nav li:hover ul, 
#nav ul li:hover ul, /*safari bug?*/
#nav ul ul li:hover ul, 
#nav li.menuparenth ul, 
#nav ul li.menuparenth ul, 
#nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#nav li, #nav li.menuparenth { _float: left; _height: 1%; }
#nav li a { _height: 1%; }


/* section header */
#nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 0.8125em;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'LSF-tweaks' */

