@charset "UTF-8";

/* Main Nav */	
/* this is the main UL element*/
.dropdown{
	list-style:none;
	font: .7em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 4em;
}

/* these are the inner menus*/
.dropdown ul{
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	width: 80px;
	height: 50px;
	cursor:pointer;
	color:#FFB119;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a:link, .dropdown a:visited {
	text-decoration:none;
	color:#FFB119;
	display:block;
	width: 80px;
	height: 50px;
	background: url(../images/shared/nav_bg.jpg) repeat-x;
}

.dropdown a:hover, .dropdown a:visited:hover{
	text-decoration: none;
	color: #900;
	display:block;
	width: 80px;
	height: 50px;
	background: url(../images/shared/nav_bg_hover.jpg) repeat-x;
}
		

/* home */	
a#home {
	position: absolute;
	margin: 20px 0px 0px 35px;
	width: 450px;
	height: 50px;
	background: transparent;
	z-index: 5;
}	


/* drinks */	
ul#drinks {
	margin: 0px 0px 20px 0px;
	padding-left: 0;
	white-space: nowrap;
	font: .7em Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 3em;
	font-weight: normal;
}

#drinks li {
	display: inline;
	list-style-type: none;
}

#drinks a { 
	padding: 10px 10px; 
	height:35px;
}

#drinks a:link, #drinks a:visited {
	color: #900;
	text-decoration: underline;
}

#drinks a:hover, #drinks a:visited:hover {
	color:#FFB119;
	background-color: #900;
	text-decoration: none;
	font-weight: normal;
}