p
	{margin: 0; padding:0;}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	30px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	0; /* match ul width */
	top:	0;
}

/* For SOS */
.sf-menu a
	{border: none;}
.sf-menu li {
	background:	none;}
.sf-menu li li {
	background:	none;}
.sf-menu li li a:link
	{background-color:none;}
.sideNav1
	{margin: 2px 0;}
.sideNav1 a:link, .sideNav1 a:visited, .navOn
	{text-transform: uppercase;
	font-size: 18px;
	color: #00AEEF;
	padding: 2px 0 2px 6px;}
.sideNav1 a:hover, .navOn
	{color: #00AEEF;}
.sideNav2 a:link, .sideNav2 a:visited 
	{color: #FFF;
	border: none;
	padding: 2px 0 2px 6px;
	background: none;}
.navOn
	{width: 800px;}
.navOnRight, .over
	{padding: 1px 5px;
	color: #FFF;
	background-color: #00AEEF;}
.navOnRight
	{margin-left: 10px;}
ul .who
	{margin-left: 54px;}
ul .what
	{margin-left: 63px}
ul .where
	{margin-left: 77px}
ul .how
	{margin-left: 54px;}
ul .why
	{margin-left: 54px}
ul .when
	{margin-left: 64px;}
a:hover
	{z-index: 2000;}
.over
	{z-index: 2000;}
