/**
 * navigaiton on top and the sidebar
 ***/

/* =Topbar nav */
#topbar {
    margin:0;
    padding: 0;
    height:30px;
    min-height:30px;
    font-size: 100%;
    display: block;
    float:left;
}

#topbar ul.level1 {
    list-style: none;
    padding: 0px 0 5px 0 !important;
    margin:0;
    float:left;
    width:787px;
}

#topbar ul.level1 li {
    text-align:left;
    list-style:none;
    display:inline;
    font-weight: bold;
    vertical-align: middle;
    margin-left:12px;
    float:left;
    padding-top: 5px;
}

#topbar li, #topbar li a {
    color: #bfbfbf !important;
}

#topbar ul.level1 li#topBarCart {
    float: right;
    padding-right: 10px;
    background: transparent url('/images/header-cart-bg.gif') no-repeat bottom left; 
    width: 300px;
    height: 20px;
    color: #00a4e4 !important;
    text-align: center;
    padding-right: 0;
}

#topbar ul.level1 li#topBarCart a {
    color: #000 !important;
    text-decoration: underline; 
}

/* =Sidebar nav */
#sidebar {
    width: 141px;
    padding: 0;
    margin:0;
    display: block;
/*    height: 373px;*/
    font-size: 114%;
}

#sidebar ul.level1 {
    background-color: #f6f9fb;
	list-style: none;
    text-align:right;
	margin: 0;
	display: block;
    padding: 15px 8px 0 0;
}

#sidebar ul.level2 {
    background-color: #e2edf4;
    list-style: none;
    text-align:right;
    margin: 6px 0 6px 0;
    display: block;
    padding: 8px 8px 0 7px;
}

body.what-we-do #sidebar ul.level2 {
    margin: 0 0 6px 0 !important;
}

#sidebar ul.level2 li {
    list-style:none;
    margin: 0;
    padding: 0 0 8px 0;
    font-weight: bold;
}


a.subnav-top {
    color: #000 !important;
}

a.subnav-item {
    color: #FF8400 !important;
    font-size:88%;
}

a.subnav-item-selected {
    color: #000 !important;
    font-size:89%;
}

#sidebar ul.level1 li {
	list-style:none;
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: bold;
}

#sidebar a {
    color: #00A4E4;
}


/* Level 3 */
#sidebar ul.level2 ul.level3 {
	margin-top: 6px;
	padding-right: 15px;
}

#sidebar ul.level2 ul.level3 li {
	font-weight: normal;
	padding-bottom: 6px;
}

#sidebar ul.level2 ul.level3 li a {
	font-weight: normal;
}
