ul#nav {
	margin: 0;
	padding: 0;
	}

#nav {
	list-style: none;
	}

#nav a {
	font-weight: bold;
	font-size: 16px;
	color: green;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	}

#nav a:hover {
	color: #660000;
	}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.3em 1em;
	font-family: arial, helvetica, sans-serif;
	}

#nav li li a:hover {
	padding: 0.3em 0.5em;
	border-left: solid 0.5em;
	border-right: solid 0.5em;
	}

li.menu {
	float: left;
	position: relative;
	text-align:left;
	height: 1.6em;
	background: url('../Graphics/Button.png');
	/* border-bottom: solid 1px; */
	padding-left: 1em;
	/*padding-right: 2em;*/
	font-family: arial, helvetica, sans-serif;
	}

div.menu {
	padding-top: 0.2em;
	height: 1.4em;
	border: none;
	}
	
li.menu ul {
	display: none;
	position: absolute;
	top: 1.6em;
	left: 0;
	background: white;
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	width:auto;
	text-align:left;
	white-space:nowrap;
	list-style:none;
	margin: 0;
	padding-left: 0;
	}

li.menu ul#menu3 a {
	font-size: 12px;
	padding-top: 0.3em;
	}

li.menu ul#menu3 {
	display: none;
	top: auto;
	left: 5em;
	}

/*
li.menu>ul {
	top: auto;
	left: auto;
	}

li.menu#menu2>ul#menu3 {
	top: auto;
	left: 5em;
	}
*/

li.menu:hover ul {
	display: block;
	}

li:hover#menu2 ul#menu3 {
	display: block;
	}

#menubox
	{
	float:left;
	width: 15em;
	background-color: #FFFFDD;
	margin-right: 1em;
	padding: 0.5em;
	}

#menubox p
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	}

#menubox a
	{
	font-weight: bold;
	}

.sc_sidebar
	{
	float: left;
	border: solid 1px;
	background-color: #FFFFCC;
	padding: 0.5em;
	margin: 0.5em;
	margin-right: 0;
	margin-left:-0.5em;
	white-space: nowrap;
	}

.sc_main
	{
	margin-left:11em;
	}

ul#sidebar
	{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	}

#sidebar a
	{
	font-weight: bold;
	font-size: 16px;
	color: green;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif
	}

#sidebar a:hover
	{
	color: #660000;
	}

#sidebar li
	{
	margin-bottom: 0.5em;
	}
