/* CSS Document */
div.so-menu {
	float:left;
	display:inline;
	width:199px;
    height:auto;
	margin-left:-932px;
	color:#ffffff;	
}
div.so-menu h2 {
	width:66px;
	height:17px;
	margin:0 auto;
	padding:5px 13px;
	font-family:"Arial Rounded MT", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
/*	background:url(../images/topics-header.png) left center no-repeat;*/
}

div.so-menu span {
	float:left;
	display:block;
	height:17px;
	width:auto;
	padding-right:13px;
/*	background:url(../images/topics-span.png) right center no-repeat;*/
}
div.so-menu dl {
	margin:0;
	padding:0;
}
div.so-menu dt {
	margin:0;
	padding:0;
	height:21px;
	text-align:center;
	/*background:url(../images/def-type-active.png) left top no-repeat; --- green dt*/
/*	background:url(../images/def-type-active-blue.png) left top no-repeat;*/
}
div.so-menu dt a {
	display:block;
	padding-top:3px;
	color:#ffffff;
	font-weight:bold;
	font-size:110%;
	text-decoration:none;
	outline:none;
}
div.so-menu dd {
	margin:0;
	background:url(../images/dd-background.png) repeat;
}
div.so-menu dd ul {
	list-style-type:none;
	line-height:1.4;
	font-size:110%;
	margin:0;
	padding:0;
}
div.so-menu dd ul li#current {
	font-weight:bold;
}
div.so-menu dd ul li {
	margin-left:32px;
	padding:2px 0;
/*	border-bottom:1px solid #5d9dc7;/* blue border
	border-bottom:1px solid #74bc16; green border*/
}
div.so-menu dd ul li.end-point {
	border-bottom:0;
}
div.so-menu dd ul li a {
	text-decoration:none;
	outline:none;
	color:#585555;
}
div.so-menu dd ul li a#selected {
	/*font-weight:bold;*/
}

div.footnote-menu {
	margin:0 auto;
/*	width:940px;*/
	width:auto;
	padding:32px 200px;
}
div.list {
	float:left;
	width:200px;
}
div.list ul,div.list li {
margin:0;
padding:3px 2px;
list-style:none;
}
div.list li a {
	text-decoration:none;
	color:#666666;
}
div.list li a:hover {
	text-decoration:underline;
}