
/* CSS Document */

/*SIDEAR NAV*/
#sidebar-nav {
	clear: both;
	width:  250px;
	padding-top: 0px;
	margin: 0 auto;
	margin-left: 3px;
}

/* Sub Navigation Lists */
#sidebar-nav ul {
margin: 0px 0px 0px 28px;
}


#sidebar-nav li {
	height: 21px;
	background-position: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	list-style-type: none;
	border-bottom: 1px solid #797643;
	line-height: normal;
	margin-bottom: 10px;
	padding-left: 0px;
	

}

#sidebar-nav a:link, a:visited {
	text-decoration: none;
	color: #000033;

}

#sidebar-nav a:hover, a:active {
	text-decoration: none;
	color: #669933;
}
/* Sub Navigation About */
#sidebar-nav a {
	height: 21px;
	float:left;
	display:inline;
	text-decoration: none;
	text-indent: -9000px;
	line-height: normal;

}
a#navhome{
	width: 227px;
	height: 20px;
	background-image: url(../images/nav/home_home.png);
	background-repeat: no-repeat;
}
#homepage a#navhome {
	background-image: url(../images/nav/home_homeON.png);
}


a#navabout{
	width: 227px;
	height: 20px;
	background-image: url(../images/nav/home_about.png);
	background-repeat: no-repeat;
}
a#navabout:hover {
background-image: url(../images/nav/home_about_on.png);
}

a#navwines{
	width: 227px;
	height: 20px;
	background-image: url(../images/nav/home_wines.png);
	background-repeat: no-repeat;
}
a#navwines:hover {
	background-image: url(../images/nav/home_wines_on.png);
}
a#navshop{
	width: 227px;
	height: 21px;
	background-image: url(../images/nav/home_shop.png);
	background-repeat: no-repeat;
}
a#navshop:hover {
	background-image: url(../images/nav/home_shop_on.png);
}
a#navnews{
	width: 227px;
	height: 21px;
	background-image: url(../images/nav/home_news.png);
	background-repeat: no-repeat;
}
a#navnews:hover {
	background-image: url(../images/nav/home_news_on.png);
}
a#navvisit{
	width: 227px;
	height: 21px;
	background-image: url(../images/nav/home_visit.png);
	background-repeat: no-repeat;
}
a#navvisit:hover {
	background-image: url(../images/nav/home_visit_on.png);
}
a#navcontact{
	width: 227px;
	height: 20px;
	background-image: url(../images/nav/home_contact.png);
	background-repeat: no-repeat;
}
a#navcontact:hover {
	background-image: url(../images/nav/home_contact_on.png);
}





