#topTabs {
}
#topTabs ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height: 25px;
	white-space: nowrap;
	border:3px solid #7A99B8;
	border-collapse: collapse;
	width: 900px;
}
#topTabs ul li {
	position:relative;
	width: 223px;
	height: 25px;
	text-align: center;
	float:left;
	z-index:2;
	line-height: 25px;
	border-right: 1px solid #7A99B8;
	background: #235472 url(../images/bg_topnav_tabs.gif) repeat-x center;
	line-height: 25px;
	color: white;
	font-family: arial;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#topTabs ul li a {
	font-family: arial;
	color: white;
	text-decoration: none;
	width: 100%;
}

#topTabs ul li ul li a {
	font-weight: normal;
	font-size: 100%;
}

#topTabs ul li#first {
	background: #235472 url(../images/bg_topnav_tabs_left.gif) no-repeat left;
}

#topTabs ul li ul li#first, #topTabs ul li ul li#last {
}

#topTabs ul li ul li {
	background-color: #235472;
}

#topTabs ul li a:hover {
	text-decoration: underline;
}


#topTabs ul li#last {
	background: #235472 url(../images/bg_topnav_tabs_right.gif) no-repeat right;
	border: none;
	width: 225px;
}
#topTabs ul ul {
	position: absolute;
	top:100%;
	left:0;
	width:212px;
	float:none;
	visibility: hidden;
	border: 1px solid black;
	height: auto;
	overflow: hidden;
}

#topTabs ul ul li {
	padding: 2px 5px;
	margin: 0;
	text-align: left;
	width: 212px !important;
	height: 100%;
	line-height: 1em;
	border: none;
	color: white !important;
	font-weight: bold;
	-moz-opacity:.85;
	opacity:.85;
	filter:alpha(opacity=85);
	float:none;
	display:block;
	text-decoration: none;
	color:#002F5D;
	padding: 4px;
	background: #235472;
	background-image: none;
}

#topTabs ul ul li#first, #topTabs ul ul li#last {
	background: #235472 !important;
	background-image: none !important;
}


#topTabs ul ul li a{
	height:100%;
	text-transform: none;
}

#topTabs ul ul ul{
	top:0;
	left:100%;
	width: auto;
}

#topTabs ul li#last ul ul {
	left: -224px;
}
#topTabs ul ul ul li {
	width: 100%;
	height: 100%;
	-moz-opacity:1.0;
	opacity:1.0;
}

