@charset "UTF-8";
/* WOODS HOLE OCEANOGRAPHIC INSTITUTION 20112
Designed by Katherine Spencer Joyce, WHOI Graphic Services*/


nav {
	font-size:13px;
	text-transform: uppercase;
	z-index:2;
	margin: 0;
	padding:0;
	display: block;
	
	}

#menu {
	margin: 87px auto 0;
	height: 38px;
	display:block;
	
}

#menu li {
	display: block;
	text-align: center;
	position: relative;
	padding: 0px 0px;
	margin-right: 0px;
	border: none;
	float: left;
}

#menu li:hover {
	background: #FFF;
	

}

#menu li .support {
	background: #cdd74c;
	color: #031c33;
	-moz-box-shadow: inset 0 0 15px 0px #000;
	-webkit-box-shadow: inset 0 0 15px 0px #000;
	box-shadow: inset 0 0 15px 0px #000;
}

#menu li .selected {
	color:#cdd74c;
}

#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	line-height: 40px;
	height: 38px;
	display: block;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
	white-space:nowrap;}

#menu li:hover a {
	color:#031c33;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:0px auto 4px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:0px;
	border:1px solid #e4e8ef;
	border-top:none;
	border-left:none;
	z-index: 1000;
	/* Gradient background */
	background:#deebf4;
	background: -moz-linear-gradient(top, #fff, #bdc8d2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bdc8d2));
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}

.dropdown_1column {width: 230px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 980px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:0px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display: inline;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;

}
.col_1 {
	width:143px;
	height: 300px;
	padding-left:5px;
	margin-bottom:10px;
	margin-top: 10px;
}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {
	width:940px;
	padding-left: 5px;
	margin-top: 10px;
}
.col_5 {
	width:690px;
}

#menu .menu_right {
	float:right;
	margin-right:1px;	
}

#menu .menu_right .selected {
	background: #E0EAF3 url(http://www.whoi.edu/cms/css/whoi_redesign/images/bgMenuright.jpg) repeat-y right;
	color:#023256;
	padding-right: 22px;
	padding-left: 21px;	
}

#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:0px;
	top:auto;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
	text-transform: none;
}

#menu li:hover div a {
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#e4e8ef;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-size:13px;
	text-align:left;
	text-transform: normal;
	text-transform:capitalize;
	padding: 0px;
}

#menu h2 {
	font-size:20px;
	font-weight:bold;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-top: 7px;
}
#menu li .col_1 h3 {
	font-size:12px;
	border-bottom:1px solid #888888;
	margin:0px;
	color: #000;
	background-color: transparent;
	text-indent: 0px;
	font-weight: bold;
	background-image: none;
	background:none;
	padding:0px;
}

#menu li .col_1 h3 a {
	margin:0px;
	height: 20px;
	line-height:20px;
	color: #069;
	background-color: transparent;
	text-indent: 0px;
	font-weight: bold;
	background-image: none;
	background:none;
	padding:0px;
}

#menu li .col_1 h3 a:hover {color:#000}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 0px;
}

#menu .black_box {
	background-color:#333333;
	color: #eeeeee;
	padding:8px 10px;
	width: 150px;
	float:right;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
	margin-top: 7px;
	margin-left: 10px;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 6px 0;
}
#menu li ul li {
	font-size:13px;
	line-height:20px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
}
#menu li ul li:hover {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background:none;
	background-color: #023256;
}
#menu .col_1 ul  {
	margin-top: 5px;
}

#menu .col_1 ul li {
	line-height:18px;
	padding-left: 15px;
	text-indent: -13px;
	margin:0 0 3px;
	background-color:transparent;
}

#menu .col_1 ul li a {
	font-size:12px;
	line-height: 14px;
	position:relative;
	padding:0;
	float:none;
	text-align:left;
	display:inline;	
}

#menu .col_1 ul li a:hover {
	color: #000;
}

#menu .col_1 li:hover, #menu .col_1 a:hover {
	background:none;
	background-color: transparent !important;
}

#menu .col_1 li:before{
   content: "»";
   padding-right: 5px;
}
