body
{
    font-family:Arial;
    line-height:18px;
   
}
.ddsmoothmenu
{
    font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
 color:#fff;
 width: 990px;
 height:50px;
 background:#fa9614; 
 background-repeat:repeat-x;
 border-top:solid 1px #fa9614;
 border-right:solid 1px #fa9614;
 border-left:solid 1px #fa9614;
 text-align:center;
 vertical-align:middle;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
list-style-image:none;
}

/*Top level list items*/
.ddsmoothmenu ul li
{
    font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:16px;
position: relative;
display: inline;
float: left;
text-align:left;
vertical-align:middle;
list-style-type: none;
 list-style-image:none;
 padding:0px 16px;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:16px;
color:black;
padding: 15px 0px;
color:#fff;
text-decoration: none;
 font-weight:bold;
vertical-align:middle;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
font-size:16px;
font-weight:bold;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#fff;

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #fff;
font-size:16px;
background-color: #fa9614;
  background-image:url(/images/front/hover.jpg);background-repeat:repeat-x;
}

.ddsmoothmenu ul li a:hover
{
  color: #fff;
  font-size:16px;
  background-color: #fa9614;
  background-image:url(/images/front/hover.jpg);background-repeat:repeat-x;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:13px;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
list-style-type: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
font-size:13px;
display: list-item;
float: none;
top:0px;
list-style:none;
color:White;
list-style-type: none;
 list-style-image:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
font-size:13px;
top: 0;
list-style-type: none;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a
{
  font-size:13px;
  width: 240px; /*width of sub menus*/
  padding: 5px;
  margin: 0;
  background-image: url(/images/back_menu.png);
  background-repeat: repeat;
}

.ddsmoothmenu ul li ul li a:link
{
  color:White;
  font-size:13px;

}
.ddsmoothmenu ul li ul li a:visited
{
  color:White;
  font-size:13px;

}
.ddsmoothmenu ul li ul li a:hover
{
  color:#000;
  font-size:13px;
  background-color:#fff;
  background-image: url(/images/back_menu_hover.png);
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow
{
  background-position: #333333;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}

@font-face {
    font-family: 'TrebuchetMSRegular';
    src: url('/include/trebuc/trebuc.eot');
    src: url('/include/trebuc/trebuc.eot') format('embedded-opentype'),
         url('/include/trebuc/trebuc.woff') format('woff'),
         url('/include/trebuc/trebuc.ttf') format('truetype'),
         url('/include/trebuc/trebuc.svg#TrebuchetMSRegular') format('svg');
}