

/* IMAGE BORDER COLORS */
.Galborder1              { border: #000000 1px solid;}

.Galborder              { border: #000000 1px solid;}

.Galborderon            { border: #FFFFFF 1px solid; Filter: Alpha(Opacity=80);-moz-opacity: 0.8; }

.image-border           { LEFT: 0px; position: relative; top: 0px; border: #000000 1px solid; }

.image-borderon         { LEFT: 3px; position: relative; top: 3px; border: #FFFFFF 1px solid; }






 /* TOP LEVEL DROP MENU CONTROL */


a.menu_TOP{
display:block;
line-height: 14pt;
text-align: center;
text-decoration:none;
border-right: #666666 0px solid;
}



 /* SUB LEVEL MENU CONTROL */


a.menu_SUB{
display:block;
padding: 2px 2px 2px 4px;
text-decoration:none;
filter:alpha(opacity=100);
border-bottom: #000000 1px solid;
}


 /* MORE SUB LEVEL DROP MENU CONTROL */


.menu_DIV{
border-top: #000000 0px solid;
border-bottom: #000000 0px solid;
border-right: #000000 1px solid;
border-left: #000000 1px solid;
filter:alpha(opacity=100);
z-index:100;
}




 /* GALLERY NAV MENU */



.menu-nav       { font-family: arial, verdana, helvetica, sans-serif;
                  font-size: 11px;
                  text-align: center;
                  letter-spacing: 0px;
                  height: 19px;
                  padding-top: 0px;
                  padding-bottom: 0px;
                  padding-left: 8px;
                  padding-right: 8px;
                  margin-left: 3px;
                  margin-right: 3px;
                  cursor:hand;
                  line-height: 19px;
                  display: block;
                  white-space: nowrap;
                  border: #DEDEEE 1px solid; }


a.menu-nav:link        { color: #B0C3C5; }


a.menu-nav:visited     { color: #B0C3C5; }


a.menu-nav:active       { color: #B0C3C5; }


a.menu-nav:hover        {  background-color:#394A5A;
                text-decoration: none;
                border: #FFFFFF 1px solid;
                        }




