﻿.nav {
	height: 60px;
	position:relative; 
	font-family:arial, verdana, sans-serif; 
	font-size:11px; 
	width:100%; 
	z-index:100;
	margin:0;
	padding:0;
	border-bottom: 2px solid #fff;
}

.nav img {
	border: 0;
}
.nav .table {
	display: table; 
}

.nav .select,
.nav .current {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: table-cell; 
	white-space: nowrap;
}

.nav li {
	margin: 0; 
	padding: 0;
	height: auto; 
	float: left;
}

.nav .select a {
	display: block; 
	float: left; 
	padding: 0;
	text-decoration: none; 
	white-space: nowrap; 
	color: #dfdfdf;
	background: transparent;
}


.nav .select a:hover, 
.nav .select li:hover a {
	cursor: pointer; 
	color: #2b3238;
	background: #000;
}

.nav .select a b{
	font-weight:bold;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
	display: block; 
	float: left; 
	cursor: pointer;
}

.nav .select_sub {
	display: none;
}

/* IE6 only */
.nav table {
	border-collapse: collapse; 
	margin: -1px; 
	font-size: 1em; 
	width: 0; 
	height: 0;
}

.nav .sub {
	display: table; 
	padding: 5px 0; 
	width: 100%;
	list-style:none;
	background: #000;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
	background: transparent; 
	color: #2b3238;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display: block; 
	position: absolute; 
	width: 100%;
	top: 49px; 
	padding: 0;
	z-index: 100; 
	left: 0;
}

.nav .current .show {
	z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
	display: block;
	/*float: right;*/
	background: transparent; 
	padding: 0;
	white-space: nowrap; 
	border: 0; 
	color:#2b3238;
}

.nav .current .sub li.sub_show a {
	color:#2b3238; 
	cursor:default; 
}

.nav .select .sub li a {
	font-weight:normal;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility: visible;
	background: #222;
}

.arianne {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	margin: 5px 10px;
}
