@charset "iso-8859-1";
/* navigation */

.hnav ul, .hnav ul li
{
	display: inline;
	float:left;
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
}
.hnav ul li span.divider
{
	display: none;
}
/*IE/Mac needs this \*//*/
* html .hnav ul li, * html .hnav ul li a
{
        width: 1%;
        display: inline-block;
}
/**/
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}
/* three navigation images atop page */
.hnav a
{
	background-repeat: no-repeat;
	width: 10px;
	height: 116px;
	display: block;
	text-indent: -300px;
	overflow: hidden;
	width:100%;
}
#hnav_learn
{
	background-image: url(nav_docs.png);
}
#hnav_get
{
	background-image: url(nav_download.png);
}
#hnav_community
{
	background-image: url(nav_community.png);
}
#hnav_plugins
{
	background-image: url(nav_plugins.png);
}
.vnav ul
{
	list-style-image: url(spacer.gif);
	list-style-type: circle;
	margin-left: 0;
	padding: 0 0 0 12px;
}
.vnav ul li
{
	margin: 0 0 .1em 0;
	padding: 0;
}
.vnav ul li
{
	margin: .2em 0;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.vnav ul li a, .vnav ul li span
{
	display: block;
	text-decoration: none;
	padding: .2em .2em .2em 22px;
	line-height: 1.2em;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: .5em;
}
