﻿

#nav {
	margin: 0;
	padding: 3px 6px 0;

	line-height: 100%;


}

#nav span, #nav span a, #nav a span
{
    color:#cdcdcd;
    
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px 8px;
	margin: 0;


	
	  text-shadow:1px 1px 2px #333333;
}
#nav a:hover {
	
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	
	

	
}
.dv_divider
{
  border-bottom: dotted 2px white;
width: 150px;
margin-left: 4px;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #FFFFFF;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
}
#nav ul a:hover {
	background: #35393A !important; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#35393A), to(#35393A)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #35393A,  #35393A) !important; /* for firefox 3.6+ */
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #BC3129;
	

	
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	
}

/* level 3+ list */
#nav ul ul {
	left: 180px;
	top: 4px;
	background-color: #8B241F;
	width: 200px;
}

#nav li ul.dv_nav_390 li ul.dv_nav_391{
 left: -199px;
}

#nav ul.dv_nav_390
{
    margin-left: -90px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {

}
#nav ul li:last-child > a {

}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}