@charset "UTF-8";
/* CSS Document */

/* MENU */

div.nav
{
    
}

.nav ul
{
	max-height: 100px;
	padding: 8px 0px;
	display: block;
	margin: auto;
	text-align: center;
	clear: both;
	overflow: hidden;
}

.nav li
{
	display: inline;
	background: no-repeat url('/images/menu/sepv.gif');
	background-position: -4px 0px;
	float: left;	
	list-style-image: none;
	list-style: none;
	padding: 0px 0px 0px 16px;
	width: 16%;
}

.nav li:first-child
{
	background: none;
	padding-left: 0px;
}

.nav a
{
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	font-weight: bold;
	min-width: 54px;
	padding-top: 54px;
	text-align: center;
}

.nav a.get
{
	background-image: url(/images/menu/get.gif);
}

.nav a.buy
{
	background-image: url(/images/menu/buy.gif);
}

.nav a.feat
{
	background-image: url(/images/menu/feat.gif);
}

.nav a.info
{
	background-image: url(/images/menu/info.gif);
}

.nav a.help
{
	background-image: url(/images/menu/help.gif);
}

/* SEPARATOR */

div.horsep
{
	background: url('/images/separator.gif') no-repeat;
	height: 32px;
	width: 542px;
	margin: 16px auto 8px;
}