@charset "utf-8";
/* CSS Navigation for ALL pages */

#nav_top {
	position:relative;
	background-color:#CCCCCC;
	height:26px;
	padding-bottom:12px;
}

/* hide text of nav links and show images only */
a.notext {
	display:block;
	text-indent:-9999px;
	height:26px;
}
/* rollover states for left nav */

/* Home */
#tab0 {
	float:left;
	width: 80px;
	margin-left:15px;
}
#tab0 a {
	background: url("../img/nav/home.gif") top left no-repeat;
}
#tab0 a:hover {
	background-position: 0 -26px;
}
#tab0 a:active {
	background-position: 0 -26px;
}
/* Marine */
#tab1 {
	float:left;
	width: 95px;
}
#tab1 a {
	background: url("../img/nav/marine.gif") top left no-repeat;
}
#tab1 a:hover {
	background-position: 0 -26px;
}
#tab1 a:active {
	background-position: 0 -26px;
}
/* People */
#tab2 {
	float:left;
	width: 165px;
}
#tab2 a {
	background: url("../img/nav/people.gif") top left no-repeat;
}
#tab2 a:hover {
	background-position: 0 -26px;
}
#tab2 a:active {
	background-position: 0 -26px;
}

/* Landscape */
#tab3 {
	float:left;
	width:150px;
}
#tab3 a {
	background: url("../img/nav/landscape.gif") top left no-repeat;
}
#tab3 a:hover {
	background-position: 0 -26px;
}
#tab3 a:active {
	background-position: 0 -26px;
}

/* Other */
#tab4 {
	float:left;
	width:165px;
}
#tab4 a {
	background: url("../img/nav/other.gif") top left no-repeat;
}
#tab4 a:hover {
	background-position: 0 -26px;
}
#tab4 a:active {
	background-position: 0 -26px;
}

/* Resume */
#tab5 {
	float:left;
	width:63px;
}
#tab5 a {
	background: url("../img/nav/resume.gif") top left no-repeat;
}
#tab5 a:hover {
	background-position: 0 -26px;
}
#tab5 a:active {
	background-position: 0 -26px;
}

#nav_bottom {
text-align:center;
padding:10px 0 20px 0;
}
#nav_bottom a {
font-weight:bold;
color:#666666;
text-decoration:none;
}
#nav_bottom a:hover {
color:#339933;
text-decoration:underline;
}
