#menu {width: 132px; height: 259px; background: url(./images/menu.gif); margin: 0px; padding: 0; position: relative; margin-top: 30px}
#menu li { margin: 0; padding: 0; list-style: none; position: absolute; left: 0;}
#menu li, #menu a { width: 132px; display: block; height: 27px}

#home_menu       {top: 0px}
#studio_menu     {top: 29px}
#galleries_menu  {top: 58px}
#boutique_menu   {top: 87px}
#community_menu  {top: 116px}
#events_menu     {top: 145px}
#links_menu      {top: 174px}
#rachelwho_menu  {top: 203px}
#contact_menu    {top: 232px}

#home_menu       a:hover { background: transparent url(./images/menu.gif) -132px 0px no-repeat;}
#studio_menu     a:hover { background: transparent url(./images/menu.gif) -132px -29px no-repeat;}
#galleries_menu  a:hover { background: transparent url(./images/menu.gif) -132px -58px no-repeat;}
#boutique_menu   a:hover { background: transparent url(./images/menu.gif) -132px -87px no-repeat;}
#community_menu  a:hover { background: transparent url(./images/menu.gif) -132px -116px no-repeat;}
#events_menu     a:hover { background: transparent url(./images/menu.gif) -132px -145px no-repeat;}
#links_menu      a:hover { background: transparent url(./images/menu.gif) -132px -174px no-repeat;}
#rachelwho_menu  a:hover { background: transparent url(./images/menu.gif) -132px -203px no-repeat;}
#contact_menu    a:hover { background: transparent url(./images/menu.gif) -132px -232px no-repeat;}

.vert_menu {
position:absolute;
border:1px solid black;
border-bottom-width: 0px;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #75D7E9;
width: 200px;
visibility: hidden;
}

.vert_menu a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
border-right-width: 0px;
border-top: 1px solid white;
border-left: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
text-align: left;
}

.vert_menu a.parent, .vert_menu a.active, .vert_menu a.active:hover {
background-image: url('./images/arrow.gif');
background-position: right;
background-repeat: 	no-repeat;
}


.vert_menu a:link{ /*hover background color*/
color: black;
}
.vert_menu a:visited{ /*hover background color*/
color: black;
}
.vert_menu a:hover{ /*hover background color*/
background-color: #45a7b9;
color: black;
}
.vert_menu a:active{ /*hover background color*/
color: #black;
}
