/* menu*/

#menu{
	background: transparent url(../img/menu-bkg.gif) no-repeat;
	margin: 5px 10px 10px;
	height: 35px;
	z-index: 3000;
	position: relative;
}

ul#nav {
  	margin-top: 0px;
	display: block;
	list-style: none;
	height: 29px;
	padding-left:7px;
        width:941px;
}



ul#nav li {
  float: left;
  position: relative;
  display:inline;
  /*width: 10em;*/
  margin: 0;
  padding: 8px 7px 17px 8px
}

 ul#nav li:hover ul, li:hover ul{
	display: block;
}

ul#nav li.current, ul#nav li.current:hover{
	background: transparent url(../img/menu-selected.gif) no-repeat 50% 0px;
}


ul#nav li.current a:hover{
	text-decoration:none !important;
}

ul#nav li.bullet{
	background: transparent url(../img/bullet-bkg.gif) no-repeat 50% 0px;
}

ul#nav li ul li{
  display:block;
  clear:left;
  float: left;
  position: relative;
  padding: 0px 20px;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  margin: 0px;
}

ul#nav li ul li:last-children{
	margin-bottom: 10px;
}


ul#nav li > ul {
	top: auto;
	left: auto;
	display: none;
	position: absolute;
	width: 170px;
	margin: 10px 0 0 -8px;
	padding-bottom: 10px;
	background: transparent url(../img/li-drop-bkg.gif) no-repeat bottom;
	z-index: 10000;
}

ul#nav li.third{
	background: none;
	padding:  0 20px;
	color: #fff;
}

 /* a */

ul#nav li{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	display: inline;
}

ul#nav li a{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
}

ul#nav li ul li a{
	font-size: 11px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
	padding-left: 0px;
}

ul#nav li ul li a:hover{
	text-decoration: none;
	color: #FBBA00;
}

ul#nav li.third a{
	padding-left: 2px;
}

/* BREADCRUMB */

#breadcrumb ul li{
	list-style: none;
	display: inline;
	padding: 2px;
	font-size: 11px;
	text-transform: lowercase;
	font-family: Arial;
	color: #999;
}

#breadcrumb ul li a{
	color: #999;
	font-family: Arial;
	font-size: 11px;
}
.thirdLevel
{
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	position: static !important;
	width: 110px !important;
}
.thirdLevel li
{
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	position: static !important;
	width: 110px !important;
}
