﻿@charset "utf-8";
/* CSS Document */

#nav {
	position: relative;
	float: left;
	width: 1000px;
	padding-top: 1px;
}
/* Nav */

#nav {
	height: 43px;
	background: url(images/nav.gif) repeat-x;
	z-index: 0;
}

#nav .wrap {
	height: 43px;
	position: relative;
}

/* @group nav */

#nav ul.left {
	position: absolute;
	top: 0;
	left: 43px;
margin-left: 12px;
	right: auto;
}

#nav ul.right {
	position: absolute;
	top: 0;
	right: 14px;
	margin-right: 8px;
}

#nav ul li {
	float: left;
	display: block;
}

#nav ul.left li {
	margin-right: 0px;
}

#nav ul.right li {
	margin-left: 0px;
}

#nav ul li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 43px;

	*float: left;
}

#nav ul li.latest a {
	width: 110px;
	background-image: url(images/latest.png);
	background-repeat: no-repeat;
}

#nav ul li.toprated a {
	width: 110px;
	background: url(images/toprated.png) no-repeat;
}

#nav ul li.education a {
	width: 110px;
	background: url(images/education.png) no-repeat;
}

#nav ul li.goingout a {
	width: 110px;
	background: url(images/goingout.png) no-repeat;
}

#nav ul li.retail a {
	width: 110px;
	background: url(images/retail.png) no-repeat;
}

#nav ul li.finance a {
	width: 110px;
	background: url(images/finance.png) no-repeat;
}

#nav ul li.electronics a {
	width: 110px;
	background: url(images/electronics.png) no-repeat;
}

#nav ul li.cards a {
	width: 110px;
	background: url(images/cards.png) no-repeat;
}

#nav ul li.services a {
	width: 110px;
	background: url(images/services.png) no-repeat;
}

#nav ul li a:hover, #nav ul li a.selected {
	background-position: 0 -44px;
}
#nav .wrap {
	height: 43px;
	position: relative;
}
/*clear*/
.clear{ clear:both}
.clearfix:after{display:block;clear:both;content:".";visibility:hidden; height:0}