#Nav
{
	list-style: none;
	width: 950px;
	height: 90px;
	border-bottom: 1px solid #ccc;
}
#Nav li
{
	display: block;
	float: left;
	width: 85px;
	height: 30px;
	margin-top: 60px;

	background: transparent none no-repeat scroll center center;
}
#Nav li a
{
	display: block;
	width: 80px;
	height: 30px;
}

#Nav li span
{
	position: absolute;
	top: -2000px;
}

#Nav li#c24h
{
	background-image: url(Images/24h.gif);
	width: 85px;
}
#Nav li#c24h.current, #Nav li#c24h.current:hover
{
	background-image: url(Images/24h_current.gif) !important;
}
#Nav li#c24h.hover, #Nav li#c24h:hover
{
	background-image: url(Images/24h_hover.gif);
}

#Nav li#cblog
{
	background-image: url(Images/Blog.gif);
	width: 70px;
}
#Nav li#cblog.current, #Nav li#cblog.current:hover
{
	background-image: url(Images/Blog_current.gif) !important;
}
#Nav li#cblog.hover, #Nav li#cblog:hover
{
	background-image: url(Images/Blog_hover.gif);
}

#Nav li#ccompany
{
	background-image: url(Images/Company.gif);
}
#Nav li#ccompany.current, #Nav li#ccompany.current:hover
{
	background-image: url(Images/Company_current.gif) !important;
}
#Nav li#ccompany.hover, #Nav li#ccompany:hover
{
	background-image: url(Images/Company_hover.gif);
}

#Nav li#ccontacts
{
	background-image: url(Images/Contacts.gif);
}
#Nav li#ccontacts.current, #Nav li#ccontacts.current:hover
{
	background-image: url(Images/Contacts_current.gif) !important;
}
#Nav li#ccontacts.hover, #Nav li#ccontacts:hover
{
	background-image: url(Images/Contacts_hover.gif);
}

#Nav li#cpartners
{
	background-image: url(Images/Partners.gif);
}
#Nav li#cpartners.current, #Nav li#cpartners.current:hover
{
	background-image: url(Images/Partners_current.gif) !important;
}
#Nav li#cpartners.hover, #Nav li#cpartners:hover
{
	background-image: url(Images/Partners_hover.gif);
}

#Nav li#cproducts
{
	background-image: url(Images/Products.gif);
}
#Nav li#cproducts.current, #Nav li#cproducts.current:hover
{
	background-image: url(Images/Products_current.gif) !important;
}
#Nav li#cproducts.hover, #Nav li#cproducts:hover
{
	background-image: url(Images/Products_hover.gif);
}

#Nav li#cwatch
{
	background-image: url(Images/Video.gif);
	width: 95px;
}
#Nav li#cwatch.current, #Nav li#cwatch.current:hover
{
	background-image: url(Images/Video_current.gif) !important;
}
#Nav li#cwatch.hover, #Nav li#cwatch:hover
{
	background-image: url(Images/Video_hover.gif);
}
