#topnavbar {
	position         : absolute;
	margin           : 0px;
	z-index          : 900;
	width			 : 776px;
	background-image : url(../images/nav_spacer.gif);
	background-repeat: repeat-x;
	height			 : 23px;
}
#topnavbar ul {
	padding          : 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnavbar li {
	float            : left;
}
#topnavbar li a {
	display          : block;
	padding-bottom   : 2px;
}
#topnavbar .shadow_bottom {
	margin           : 0px;
	padding          : 0px;
	position         : absolute;
	width            : 174px;
	background-image : url("/images/topnav/menu_shadow_bottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
}
* html #topnavbar .shadow_bottom {
	background-image : none;
}
*html #topnavbar .shadow_bottom2 {
	width            : 174px;
	height           : 15px;
	background-image : none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='/images/topnav/menu_shadow_bottom.png',sizingMethod='crop');
}
#topnavbar .shadow_sides {
	margin           : 0px 0px 0px 0px;
	margin-bottom    : 13px;
	width            : 174px;
	background-image : url("/images/topnav/menu_shadow_sides.png");
	background-repeat: repeat-y;
}
*html #topnavbar .shadow_sides {
	margin           : 0px 0px 0px 0px;
	background-image : none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='/images/topnav/menu_shadow_sides.png',sizingMethod='scale'); 
}

#topnavbar .first {
}

#topnavbar li {
}


#topnavbar a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnavbar .selected a {
	color: #CCCCFF;
}
#topnavbar .unselected a {
	color: #002C49;
}
#topnavbar .unselected a:hover {
	background-color: #002C49; /* Require for IE6 to swap the background-image for some reason */
	color: #CCCCFF;
}

