

#nav0Shell ul{ /* 1st Level UL */
	list-style: none;
  margin:0 0 0 -30px;
  padding:0;
  font-family: Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	width: 952px;


}

#nav0Shell ul li ul{ /* 2nd Level only */
	margin: 0;
	list-style: none;
  margin:0;
  padding:0;
}

#nav0Shell a { /* all links */
	display: block;
	outline: none;
}
#nav0Shell ul li {
	float:right;
	margin:0 2px 0 0 ;
}

#nav0Shell ul li.page-item-9 {
  margin-right:0;
}

#nav0Shell ul li.page-item-2  {
  width:120px;
}

#nav0Shell ul li a { /* 1st level links */
  display:block;
  color:#ddd;
  text-decoration:none;
  padding:15px 21px 15px 21px;
  margin:0;
  outline: none;
  background-color:#212121;

}
#nav0Shell ul li a:hover {
  background-color:#d90102;
}


#nav0Shell ul li ul { /* Second level UL */
	position: absolute;
  background-color:#212121;
  padding:7px 1px 2px 0px;
	width:180px;
	left: -999em; 
}
#nav0Shell ul ul li { /* 2nd level list items */
  text-align:left;
}
#nav0Shell ul ul li a { /* 2nd level links */
  background-color:#212121;
  display:block;
  color:#ddd;
  text-decoration:none;
  font-weight:bold;
  font-size:12px; 
  padding:2px 7px 4px 7px;
  margin:2px 2px 2px 2px;
	width:162px;
  outline: none;
  border-right:0;
}


#nav0Shell ul li:hover ul, #navShell ul li.sfhover ul { 
	left: auto;
}

#nav0Shell ul li:hover, #navShell ul li.hover {  
  position: static;  
}

#nav0Shell ul li.current_page_item a, #nav0Shell ul li.current_page_parent a{ /* Current Page & current page ancestor */
  background-color:#d90102;
  text-decoration:none;
  color:#ddd;
}
#nav0Shell ul li.current_page_item ul li a, #nav0Shell ul li.current_page_ancestor ul li a{ /* Override; otherwise all sub-lis are marked as in */
  background-color:#212121;
  text-decoration:none;
  color:#ddd;
}
#nav0Shell ul li.current_page_parent ul li.current_page_item a{
  background-color:#212121;
  text-decoration:none;
  color:#ddd;
}
#nav0Shell ul li.current_page_parent ul li a:hover, #nav0Shell ul li.current_page_item ul li a:hover{ 
  background-color:#d90102;
  text-decoration:none;
  color:#ddd;
}





