@font-face {
	font-family: HelveticaNeueLTComBd;
	font-weight: bold;
	src: url("font/HelveticaNeueLTComBd.eot") format("opentype");
	}
#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 34px;
  line-height: 100%;
  border-radius: 1px;
 /* -webkit-border-radius: 24px;
  -moz-border-radius: 24px; 
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B0B31;*/
 /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F50D33, endColorstr=#D91A47);
  background: -webkit-gradient(linear, left top, left bottom, from(#F50D33), to(#D91A47)); */
  background: #D3272D;
  border: solid 1px #6D6D6D;
  position:relative;
  z-index:999;
  border-bottom-width:thin;
}
#menu-bar li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	float: left;
	position: relative;
	list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 11px 12px 4px 8px;
  margin: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
 /* text-shadow: 2px 2px 3px #000000;*/
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #B72C32;
 /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBEBEB, endColorstr=#A1A1A1); */
  background: #B72C32;
  background: #B72C32;
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  /*text-shadow: 2px 2px 3px #FFFFFF; */
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#04ACEC, endColorstr=#0186BA);
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul {
  background: #DDDDDD;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 34px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {

  display: block;
}
* html #menu-bar {
  height: 1%;
}


#linknav { 
     /* width: 100%;*/
      float: right;
	  margin-top:-50px;
	 font-family:"Trebuchet MS";
      list-style: none;
	 /* font-family: "HelveticaNeueLT-BoldCond";*/
      background: none repeat-x scroll 0 0 #D3272D;
      background-color:#D3272D ;    /*#f7f7f7; FF0000 #e4e4e4 */
	  border-top: 1px solid #E89194;
	  border-bottom:1px solid #E89194;
	  border-right:1px solid #E89194; 
      position: relative;
	  }
#linknav ul{ padding: 0px; margin:0px}
#linknav ul li  {
      float: left; 
      list-style: none;
      position: relative;
       }
#linknav ul li a  {
      display: block;
      padding: 6px 15px 8px  28px;
      text-decoration: none;
	  font-size:13px;
      font-weight: bold;
	  font-family:"Trebuchet MS";
	  text-transform:uppercase;	 
      color: #fff;/*#5c5a5a;*/
      /*border-left: 1px solid #ccc; */
	  }

#linknav ul li a:hover {
      color: #fff;
      background-color: #B21D23;/* #FE2B26;*/
	  }
#linknav .menuBarFontText a:hover {
      background: url("images/arrow_down_white2.gif") no-repeat scroll right 50% transparent;
      color: #fff;
      background-color: #B21D23;/* #FE2B26;*/
	  }
#linknav  .menuBarFontText{ background: url("images/arrow_down_white2.gif") no-repeat scroll right 50% transparent;}
#linknav  li .dd { display: none; position: absolute; left: 0;  background: #efefef; /*#F7F7F7;*/ padding-top: 8px; padding-bottom: 4px;border-left: 1px solid #ccc; border-right: 1px solid #ccc;border-bottom: 1px solid #ccc; }
#linknav  li .dd li a { float: left; color:#797979; display: inline; padding-left: 16px;  font-size: 12px; line-height: 14px; word-spacing: 1px; padding-right: 10px; width: 125px; padding: 3px 18px 3px  16px; }
#linknav  li .dd li a:hover,
#linknav  li .dd li.pr-active a,
#linknav  li .dd li .dd li a:hover { background: #cecece url('images/item.png') no-repeat 20px 9px; }
#linknav  li .dd .dd { left: 146px; top: -8px; padding: 8px 0; }
#linknav  li .dd .dd li a { padding-left: 15px; width: 136px; }
#linknav  li .dd li.pr-active .dd a { background: #cecece url('images/item.png') no-repeat 20px 9px; }	 

