/* Start of CMSMS style sheet 'Global Navigation' */
/* Tiger Lily Cafe CSS
   Updated: Sun 2.10.08 @ 5:00 p.m.
   Author: gobbigroup
   Navigation Style Sheet
===============================================================*/

#nav {
float: left;
padding-right: 10px;
position: absolute;
height: 567px;
width: 535px;
left: -200px;
top: 0px;
background-image: url(images/sitewide/menu.png);
z-index: 3;
}

#nav a {position: absolute; text-decoration: none;left: 52px;top: 53px}

#nav a i {visibility: hidden; }

a#home {
top: 262px;left: 217px;
background: url(images/sitewide/nav/home.gif) no-repeat;
height: 60px;width:24px;
}


a#menu {
top:253px;left: 254px;
background: url(images/sitewide/nav/menu.gif) no-repeat;
height: 33px;width:86px;
}

a#about {
top: 293px;left: 262px;
background: url(images/sitewide/nav/about.gif) no-repeat;
height: 30px; width:79px;
}

a#parties {
top: 329px;left: 194px;
background: url(images/sitewide/nav/parties.gif) no-repeat;
height: 26px;width:168px;
}

a#location {
top: 364px;left: 200px;
background: url(images/sitewide/nav/location.gif) no-repeat;
height: 27px;width:110px;
}

a#artists {
top: 358px; left: 325px;
background: url(images/sitewide/nav/artists.gif) no-repeat;
height: 90px; width:28px;
}

a#medusa {
top: 399px;left: 206px;
background: url(images/sitewide/nav/medusa.gif) no-repeat;
height: 49px; width:109px;
}

a#gallery {
top: 451px; left: 244px;
background: url(images/sitewide/nav/gallery.gif) no-repeat 0 0;
height: 23px; width: 87px;
}

a#home:hover {background: url(images/sitewide/nav/home.gif) -24px 0;}
a#menu:hover {background: url(images/sitewide/nav/menu.gif) 0 -33px;}
a#about:hover {background: url(images/sitewide/nav/about.gif) 0 -30px;}
a#parties:hover {background: url(images/sitewide/nav/parties.gif) 0 -26px;}
a#location:hover {background: url(images/sitewide/nav/location.gif) 0 -27px;}
a#artists:hover {background: url(images/sitewide/nav/artists.gif) -28px 0;}
a#medusa:hover {background: url(images/sitewide/nav/medusa.gif) 0 -49px;}
a#gallery:hover {background: url(images/sitewide/nav/gallery.gif) 0 -23px;}
/* End of 'Global Navigation' */

