.navigation {
	display: inline-block;
	margin-bottom: 15px;
	overflow: visible;
}

.navigation.css_only .navigation_item:hover .navigation_item_ref_hover,
.navigation.css_only .navigation_item:hover .navigation_item_noref_hover,
.navigation.css_only .navigation_item:hover .navigation_sub_wrapper {
	display: block;
}

.navigation_item {
	float: left;
	height: 28px;
	overflow: visible;
	position: relative;
	width: 90px;
}

.navigation_item_spacer {
	width: 14px;
}

.navigation_item_ref_normal,
.navigation_item_noref_normal  {
	background-image: url('framework_sprite.png');
	background-repeat: no-repeat;
	height: 20px;
	margin: 4px;
	position: absolute;
	width: 90px;
}

.navigation_item_ref_hover,
.navigation_item_noref_hover {
	background-image: url('framework_sprite.png');
	background-repeat: no-repeat;
	display: none;
	height: 28px;
	position: absolute;
	width: 90px;
}

.navigation_item_ref_font,
.navigation_item_noref_font {
	cursor: pointer;
	display: block;
	height: 28px;
	position: absolute;
	width: 90px;
	
	color: #141414;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
}

.navigation_item_ref_normal {
	background-position: -90px -93px;
}

.navigation_item_ref_hover {
	background-position: -90px -113px;
}

.navigation_item_noref_normal {
	background-position: -90px -141px;
}

.navigation_item_noref_hover {
	background-position: -90px -161px;
}

.navigation_sub_wrapper {
	display: none;
	margin: 24px 0;
	overflow: hidden;
	position: absolute;
	z-index: 25;
}

.navigation_sub_outer {
	-moz-box-shadow: 1px 1px 4px #0d0d0d;
	-webkit-box-shadow: 1px 1px 4px #0d0d0d;
	box-shadow: 1px 1px 4px #0d0d0d;
	border: 1px solid #000;
	margin: 2px 5px 5px 3px;
}

.navigation_sub_inner {
	background-image: url('framework_vertical_sprite.png');
	background-position: -12px 0;
	border: 1px solid #6b6b6b;
}

.navigation_sub_item {
	display: block;
	padding: 3px 17px 3px 7px;
	width: auto;
	
	color: #c6c6c6;
	font-family: Arial;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

.navigation_sub_item:hover {
	padding-left: 9px;
	padding-right: 15px;
	
	color: #c6c6c6;
}
	
.navigation_sub_separator {
	background-color: #373737;
	color: #373737;
	font-size: 1px;
	height: 1px;
}