/* Important: provided blue blackground to first column */
div.colLayout {background: #FFF url(sciBackground.gif) top left repeat-y !important;}

.button {
	margin: 0;
	padding: 0;
}

ul.menu1 {
	list-style: none;
	font-size: 0.90em;
	margin: 0;
	padding: 0;
}

/* ---------------------------- */
/* 1ST Level Navigation Buttons */
/* ---------------------------- */
li.menu1 {
	background : #122954;
	color:white;
	display: block;
	font-weight: bold;
	list-style: none;
	padding: 3px 0px 4px 10px;   
	margin: 0 0 1px 0;
}

a.menu1, a.menu1:visited {
	background: transparent;
	color:white;
	text-decoration : none;	
}

a.menu1:hover {
	background: transparent;
	color:#E29515;
	text-decoration : none;
}
	
a.menu1sel, a.menu1sel:visited {
	background: transparent;
	color: #EEAB3D;	
	text-decoration : none;
	font-weight: bold;
}

a.menu1sel:hover {
	background: transparent;
	color:white;	
	text-decoration : none;
	font-weight: bold;
}
/* ---------------------------- */
/* 2Nd Level Navigation Buttons */
/* ---------------------------- */
li.menu2 {
	background: #A2A29C;
	border-bottom: 1px solid #BFBFBC;
	color: #FFF;
	font-size :0.95em !important;
	font-weight:bold;
	margin: 0px;
	padding: 3px 0 4px 15px;
}


a.menu2, a.menu2:visited {
	background: transparent;
	color: #FFF;	
	text-decoration : none;	
}

a.menu2:hover {
	background: transparent;
	color: #122954;	
}
		
a.menu2sel,a.menu2sel:visited {
	background: transparent;
	color: #122954;	
	text-decoration : none;
}

a.menu2sel:hover {
	background: transparent;
	color: #122954;
	text-decoration : none;
}

/* ---------------------------- */
/* 3rd Level Navigation Buttons */
/* ---------------------------- */
li.menu3 {
	background: #BFBFBC;
	border-bottom: 1px solid #A2A29C;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0 4px 20px;
}

a.menu3, a.menu3:visited {
	background: transparent;
	color: #FFF;
	text-decoration : none;	
}
	
a.menu3:hover {
	background: transparent;
	color: #122954;	
}

a.menu3sel, a.menu3sel:visited  {
	background: transparent;
	color : #FFF;
	text-decoration : none;	
}

.menu3sel:hover {
	background: transparent;
	color : #FFF;
}

/* ---------------------------- */
/* 3rd Level Navigation Buttons */
/* ---------------------------- */
li.menu4 {
	background: #F4F4F4;
	border-bottom: 1px solid #E3E3E1;
	color: #A2A29C;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0 4px 20px;
}

a.menu4, a.menu4:visited {
	background: transparent;
	color: #A2A29C;
	text-decoration : none;	
}
	
a.menu4:hover {
	background: transparent;
	color : #122954;
}

a.menu4sel, a.menu4sel:visited  {
	background: transparent;
	color : #122954;
	text-decoration : none;	
}

.menu4sel:hover {
	background: transparent;
	color : #122954;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Custom Class for bottom nav bar buttons */
/* - - - - - - - - - - - - - - - - - - - - */

li.sciNav {
	background : #6582B0;
	color:white;
	display: block;
	font-weight: bold;
	list-style: none;
	padding: 3px 0px 4px 10px;   
	margin: 0 0 1px 0;
}

a.sciNav, a.sciNav:visited {
	background: transparent;
	color:white;
	text-decoration : none;	
}

a.sciNav:hover {
	background: transparent;
	color:#E29515;
	text-decoration : none;
}
	
a.sciNavsel, a.sciNavsel:visited {
	background: transparent;
	color: #EEAB3D;	
	text-decoration : none;
	font-weight: bold;
}

a.sciNavsel:hover {
	background-color: transparent;
	color:white;	
	text-decoration : none;
	font-weight: bold;
}

/* - - - - - - - - - -  */

li.brownBtnBackground {
	background-color : #a29062;
	color:white;
	display: block;
	font-weight: bold;
	list-style: none;
	padding: 3px 0px 4px 10px;   
	margin: 0 0 1px 0;
}

a.brownBtnBackground, a.brownBtnBackground:visited{
	background-color: transparent;
	color: white;	
	text-decoration : none;
	font-weight: bold;
}

a.brownBtnBackground:hover {
	background-color: transparent;
	color:#E29515;
	text-decoration : none;
	font-weight: bold;
}

a.sciNavsel, a.sciNavsel:visited {
	background: transparent;
	color: #EEAB3D;	
	text-decoration : none;
	font-weight: bold;
}

a.sciNavsel:hover {
	background-color: transparent;
	color:white;	
	text-decoration : none;
	font-weight: bold;
}

/* - - - - - - - - - -  */

/* Important: provided section header to first column */
li.nav {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	padding: 3px 0px 4px 10px;
}