/* -- Respectable Image -- */
/* -- nav css ----*/

a:link, a:visited, a:active {color: #000000; text-decoration: underline; }

#tabatha {width: 866px; margin: 0 auto; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}

#h-nav {background: url(../resources/button.png);}

/* Top level Menus */
.nav, .nav * {margin: 0; padding: 0; list-style: none;}
.nav ul {position: absolute; top: -999em; width: 123px;}
.nav li {line-height: 2.4; width: 123px; text-align: center; padding: 0px; font-size: 12px; float: left; position: relative; z-index: 99;}
.nav li a {width: 100%;  font-size: 12px; display:block; color:#ffffff; text-decoration:none;}
.nav li a:hover {width: 100%;  font-size: 12px; display: block; color: #ffffff; text-decoration: none; background: url(../resources/button-hover.png);}
.nav li a:visited {color:#ffffff; text-decoration:none;}  /* -- Needed for IE6 and Firefox, that's why it's in here -- */

/* Sub Menus */
.nav li:hover ul {left: -2px; top: 2.5em;}
.nav li ul {border: 1px solid #ffffff; z-index: 100; margin-top: -1px;}									

/* .nav li li {margin-top: 0px; border-bottom: 0; z-index: 100; border: 1px solid #ffffff; background-color: #000000; no-repeat top;} */

.nav li li { border-bottom:0; z-index:100; border:1px solid #ffffff; opacity:0.95; filter:alpha(opacity=95); margin-top: 0px; background-color: #000000; no-repeat top;}			

.nav li li a {width: 100%; font-size: 12px; display: block; color: #ffffff; text-decoration: none;}
.nav li li a:hover {width: 100%; font-size: 12px; display: block; color: #ffffff; text-decoration: none; background: url(../resources/button-subhover.png);}

/* Selected Menu Item */
.current {font-weight:bold;}
.uncurrent {font-weight:normal;}

/* For the Galleries list */
.gallerylist {margin: 15px; padding: 0;}
