/********************************/
/* Top-level navigation buttons */
/********************************/
#topbutton {
	display: inline-block;
	margin: 10px 0 10px 0;
}
#topbutton ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#topbutton li{
	float:left;
	width:100px;
	height:25px;
	margin: 0px 1px 0px 1px;
}
#topbutton a{
	cursor: default;
	background:url('navigation.jpg') no-repeat;
	display:block;
	height:25px;
	text-decoration:none;
	text-align:center;
	font-family:verdana;
	font-size:10pt;
	color:#ffffff;
	padding-top:0px;
	line-height:16pt;
}

/********************************/
/* Drop-down navigation buttons */
/********************************/
#topbutton li ul {
	position: relative;
	left: 8px;
	top: -1px;
	font-weight: normal;
	padding: 0;
	margin: 0px;
	display: none;
}
#topbutton li:hover ul {
	display: block;
}
#topbutton li li {
	width: 80px;
	height: 20px;
	border: 1px solid #3c507a;
	border-bottom: none;
}
#topbutton li li a {
	cursor: pointer;
	height: 20px;
	line-height: 12pt;
	background-image:url('');
	background-color: #5776b6;
	font-size:8pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #3c507a;
}
#topbutton li li a:hover, #topbutton li li a:visited:hover {
	display: block;
	color: White;
	text-decoration: none;
	background-color: #cb0027;
}
#topbutton li li a:link, #topbutton li li a:visited, #topbutton li li a:active {
	color: White;
}

.dropdown {
	z-index: 100;
}
