/* begin new sidenav css */

/*

   .7em ~ 11px


*/

/* Top most dark blue heading */

.deptheader a {
 	font-size: 0.7em;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #003366;
 	padding: 5px 2px 5px 15px;
 	display: block;
 	text-decoration: none;
}

.deptheader a:hover {
        background: #6699CC;
        color: #FFFFFF;
}

/* Grey heading */

.header {
        font-size: 0.7em;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        display: block;
        padding: 5px 0px 0px 15px;
        font-weight: bold;
        color: #666666;
        text-decoration: none;
}


/* Grey heading for work experience site with different padding */

.header-wei {
        font-size: 0.7em;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        display: block;
        padding: 2px 2px 2px 15px;
        font-weight: bold;
        color: #666666;
        text-decoration: none;
}

.header-wei-no-arrow {
        font-size: 0.7em;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        display: block;
        padding: 2px 2px 2px 25px;
        font-weight: bold;
        color: #666666;
        text-decoration: none;
}





/* Light blue links  */

.linkStyle a {
	font-size: 0.7em;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #006699;
	display: block;
	padding: 8px 20px 8px 15px;
	background: #FFFFFF;
        text-decoration: none;
}

.linkStyle a:hover {
	background: #6699CC;
	color: #FFFFFF;
}


/* Light blue horizontal line dividing sidenav elements */

.linkBreak {
        display: block;
	border-bottom: 1px solid #A8BECF;
	text-decoration: none;
}

/* Light blue vertical line on the right separating sidenav from content */

.sidenavBorderBlue {
        border-right: 1px solid #A8BECF;
}

/* Light yellow  vertical line on the right separating sidenav from content */

.sidenavBorderYellow {
        border-right: 1px solid #EBC072;
}

/* end new sidenav css */




/* This is the style currently used for level 1 sidenav */

#sidenav a {
	font: 11px/12px Verdana;
	color: #006699;
	display: block;
	padding: 8px 1px 8px 12px;
	background: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #A8BECF;
}
#sidenav a:hover {
	background: #6699CC;
	color: #FFFFFF
}

