/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 28, 2012 */



@font-face {
    font-family: 'DINLightRegular';
    src: url('din-light-webfont.eot');
    src: url('din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-light-webfont.woff') format('woff'),
         url('din-light-webfont.ttf') format('truetype'),
         url('din-light-webfont.svg#DINLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINMedium';
    src: url('din-medium-webfont.eot');
    src: url('din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-medium-webfont.woff') format('woff'),
         url('din-medium-webfont.ttf') format('truetype'),
         url('din-medium-webfont.svg#DINMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINRegular';
    src: url('din-regular-webfont.eot');
    src: url('din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-regular-webfont.woff') format('woff'),
         url('din-regular-webfont.ttf') format('truetype'),
         url('din-regular-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#menu{
  float:none;
  margin-left:60px;
  margin-bottom:100px;
  margin-top:30px;


}


/****************** Dropdown Menu styling starts here **************/
.menusan
{
 /* Use these parameters to positions your menu. */
  float:left;
  width:800px;


}
 
.menusan, .menusan li, .menusan li ul { /* all lists */
 padding: 0;
 margin: 0;
 list-style: none;
  font-family: 'DINLightRegular', Helvetica, sans-serif;
  font-size:14px;
}
 
.menusan li a {
 display: block;
 width: auto;
  color:#999;
  text-decoration:none;
    font-family: 'DINLightRegular', Helvetica, sans-serif;
  padding-bottom:6px;

}
 
.menusan li { /* all list items */
  width: auto; /* The width is needed by the Opera browser. */
  float:left;
  margin-right:30px;
}
 
.menusan li ul { /* second-level lists */
 position: absolute;
 width: auto;
 left: -98%; /* Use left instead of display to hide menus; display: none isn’t read by screen readers. */
 padding-top:5px;
  border-top:1px #AFBD22 dotted;

}
 
.menusan li a:hover {
  color:#AFBD22;

}
 
.menusan li ul, .menusan li.sfhover ul  { /* lists nested under hovered list items */
 left: auto; /* change this to 10px, 20px, etc for indenting the sub menu */
    float:left;
    color:#AFBD22;


}
.menusan .current a { 
    color:#AFBD22;

}






/* **************** Dropdown Menu styling end here ***************/
