﻿#menu {	height: 75px; width: 810px;	list-style: none; background: url(../images/menu_bg.png) no-repeat center top; }

.menuitem {	color: #FEE9BF;	font: lighter 12px Sylfaen, "Times New Roman", Times, serif; text-indent:-9999px; text-align: center; display:block; height:75px; position: relative; }

.menuitem span { background: url(../images/menu_bg.png) no-repeat center top; display:block; position:absolute;	top:0; left:0; height:100%;	width:100%;	z-index:100; }

#wines { width: 117px; }
#wines span { background-position: -1px -75px; }
li.active #wines { background: url(../images/menu_bg.png) -1px -150px; }


#about { width: 125px; }
#about span { background-position: -118px -75px; }
li.active #about  { background: url(../images/menu_bg.png) -118px -150px; }


#prices { width: 108px; }
#prices span { background-position: -243px -75px; }
li.active #prices { background: url(../images/menu_bg.png) -243px -150px; }


#news {	width: 109px; }
#news span { background-position: -351px -75px; }
li.active #news { background: url(../images/menu_bg.png) -351px -150px; }


#pictures {	width: 116px; }
#pictures span { background-position: -460px -75px; }
li.active #pictures { background: url(../images/menu_bg.png) -460px -150px; }

#contacts {	width: 113px; }
#contacts span { background-position: -576px -75px; }
li.active #contacts { background: url(../images/menu_bg.png) -576px -150px; }


#buy { width: 121px; }
#buy span { background-position: -689px -75px; }
li.active #buy { background: url(../images/menu_bg.png) -689px -150px; }


.footitem {	color: #C8AC73; text-decoration: none;	text-transform: uppercase;	font:lighter 12px Sylfaen, "Times New Roman", Times, serif;	padding: 8px 13px;	display: block; }
