div.sc{
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: large;
	white-space: nowrap;
}
div.next{
	padding: 0;
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
}
div.next ul{
	list-style: none;
	/*overflow: auto;*/
	width: 12em;
	text-indent: 0pt;
	border: none;
	margin: 0;
	padding: 0;
}
div.next ul li, div.next h4{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	text-indent: 1em;
	margin: 0;
	padding: 0;
}
div.next a{
	text-decoration: none;
	display: block;
}
div.next a:hover{
	color: #FF0000;
}
li.header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	/*
	text-align: center;
	text-indent: 0 !important;
	*/
	margin: 0;
	padding: 0;
	padding-top: 2px !important;
}
div.next a.selected {
	background-color: #999999;
	background-attachment: scroll;
	background-image:  url(images/submenu_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000000;
}
div.next a.submenu {
	background-attachment: scroll;
	background-image:  url(images/submenu.png);
	background-repeat: no-repeat;
	background-position: right center;
}
div.next a.submenu:hover {
	background-attachment: scroll;
	background-image:  url(images/submenu_over.png);
	background-repeat: no-repeat;
	background-position: right center;
}
body {
	background-color: #CCCCCC;
}
h1 {
	font-weight: lighter;
	font-size: x-large;
	font-variant: small-caps;
	color: #000000;
	float: right;
	text-decoration: underline;
	white-space: nowrap;
}
div.next h4 {
	color: #FFFFFF;
	background-color: #333333;
	font-size: 100%;
	font-weight: bold;
	cursor: move;
}
