/* main items */

.shadetabs {	
	height: 20px;
	background-color: #285690; /* blue */
	text-decoration: none;
}
.shadetabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.shadetabs li {
	float: left;
	margin: 0px;
	display: inline;
}
.shadetabs li a {
	padding-left: 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
	
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	
	background-color: #285690; /* blue */
}
.shadetabs li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.shadetabs li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.shadetabs li.selected {
	color: #ffffff;
	text-decoration: none;
}
.shadetabs li.selected a { /* selected main tab style */
	color: #ffffff;
	text-decoration: none;
}
.shadetabs li.selected a:hover { /* selected main tab style */
	color: #ffffff;
	text-decoration: none;
}



/* sub items */

.dropmenudiv {
	padding-top: 3px;
	position: absolute;
	top: 0px;
	z-index: 100;
	visibility: hidden;
	width: 200px;
	
	text-decoration: none;
}
.dropmenudiv a {
	height: 20px;
	width: auto;
	padding: 0px 20px 0px 20px;
	border-top: 1px solid #ffffff;
	
	display: block;
	background-color: #285690; /* blue */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
	
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.dropmenudiv a:hover {
	color: #ffffff;
	text-decoration: none;
}
.dropmenudiv a:visited {
	color: #ffffff;
	text-decoration: none;
}



* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
