/* start navigation */
* html ul li a {
width: 1%;
height: 1%;
}

div#navbar {
	position: absolute;
	width: 395px;
	margin-left: 200px;
	margin-top: 82px;
	z-index: 2;
}
.nav-main {
	z-index:1;
	float: left;
	padding: 0 3px 0 3px;
	color: #FFFFFF;
	font-size: 12px;
	cursor: pointer;
}
.nav-main a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
}


#about,
#services,
#port,
#media,
#interactive {
	padding: 0;
	margin: 19px 0 0 0;
	list-style: none;
	position: absolute;
	visibility: hidden;
}

#about a:link,
#services a:link,
#port a:link,
#media a:link,
#interactive a:link,
#about a:visited,
#services a:visited,
#port a:visited,
#media a:visited,
#interactive a:visited {
	text-decoration: none;
	color: #000000;
	margin-bottom: 0;
}
#about a:hover,
#services a:hover,
#port a:hover,
#media a:hover,
#interactive a:hover {
	text-decoration: underline;
	color: #2c77d1;
	margin-bottom: 0;
}
#about li,
#services li,
#port li,
#media li,
#interactive li {
	display: block;
	font-size: 11px;
	line-height: 20px;
	padding: 2px 8px 2px 6px;
	background-color: #cccccc;
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.submenu-over{
	font-size: 11px;
	line-height: 20px;
	padding: 2px 8px 2px 6px;
	background-image: url(../assets/gradient-nav.gif);
	background-position:top;
	background-repeat: repeat-x;
	background-color: #9bbf55;
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
/* end navigation */

