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

/* NAVIGATION */

#nav {	padding: 0px;	margin: 0px; }
#nav ul {	padding: 0px;	margin: 0px;	list-style: none;	text-align: left;	}
#nav li {	float: left;	display: inline;	margin: 0px;	padding: 0px;	}

#nav #nav_home {	background-image: url(../images/nav/gl_nav_03.gif); 	width: 126px;}
#nav #nav_thefamily {	background-image: url(../images/nav/gl_nav_04.gif); 	width: 127px;	}
#nav #nav_ourwhisky {	background-image: url(../images/nav/gl_nav_05.gif); 	width: 127px;	}
#nav #nav_fromgraintoglass {	background-image: url(../images/nav/gl_nav_06.gif); 	width: 127px;	}
#nav #nav_visitglenfarclas {	background-image: url(../images/nav/gl_nav_07.gif); 	width: 127px;	}
#nav #nav_jointhefamily {	background-image: url(../images/nav/gl_nav_08.gif); 	width: 127px;	}

#nav a {	background-position: 0px 0px; 	height: 19px; 	float: left; 	text-indent: -5000px; 	font-size: 0.9em; 	overflow: hidden;	display: block;	}
#nav a:hover {	background-position: 0px 38px;	}
#nav a.live {	background-position: 0px 19px;	}

