﻿/*To change main menu font size scroll down to nav li  */

body
{
    background-color: #6699CC;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    color : #424F7B;
    font-size: medium
}
* html body
{
    font-size:x-small; /*for IE5/Win */
    f\ont-size: small; /*for other IE versions */
}
a:link, a:visited
{
    color : #424F7B;
}
.subMenu
{
    color : #424F7B; 
    font-size: 80%;
    text-align:left;  /* added this to align the treeview to the left */
}
.contentTable
{

}


.contentTable td.menuItems
{
    background-image:url('/obc/images/header2c1.gif');
    background-repeat: repeat-y; 
    width: 20px;

}



.contentTable td.sideTd
{
    background-image:url('/obc/images/sideBit3.jpg');
    background-repeat: repeat-y; 
    width: 20px;

}
.contentTable td.bottomTd
{
    background-image:url('/obc/images/bottomBit.gif');
    background-repeat: repeat-x; 
}
.footerMenu
{
    color : #424F7B; 
    font-size: 80%;
    text-align: center
}





#nav
{
    float: left;
    width: 650px;
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    background: #6699CC  /*FFFFFF*/
}
#nav li   /*Change the font-size to change the main menu size  */
{
    float:left;
    margin:0;
    padding:0;
    font-family: "Lucida Grande", Sans-Serif;
    font-size: 76%;
}

#nav a
{
    float: left;
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid #9b8748;
    border-bottom: none;
    background: #6699CC url("/obc/images/offButton.gif") repeat-x top left;
}

#nav a:hover { 
color:#ffffff; 
background:#A6CBF0; 
} 

/*#nav a:active { 
background:#e35a00; 
color:#fff; 
} */

#nav li:first-child a { 
border-left:0px solid #6699CC; 
}

/*#nav a:hover, body#home #t-home a*/
#home #t-home a,
#membership #t-membership a,
#facilities #t-facilities a,
#promotions #t-promotions a,
#outboader #t-outboader a,
#marina #t-marina a,
#safteytechnical #t-safteytechnical a,
#staff #t-staff a,
#history #t-history a,
#links #t-links a,
#contactus #t-contactus a
{
    color: #333;
    border-color: #727377;
    background: #ffffff url("/obc/images/onButton.gif") repeat-x top left;
}




