#nav_main ul {
        margin:0; /*this will place a margin around the entire nav_main*/
        padding:0; /*this will place paddings around the entire nav_main*/
        list-style:none; /*removes the bullet from the ul*/
        }
#nav_main li {
        float:left; /*puts all tabs in a horizontal row*/
        margin:0; /*puts a margin around each tab*/
        padding:0; /*set to zero*/
        border-left: 1px solid #ffffff; /*left border on each tab*/
        border-right: 1px solid #ffffff; /*right border on each tab*/
        }
#nav_main a {
        display:block;
        padding:6px 4px 6px 4px; /*adjusting this padding will add or reduce space either side of every link*/
        margin:0; /*puts a margin around each link*/
        color:#fff; /*default colour of the text*/z
        }
#nav_sub {
        float:left;
        background-color:#ffffff;
        padding: 0 3px 0 3px;
        width: 212px;
        }
        #nav_sub h2 {
                padding: 15px 8px 12px 11px;
                margin: 0;
                color: #58595B;
                font-size: 1.4em;
                font-weight:normal;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #4d4d4d;
                }
        #nav_sub ul {
                padding: 0;
                margin: 0;
                }
        #nav_sub li {
                padding: 0;
                margin: 0;
                }
        #nav_sub a {
                display:block;
                width: 193px;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #4d4d4d;
                padding: 8px 8px 8px 11px;
                background-color:#ffffff;
                color: #6F7074;
                }
        #nav_sub a:hover{
                width: 193px;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #4d4d4d;
                background-color:#97CBF2;
                color: #ffffff;
                }

#nav_landing ul {
        margin:0; /*this will place a margin around the entire nav_main*/
        padding:0; /*this will place paddings around the entire nav_main*/
        list-style:none; /*removes the bullet from the ul*/
        }
#nav_landing li {
        float:left; /*puts all tabs in a horizontal row*/
        margin:0; /*puts a margin around each tab*/
        padding:0; /*set to zero*/
        border-left: 1px solid #ffffff; /*left border on each tab*/
        border-right: 1px solid #ffffff; /*right border on each tab*/
        }
#nav_landing a {
        display:block;
        padding:6px 6px 6px 7px; /*adjusting this padding will add or reduce space either side of every link*/
        margin:0; /*puts a margin around each link*/
        color:#fff; /*default colour of the text*/
        }
#nav_landing a:hover {
        text-decoration: none;
        color: #a8a8a8;
        font-size: 1.1em;
        }
#nav_landing #current {
        background: #1a1a1a;
        text-decoration: none;
        color: #a8a8a8;
        font-size: 1.1em;
        }

