/* CSS Document */
#navigation
{
	width: 758px;
	height: 48px;
	margin: 0 auto;
	background: url(../grfx/bg_nav.gif) no-repeat; 
}

* html #navigation
{
	margin-top: -2px;
}

#navigation ul
{
	background: url(../grfx/navigation.gif) no-repeat;
	width: 750px;
	margin: 0;
	padding: 0;
	margin-left: 4px;
	height: 48px;
}

#navigation li
{
	list-style: none;
	float: left;
} 

#navigation li a
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 48px;
	display: block;
}

#navigation li a span {
	display: none;
}

#navigation li#home
{
	background: url(../grfx/navigation.gif) 0 0 no-repeat;
	width: 101px;
	height: 48px;
}

#navigation li#home a:hover
{
	background: url(../grfx/navigation.gif) 0 -48px no-repeat;
	height: 48px;
	width: 99px;
}

#navigation li#about
{
	background: url(../grfx/navigation.gif) -101px 0 no-repeat;
	width: 105px;
	height: 48px;
}

#navigation li#about a:hover
{
	background: url(../grfx/navigation.gif) -101px -48px no-repeat;
	height: 48px;
	width: 103px;
}

#navigation li#software
{
	background: url(../grfx/navigation.gif) -206px 0 no-repeat;
	width: 189px;
	height: 48px;
}

#navigation li#software a:hover
{
	background: url(../grfx/navigation.gif) -206px -48px no-repeat;
	height: 48px;
	width: 187px;
}

#navigation li#pricing
{
	background: url(../grfx/navigation.gif) -395px 0 no-repeat;
	width: 91px;
	height: 48px;
}

#navigation li#pricing a:hover
{
	background: url(../grfx/navigation.gif) -395px -48px no-repeat;
	height: 48px;
	width: 89px;
}

#navigation li#downloads
{
	background: url(../grfx/navigation.gif) -486px 0 no-repeat;
	width: 127px;
	height: 48px;
}

#navigation li#downloads a:hover
{
	background: url(../grfx/navigation.gif) -486px -48px no-repeat;
	height: 48px;
	width: 125px;
}

#navigation li#contact
{
	background: url(../grfx/navigation.gif) -613px 0 no-repeat;
	width: 137px;
	height: 48px;
}

#navigation li#contact a:hover
{
	background: url(../grfx/navigation.gif) -613px -48px no-repeat;
	height: 48px;
	width: 135px;
}