
/*-------[ STYLE SHEET :: MENU
*/


#navBar,
#navBar * {
    font-size: 12px;
    line-height: 1.2em;
    }

#navBar {
	margin-bottom: 1px;
    }

    #navBar ul {
    	background-color: #F99;
        }



.pad {
	background-color: #FFF;
    }

.pad a {
    border-right: 1px solid #FFF;
	font-weight: bold;
    text-decoration: none;
    }

    .pad span {
        padding: 0.5em 1.0em 0.5em 1.0em;
		font-weight: bold;
        color: #FFF;
        text-decoration: none;
        }

    .pad a:hover, .padActive {
/*
        background: #2E2E2D url(/images/pad-over-top.png) top repeat-x;
*/
        background-color: #C00;
		text-decoration: none;
        }
        
    .pad a:hover span, .padActive span {
/*
	    background: transparent url(/images/pad-over-bottom.png) bottom repeat-x;
        color: #FFF;
*/
        }

    #pad1 a:hover {
/*
	    background: #2E2E2D url(/images/pad-first-over-top.png) top left no-repeat;
*/
        }

    #pad1 a:hover span {
/*
	    background: url(/images/pad-first-over-bottom.png) bottom left no-repeat;
*/
        }

