/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav,
ul.nav * {
	margin:0;
	padding:0;}
ul.nav {
	position:relative;
	max-width:940px;
	height:41px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
  }
ul.nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
}

ul.nav li a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 1em;
	height:41px;
	line-height:41px;
}
ul.nav li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:41px;
	height:41px;
	font-weight:normal;
	color:#666;
	background-position:0 50% !important;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {
	color:#ffffff;
	background:#333333;
}
ul.nav li a:active {
	color:#FFF;
	background:#000000;
}
ul.nav li:hover ul {left:0;z-index:10}
ul.nav li ul,
ul.nav li {
}



/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav {
	background-image: url(../img/BG-top-menu.jpg);
	background-color: #FFFFFF;
}
