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

#menu {float:right; margin-left:10px; margin-right:10px;}
#menu li {margin-bottom:5px; margin-left:4px; margin-top:0px; padding-top:0px; list-style-type:none;}
#menu ul { border:solid 1px #957742; background-color: #110018; list-style-type:none; width:105px; margin-bottom:10px;}


a.production:link, a.production:active, a.production:visited, a.production:hover { display:block; width: 97px; height:47px;}
a.production:link, a.production:active, a.production:visited { background-image: url(../images/menu/prod_up.jpg); }
a.production:hover { background-image: url(../images/menu/prod_over.jpg); }

a.history:link, a.history:active, a.history:visited, a.history:hover { display:block; width: 97px; height:47px;}
a.history:link, a.history:active, a.history:visited { background-image: url(../images/menu/history_up.jpg); }
a.history:hover { background-image: url(../images/menu/history_over.jpg); }

a.cocktails:link, a.cocktails:active, a.cocktails:visited, a.cocktails:hover { display:block; width: 97px; height:47px;}
a.cocktails:link, a.cocktails:active, a.cocktails:visited { background-image: url(../images/menu/cocktails_up.jpg); }
a.cocktails:hover { background-image: url(../images/menu/cocktails_over.jpg); }

a.buy:link, a.buy:active, a.buy:visited, a.buy:hover { margin-left:1px; margin-top:6px; display:block; width: 95px; height:45px;}
a.buy:link, a.buy:active, a.buy:visited { background-image: url(../images/menu/where_up.jpg); }
a.buy:hover { background-image: url(../images/menu/where_over.jpg); }

a.home:link, a.home:active, a.home:visited, a.home:hover {display:block; width: 95px; height:15px;}
a.home:link, a.home:active, a.home:visited { background-image: url(../images/menu/home_up.jpg); }
a.home:hover { background-image: url(../images/menu/home_over.jpg); }

a.next:link, a.next:active, a.next:visited, a.next:hover { margin-top:6px; display:block; width: 28px; height:33px;}
a.next:link, a.next:active, a.next:visited { background-image: url(../images/next_up.gif); }
a.next:hover { background-image: url(../images/next_over.gif); }
a.prev:link, a.prev:active, a.prev:visited, a.prev:hover { margin-top:6px; display:block; width: 28px; height:33px;}
a.prev:link, a.prev:active, a.prev:visited { background-image: url(../images/prev_up.gif); }
a.prev:hover { background-image: url(../images/prev_over.gif); }

a.previnactive:link, a.previnactive:active, a.previnactive:visited, a.previnactive:hover { cursor:default; margin-top:6px; display:block; width: 28px; height:33px;}
a.previnactive:link, a.previnactive:active, a.previnactive:visited { background-image: url(../images/previnactive_up.gif); }

a.nextinactive:link, a.nextinactive:active, a.nextinactive:visited, a.nextinactive:hover { cursor:default; margin-top:6px; display:block; width: 28px; height:33px;}
a.nextinactive:link, a.nextinactive:active, a.nextinactive:visited { background-image: url(../images/nextinactive_up.gif); }

#prevbtn { margin-right:8px; float:left;}
#nextbtn { float: right;}
