ul.TopNav
{
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.TopNav li
{
	float: left;
	margin: 0;
	padding: 0;
	height: 45px;
	list-style: none;
}

ul.TopNav li#About
{
	background: transparent url(../../images/common/topnav/mainaboutoff.gif) no-repeat;
	width: 177px;
}

ul.TopNav li#Products
{
	background: transparent url(../../images/common/topnav/mainproductsoff.gif) no-repeat;
	width: 285px;
}

ul.TopNav li#Contact
{
	background: transparent url(../../images/common/topnav/maincontactoff.gif) no-repeat;
	width: 142px;
}

ul.TopNav li#Press
{
	background: transparent url(../../images/common/topnav/mainpressoff.gif) no-repeat;
	width: 196px;
}

ul.TopNav li a
{
	display: block;
	height: 95%;
}

/***
Mouse over images, class over is for <=IE6 workaround via JavaScript.
***/

ul.TopNav li#About:hover, ul.TopNav li#About.over
{
	background: transparent url(../../images/common/topnav/mainabouton.gif) no-repeat;
}

ul.TopNav li#Products:hover, ul.TopNav li#Products.over
{
	background: transparent url(../../images/common/topnav/mainproductson.gif) no-repeat;
}

ul.TopNav li#Contact:hover, ul.TopNav li#Contact.over
{
	background: transparent url(../../images/common/topnav/maincontacton.gif) no-repeat;
}

ul.TopNav li#Press:hover, ul.TopNav li#Press.over
{
	background: transparent url(../../images/common/topnav/mainpresson.gif) no-repeat;
}

/* Content pages */

body.Page ul.TopNav li#About:hover, body.Page ul.TopNav li#About.over
{
	background: transparent url(../../images/common/topnav/altabouton.gif) no-repeat;
}

body.Page ul.TopNav li#Products:hover, body.Page ul.TopNav li#Products.over
{
	background: transparent url(../../images/common/topnav/altproductson.gif) no-repeat;
}

body.Page ul.TopNav li#Contact:hover, body.Page ul.TopNav li#Contact.over
{
	background: transparent url(../../images/common/topnav/altcontacton.gif) no-repeat;
}

body.Page ul.TopNav li#Press:hover, body.Page ul.TopNav li#Press.over
{
	background: transparent url(../../images/common/topnav/altpresson.gif) no-repeat;
}

