div#toptabs {
	FLOAT: center; MARGIN-TOP: 0em; WIDTH: 98%; ZOOM: 1; MIN-WIDTH: 700px; POSITION: relative; MARGIN-LEFT: 8px;
}


ul#tabs {
    list-style: none;
    margin: 0;
    padding: 1px 0 0 0;
    height: 20px;
    border-bottom: 1px solid black;
    background: #000000;
}
ul#tabs li {
    float: left;
    margin: 0 1px;
    height: 18px;
    text-align: center;
    position: relative;
    width: 100px;
    border: 1px solid black;
    top: 1px;
    background: rgb(128, 128, 128);
}
ul#tabs li:hover {
    border-bottom: 1px solid black;
    background: #cccc99;
}
ul#tabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: white;
    font: 11px Arial, sans-serif;
}
div#home li#tab1,
div#projects li#tab2,
div#downloads li#tab3,
div#licenses li#tab4,
div#support li#tab5 {
    background: #cccc99;
    border-bottom: 1px solid #cccc99;
}
ul#tabs a:hover,
div#home li#tab1 a,
div#projects li#tab2 a,
div#downloads li#tab3 a,
div#licenses li#tab4 a,
div#support li#tab5 a {
    color: black;
}
ul#tabs span {
    display: block;
    padding: 4px 10px 0 10px;
}
div#iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 350px;
    border-top: 1px solid black;
}



div#breadcrumbs {
	FLOAT: center; MARGIN-TOP: 0em; WIDTH: 98%; ZOOM: 1; MIN-WIDTH: 700px; POSITION: relative; MARGIN-LEFT: 8px; background-color: #cccc99;
	font: 11px Arial, sans-serif;
	PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
#breadcrumbs a:link {color: #06c;	text-decoration: none; font: 11px Arial, sans-serif
}
#breadcrumbs a:hover {color: #000000; text-decoration: none; font: 11px Arial, sans-serif
}
#breadcrumbs a:visited {text-decoration: none; font: 11px Arial, sans-serif
}
	
#breadcrumbs a:link.selfref, #breadcrumbs a:hover.selfref, #breadcrumbs a:visited.selfref {
	color: #000000;
	text-decoration: none;
	font-weight: bold; 
	font: 11px Arial, sans-serif
}