﻿
/*-- navigation ------------------*/



#navigation-wrapper {
	background-color: #0E6165;
	width: 990px;
}

#navigation {
	/*width: 951px;*/
	text-align: left;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 0px 0 0 0px;
	height: 40px;
	width: 990px;
	z-index:10;
}
#mainnav {
	position: absolute;
	margin: 0;
	padding: 0;
	border-left: none;
	border-right: none;
	/*overflow: hidden;*/
	top: 0;
	left: 0;
	margin-right: -140px; /* make it fit in FF */
	/*font-family: 'TondoRegular';*/
}
#mainnav li a {
	display: block;
	float: left;
	font-size: 14px;
	border-left: dotted 1px #5D9598;
	text-decoration: none;
	color: #FBFDFD;
	padding: 12px 5px 12px 5px;
	height: 16px;
	font-weight: bold;
	background-color: #0e6165;
}

#mainnav li.dropdown {
	display: block;
	float: left;
	font-size: 14px;
	border-left: dotted 1px #5D9598;
	text-decoration: none;
	color: #FBFDFD;
	padding: 12px 4px 12px 4px;
	height: 16px;
	font-weight: bold;
	background-color: #0e6165;
}

#mainnav li.dropdown {
	padding-left: 20px;
	background-image: url(/images/other.gif);
	background-position: 9px 49%;
	padding-right: 12px;
	background-repeat: no-repeat;
}

#mainnav li.expanded, #mainnav li.expanded:hover {
	background-image: url(/images/other-on.gif);
	/*background-image: url(/images/hide.gif);*/
	color: #0e6165;
	border-right-color: #FBFDFD;
	background-color: #FBFDFD;
}

#mainnav li a:hover {
	background-color: #8D8E91;
}

#mainnav li.current a {
	background-color: #155e86;
}

#mainnav li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	background: none;
}

/* suckerfish */

#navigation {
	position: relative;
	z-index: 10;
}
 
#mainnav li.sfhover, 
#mainnav li.dropdown:hover{
	background-image: url(/images/other-on.gif);
	/*background-image: url(/images/hide.gif);*/
	color: #0e6165;
	border-right-color: #FBFDFD;
	background-color: #FBFDFD;
}

#mainnav li.dropdown:hover div#other, #mainnav li.sfhover div#other {
	display: block;
}

/*#mainnav li.dropdown:hover {
	border-right: 1px solid #b2b2b2;
}*/

#other {
	width: 920px;
	text-align: left;
	padding: 10px 12px 10px 24px;
	background: #FBFDFD;
	border: 1px solid #b2b2b2;
	border-top: 0;
	
	position: absolute;
	display: none;
	margin: 0;
	top: 40px;
	right: 0;
	z-index: 10;
	zoom: 1;
}

#other ul {
	float: left;
	margin: 0;
	width: 190px;
	padding-right: 30px;
}

#other ul li {
	float: none;
	font-size: 14px;
	margin: 5px 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2em !important;
	padding-left: 12px;
	height: auto !important;
	background: url(/images/show.gif) 0 3px no-repeat !important;
	
}

#other ul li.current a {
	font-weight: bold;
}

#other ul li a {
	float: none;
	font-weight: normal;
	color: #0e6165 !important;
	text-decoration: none;
	background: none !important;
	font-size: 14px;
	font-weight:bold;
	border-left: none;
	border-right: none;
	padding: 0 !important;
	width: auto !important;
	height: auto;
	zoom: 1;
}

#other ul li a:hover {
	text-decoration: underline;
}

#other ul.lastul {
	padding-right: 0;
	width: 100px;
}
