﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
   background-image: url('../images/dc/bodybg.jpg');
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
   background-position: bottom;
   width: 100%;
   text-align: right;
   background-repeat: repeat-x;
   height: 32px;
   background-image: url('../images/dc/nav_bg.png');
}

div.menu ul li a, div.menu ul li a:visited
{
   background-position: top;
   border: 1px #4e667d solid;
   color: #666666;
   display: block;
   line-height: 1.35em;
   padding: 4px 20px;
   text-decoration: none;
   white-space: nowrap;
   background-repeat: repeat-x;
   border-top-right-radius: 6px;
   border-top-left-radius: 6px;
   background-image: url('../images/dc/btn_bg_grn.png');
}

.nav-button
{
   border: 1px solid #006600;
   background-position: top;
   height: 28px;
   font-weight: bolder;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 4px;
   padding-bottom: 4px;
   text-decoration: none;
   background-image: url('../images/dc/btn_bg_grn.png');
   background-repeat: repeat-x;
   margin-right: 3px;
   border-top-right-radius: 6px;
   border-top-left-radius: 6px;
   color: #333333;
}
