div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}

#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	float:right;
	z-index: 30;
}

#toc li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    background: #bdf url(images/tabs.gif);
    color: #fff;
    display: block;
    float: left;
    height: 27px;
    padding-left: 10px;
    text-decoration: none;
}

#toc li a:hover {
    background-color: #3af;
    background-position: 0 -54px;
}

#toc li a:hover span {
    background-position: 100% -54px;
}

#toc li {
    float: left;
    margin: 0 5px 0 0;
	list-style:none;
}

#toc li.current a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    background-color: #48f;
    background-position: 0 -27px;
    color: #fff;
}

#toc li.current span {

    background-position: 100% -27px;
}

#toc span {

    background: url(images/tabs.gif) 100% 0;
    display: block;
    line-height: 27px;
    padding-right: 10px;
}

#toc div
{
	position: absolute;
	visibility: hidden;
	padding: 0;
	height:27px;
	width:100px;
	background-color:#77718c;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

	#toc div a
	{	position: relative;
		line-height:27px;
		display: block;
		margin: 0;
		padding: 0px 10px;
		width: 200px;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background-color:#77718c;
		border: 1px solid #fff
		color: #fff;}

	#toc div a:hover
	{	background-color: #4d436f;
    background-position: 0 -54px;}