/* SWIM2.0 :: Simple website menu
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* For professional menu solutions visit -- http://www.udm4.com/ 
****************************************************************
*/



ul.vertical, ul.vertical li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:100%;
background: url(../Indexpics/twodot.gif) repeat;
	}

ul.vertical {
	position:absolute;
	z-index:1000;
	cursor:default;
	width: 8em/*8.5em*/;
	left:1.4em;
	top:0em;
/*margin-top: 1px;*/
	}

ul.vertical li {
	position:relative;
	text-align:right;
	cursor:pointer;
	width:8em/*8.5em*/;
	margin: -1px 0 0 0;
	}

ul.vertical ul {
	z-index:1020;
	cursor:default;
	position:absolute;
	width: 8em/*8.7em*/;
	margin:0 0 0 8em/*8.5em*/;
	top:-100em;
	left:-1px;
	padding: 1px 0 0 0;
	}
	
ul.vertical ul li {
	width: 8em/*8.7em*/;
	}

ul.vertical ul ul {
	margin:0.05em 0 0 8.7em;
	}

/*@media Screen, Projection { 
	ul.vertical li:hover > ul { top:0; }
	} rejected by css validator*/

ul.vertical a, ul.vertical a:visited {
	display:block;
	cursor:pointer;
	background: url(bullet2.gif) no-repeat 98% 65%; /*Mozilla seems to need percentages rather than e.g. 'right'*/
	padding: 2px 12px;
	font:normal normal normal 11px verdana, sans-serif;
	color: #5599ff; /*main vertical menu text color*/
	text-decoration:none;
	}

ul.vertical a.spaced {
	margin-top: 1.3em;
	margin-bottom: 1.3em;}

ul.vertical a.noafterspace {
	margin-top: 1.3em;	
	margin-bottom: 0;}/*seems to need this when li item opens target_blank.*/

ul.vertical a.submenu {
	background:  url(submenu.gif) silver no-repeat 95% 50%;
	} /*GNS adding Meyer's arrow system */
	
ul.vertical a:hover, ul.vertical a:focus, ul.vertical a.rollover, ul.vertical a.rollover:visited {
	/*background:#fcdad5;*/
	color:#ff6600;
	}

ul.vertical a.submenu:hover {
	background: url(submenuh.gif) #fcdad5 no-repeat 95% 50%;
	} /*GNS adding Meyer's arrow system */

@media screen, projection {
	* html ul.vertical li {
		display:inline; 
		f\loat:left; 
		background:#ffffff; 
		}
	}
* html ul.vertical li { position:static; }
* html ul.vertical a { position:relative; }
ul[class^="vertical"] ul { display:none; }
ul[class^="vertical"] ul { displa\y:block; }


body#homep #homepage a,
body#shinp #shinpage a,
body#lectp #lectpage a,
body#biogp #biogpage a,
body#bookp #bookpage a,
body#eyep #eyepage a,
body#lakep #lakepage a,
body#cuilp #cuilpage a,
body#peakp #peakpage a,
body#textp #textpage a,
body#articp #articpage a,
body#lectextp #lectextpage a,
body#reviewp #reviewpage a,
body#gallp #gallpage a,
body#britp #britpage a,
body#grangep #grangepage a,
body#climbp #climbpage a,
body#contactp #contactpage a {
		text-decoration: none;
   		color: #ff6600;
		}
