/* for "off" buttons  */
.spacer {
margin-top: 0px;
}
.navbar a {
   color: #087b63;
   font-weight: bold;
   display: block;
   width: 144px;
   line-height: 140%;
   /*margin-top:3px;
   margin-bottom: 3px;
   margin-left: 3px;
   margin-right: 3px;*/
   text-indent: 10px;
   text-align: left;
   cursor: pointer;
   text-decoration: none;

}

.navbar a:link             { color: #087b63; font-size:11px; font-weight: bold; cursor: pointer; }
.navbar a:visited          { color: #087b63; font-size:11px; font-weight: bold; cursor: pointer; }
.navbar a:hover            { color: #034b37; font-size:11px; font-weight: bold; cursor: pointer; }
.navbar a:active           { color: #087b63; font-size:11px; font-weight: bold; cursor: pointer; }


/* for "on" buttons  */
.navbar-on a {
   display: block;
   width: 144px;
   line-height: 140%;
   /*margin-top:3px;
   margin-bottom: 3px;
   margin-left: 3px;
   margin-right: 3px;*/
   background: url(/ckinc/themes/deadsea/arrow.gif) no-repeat left;
   text-indent: 10px;
   text-align: left;
   text-decoration: none;
   cursor: pointer;
}


.navbar-on a:link             { color: #087b63; font-size:11px; font-weight: bold; cursor: pointer; }
.navbar-on a:visited          { color: #087b63; font-size:11px; font-weight: bold; cursor: pointer; }
.navbar-on a:hover            { color: #034b37; font-size:11px; font-weight: bold; cursor: pointer; }
.navbar-on a:active           { color: #087b63; font-size:11px; font-weight: bold; cursor: pointer; }




/* SUBNAV START */

/* subnav off */
.subnav  {
   color: #087b63;
   font-weight: normal;
   text-indent: 20px;
   display: block;
   width: 144px;
   text-align: left;
   text-decoration: none;
}


.subnav a {
   text-indent: 20px;
   display: block;
   width: 144px;
   text-align: left;
   cursor: pointer;
   text-decoration: none;
}

.subnav a:link             { color: #087b63; font-size:11px; font-weight: normal; cursor: pointer; }
.subnav a:visited          { color: #087b63; font-size:11px; font-weight: normal; cursor: pointer; }
.subnav a:hover            { color: #034b37; font-size:11px; font-weight: normal; cursor: pointer; }
.subnav a:active           { color: #087b63; font-size:11px; font-weight: normal; cursor: pointer; }


/* subnav on */
.subnav-on a {
   display: block;
   width: 144px;
   background-color: #fafafa;
   text-indent: 20px;
   border: 0px;
   padding: 0px;
   text-align: left;
   cursor: pointer;
   text-decoration: none;
}

.subnav-on a:visited {
   font-size: 11px;
   color: #087b63;
   font-weight: normal;
   cursor: pointer;
   text-decoration: none;
}

/* subnav off */
.subnav2  {
   display: block;
   width: 144px;
   text-align: left;
   text-decoration: none;
}

.subnav2 a {
   text-indent: 24px;
   display: block;
   width: 144px;
   text-align: left;
   cursor: pointer;
   text-decoration: none;
}

.subnav2 a:link             { color: #087b63; font-size:11px; font-weight: normal; cursor: pointer; }
.subnav2 a:visited          { color: #087b63; font-size:11px; font-weight: normal; cursor: pointer; }
.subnav2 a:hover            { color: #034b37; font-size:11px; font-weight: normal; cursor: pointer; }
.subnav2 a:active           { color: #087b63; font-size:11px; font-weight: normal; cursor: pointer; }


/* subnav on */
.subnav2-on a {
   display: block;
   width: 144px;
   text-indent: 24px;
   border: 0px;
   padding: 0px;
   text-align: left;
   cursor: pointer;
   text-decoration: none;
}

.subnavmore  {
   text-indent: 100px;
   display: block;
   width: 144px;
   background: #fafafa;
   text-align: right;
   text-decoration: none;
}


#navbar-horiz {
        font-size: 11px;
        font-weight: bold;
        margin: 0px;
}


/* for "off" buttons  */
#navbar-horiz div { display: inline; line-height: 21px; }
#navbar-horiz a                        { border: 1px solid #333333; padding: 2px; }
#navbar-horiz a:link                { color: #003399; text-decoration: none; }
#navbar-horiz a:visited         { color: #330099; text-decoration: none; }
#navbar-horiz a:hover                { border: 2px outset #666666; background-color: #f7f7ff; color: #3366cc; text-decoration: none; padding: 1px; }
#navbar-horiz a:active        { color: #FFCC33; text-decoration: none; }


/* for "on" buttons  */


#navbar-horiz span { display: inline; line-height: 21px; }
#navbar-horiz span a                        { border: 2px inset #333333; font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }
#navbar-horiz span a:link                { font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }
#navbar-horiz span a:visited        { font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }
#navbar-horiz span a:hover        { border: 2px inset #333333; font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }
#navbar-horiz span a:active        { font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }


#horizontal-subcats { display: block; width: 140px; background-color: #cccccc; }