@CHARSET "UTF-8";

.clearfix {
	clear:both;
}
#nav_container {
	width: 961px;
	margin: 0 auto;
	position: relative;
	height: 33px;
	background: #ffffff;
	border-bottom: 3px solid #dfdfdf;
}

#nav {
  width: 961px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  height: 32px;
  background: #ffffff url(img/nav_bg.gif) repeat-x;
  position:relative;
  font-family: Arial, Helvetica;
  font-size: 12px;
}

#nav LI {
  margin: 0;
  padding: 0;
  float: left;
  height: 32px;
  line-height:32px;
  position: relative;
  background: transparent url(img/nav_separator.gif) no-repeat right;
}

#nav LI.first {
  border-left:none;
}

#nav LI#CIT {
  width: 114px;
}

#nav LI#AIR {
  width: 90px;
}

#nav LI#FOO {
  width: 114px;
}

#nav LI#DRV {
  width: 80px;
}

#nav LI#WAT {
  width: 74px;
}

#nav LI#TOU {
  width: 140px;
}

#nav LI#LIF {
  width: 146px;
}

#nav LI#SPA {
  width: 70px;
}
#nav LI#CER {
  width: 133px;
  background: transparent url(img/nav_xd.gif) no-repeat left;
}


  
#nav A,
#nav A:ACTIVE,
#nav A:VISITED {
  color: white;
  text-decoration: none;
  display:block;
  height: 100%;
  text-align:center;
}

#nav SPAN {
  margin: 0 5px;
  padding-right:10px;
  background: url(img/nav_arrow_i.gif) no-repeat right;
} 


#nav_items { 
  list-style:none;
  margin:0;
  padding:0;
  font-family: Arial, Helvetica;
  font-size: 12px;
}

#nav_items > LI {
 position: absolute;
}

#nav_items H4{
  float:left;
  background: url(img/nav_tab_left.gif) no-repeat left;
  padding: 19px 10px 15px 15px ;
  margin:0;
  color:#2e2e2e;
  font-size:12px;
  font-weight: normal;
  text-align: center;
}

#nav_items H4 A{
  color: #000000;
  text-decoration:none;
  display:block;
}

#nav_items H4 SPAN {
  padding-right:5px;
  background: url(img/nav_arrow_a.gif) no-repeat right;
} 
#nav_items SPAN.end{
  display:block;
  float:left;
  position:relative;
  background: url(img/nav_tab_right.gif) no-repeat right;
  padding:  19px 1px 15px 0;
}

#nav_items .items {
  position: relative;
  top: -6px;
  background: #f8f8f8 url(img/nav_items_bg.gif) top repeat-x;
}

#nav_items #SPA_items .items, #nav_items #SPA_items .foot {
	width: 203px;
}

#nav_items #AIR_items .items, #nav_items #AIR_items .foot {
	width: 396px;
}

#nav_items #CIT_items .items, #nav_items #CIT_items .foot {
	width: 500px;
}

#nav_items #FOO_items .items, #nav_items #FOO_items .foot {
	width: 396px;
}

#nav_items #DRV_items .items, #nav_items #DRV_items .foot {
	width: 296px;
}

#nav_items #WAT_items .items, #nav_items #WAT_items .foot {
	width: 396px;
}

#nav_items #TOU_items .items, #nav_items #TOU_items .foot {
	width: 396px;
}

#nav_items #LIF_items .items, #nav_items #LIF_items .foot {
	width: 396px;
}

#nav_items #CER_items .items, #nav_items #CER_items .foot {
	width: 300px;
}

#nav_items .inner {
   /*background: url(img/nav_items_inner_bg.png) bottom no-repeat;*/
   padding: 20px;
}

#nav_items .foot {
   background: url(img/nav_items_bottom_left.gif) bottom left no-repeat;
   height: 6px;
   position:relative;
   top:-7px;
   left:0px;
   width: 496px;
   z-index:500;
}

#nav_items #CER_items .foot {
   background: url(img/nav_items_bottom_left_CIT.gif) bottom left no-repeat;
}

#nav_items #SPA_items .foot {
   background: url(img/nav_items_bottom_left_SPA.gif) bottom left no-repeat;
}

#nav_items #GIF_items .foot {
   background: url(img/nav_items_bottom_left_GIF.gif) bottom left no-repeat;
}


#nav_items .foot SPAN {
   background: url(img/nav_items_bottom_right.gif) bottom right no-repeat;
   height: 6px;
   display:block;
}


#nav_items UL{
  list-style:none;
  margin: 0;
  padding: 0;
  width: 150px;
}

#nav_items .left {
  float: left;
}

#nav_items .right {
  float: left;
}

#nav_items UL LI {
  padding: 5px 10px;
  background: url(img/nav_bullet.gif) no-repeat left center;
}
#nav_items UL LI A{
  color:#666666;
  text-decoration: none;
}
#nav_items UL LI A:HOVER{
  color:#333333;
}
