/* ---- =Header Nav --------------------------------------------------------- */

ul#header-nav {
	list-style:none;
}

ul#header-nav li {
	position:absolute;
	text-indent:-9999px;
}
ul#header-nav li a {
	display:block;
}

/* ---- =1 ---- */

li#nav-01 {
	width:170px;
	height:124px;
	top:0;
	left:0px;
	background:url(../images/headernav_sip.gif) no-repeat center center;
}
li#nav-01 a {
	width:170px;
	height:124px;
	background:url(../images/headernav_sip.gif) no-repeat center center;
}
li#nav-01 a:hover {
}

/* ---- =2 ---- */

li#nav-02 {
	width:120px;
	height:124px;
	top:0;
	left:170px;
	background:url(../images/headernav_wineclub.gif) no-repeat center center;
}
li#nav-02 a {
	width:120px;
	height:124px;
	background:url(../images/headernav_wineclub.gif) no-repeat center center;
}
li#nav-02 a:hover {
}

/* ---- =3 ---- */

li#nav-03 {
	width:134px;
	height:124px;
	top:0;
	left:290px;
	background:url(../images/headernav_satnite.gif) no-repeat center center;
}
li#nav-03 a {
	width:134px;
	height:124px;
	background:url(../images/headernav_satnite.gif) no-repeat center center;
}
li#nav-03 a:hover {
}

/* ---- =4 ---- */

li#nav-04 {
	width:131px;
	height:124px;
	top:0px;
	left:424px;
	background:url(../images/headernav_thirstythurs.gif) no-repeat center center;
}
li#nav-04 a {
	width:131px;
	height:124px;
	background:url(../images/headernav_thirstythurs.gif) no-repeat center center;
}
li#nav-04 a:hover {
}

/* ---- =5 ---- */

li#nav-05 {
	width:239px;
	height:124px;
	top:0px;
	left:555px;
	background:url(../images/headernav_wineshop.gif) no-repeat center center;
}
li#nav-05 a {
	width:239px;
	height:124px;
	background:url(../images/headernav_wineshop.gif) no-repeat center center;
}
li#nav-05 a:hover {
}

/* ---- =Navigation --------------------------------------------------------- */

#nav-container {
	position:absolute;
	width:794px;
	background:#f6f0cc url(../images/nav_bg.gif) no-repeat left top;
	top:124px;
	height: 80px;
}

#nav {
	position:relative;
	text-align:center;
	padding:10px 0 0 170px;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline;
	background:url(../images/bullet.gif) no-repeat right center;
}
#nav ul li a {
	font:bold 13px/13px verdana, helvetica, arial, sans-serif;
	color:#660033;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	text-transform:capitalize;
}
/* remove the navbar_separator from the last item */
#nav ul li.last  {
	background-image:none;
}
#nav ul li a:hover {
	color:#666633;

}