@CHARSET "ISO-8859-1";

#main {
	position: absolute;
	margin: 0;
	padding: 0;
}

#nav {
	font-size: 14px;
	color: grey;
	margin: 0;
	padding: 0;
    margin-top: -100px;
    height: 80px;
    margin-left: 500px;
}

#apis {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;    
	
}

#nav ul {
	overflow: hidden;
	float: right;
	position: relative;
	
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: outside none none;
    margin: 5px;
    padding: 0;
    white-space: nowrap;
}

#nav ul li {
	display: block;
	float: left;
	top: 3px;
	padding: 6px 12px;
	margin: 4px 4px 4px 4px;
	background-color: lightgray;
	border-radius: 4px 4px 4px 4px;

	color: #0071BA;
	font-weight: normal;
	font-family: sans-serif;
}

#nav ul li.selected {
	background-color: #c0bcff;
	}

#nav ul li a {
	color: black;
	text-decoration: none;
	display: block;
}
#nav ul li a:hover {
	color: black;
}
#nav ul li a:visited {
	color: black;
}

#api {
	border: 0;
    border-top: 1px solid lightgrey;
    margin-top: 5px;
}

a {
	text-decoration: none;
}
a:visited {
	color: #0071BA;
}
a:hover{
	color: #0071BA;
}
