
/*-------[ STYLE SHEET :: MENU
*/


#navBar,
#navBar ul,
#navBar ul li {
    height: 2.6em;
    margin: 0;
    }

#navBar,
#navBar * {
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    }

#navBar {
	margin-bottom: 7px;
	background: #4DC4D8 url(/images/bg-navbar-top.gif) top left no-repeat;
    }

    #navBar ul {
	    background: transparent url(/images/bg-navbar-bottom.gif) bottom left no-repeat;
        }

.pad {
	border-right: 1px solid #50C7DB;
	font-weight: bold;
	text-decoration: none;
    }

    .pad a {
        border-bottom-width: 0;
        }

    .pad span {
        display: block;
        padding: 0.5em 1.2em 0.6em 1.2em;
        color: #FFF;
        }

    .pad:hover, .padActive {
        background-color: #3DB4C8;
		text-decoration: none;
        }

    #pad1 a:hover {
	    background: #3DB4C8 url(/images/bg-pad-top-left.gif) top left no-repeat;
        }

    #pad1 a:hover span {
	    background: transparent url(/images/bg-pad-bottom-left.gif) bottom left no-repeat;
        }

.menu, .submenu {
	width: 145px;
	border: 0px solid #CCC;
	background-color: #CF6;
    }

    .menuItem,
    .menu a, .submenu a {
        width: 125px;
        padding: 0.4em 1.0em 0.45em 0.9em;
		font-size: 0.9em;
		color: #000;
		text-decoration: none;
        white-space: nowrap;
        cursor: default;
    }

    .menuItem:hover,
    .menu .menuItemHighlight,
    .submenu .menuItemHighlight {
		font-weight: bold;
		color: #000;
		background-color: #9C3;
        }

    .more {
		background: transparent url(/images/bullets/navbar.png) no-repeat 95% 50%;
		}

.submenu {
    margin: 6px 0px 0px -10px;
    }



