/* --------------------------------------------------------- TOP NAV */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
}

#nav ul li a.nav-home {
	background: url(/assets/images/btn_home.png) top no-repeat;
	width: 56px;
	height: 36px;
}

#nav ul li a.nav-about {
	background: url(/assets/images/btn_AboutUs.png) top no-repeat;
	width: 85px;
	height: 36px;
}

#nav ul li a.nav-partners {
	background: url(/assets/images/btn_Partners.png) top no-repeat;
	width: 82px;
	height: 36px;
}

#nav ul li a.nav-microsoft {
	background: url(/assets/images/btn_Microsoft.png) top no-repeat;
	width: 92px;
	height: 36px;
}

#nav ul li a.nav-sun {
	background: url(/assets/images/btn_SunMicrosystems.png) top no-repeat;
	width: 134px;
	height: 36px;
}

#nav ul li a.nav-bea {
	background: url(/assets/images/btn_BEAsystems.png) top no-repeat;
	width: 113px;
	height: 36px;
}

#nav ul li a.nav-oracle{
	background: url(/assets/images/btn_Oracle.png) top no-repeat;
	width: 79px;
	height: 36px;
}

#nav ul li a.nav-support{
	background: url(/assets/images/btn_Support.png) top no-repeat;
	width: 90px;
	height: 36px;
}

#nav ul li a.nav-contact{
	background: url(/assets/images/btn_Contact.png) top no-repeat;
	width: 97px;
	height: 36px;
}



#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}