/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
/*[START-QCC]*/.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}/*[END-QCC]*//*[START-QCC0]*/#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}/*[END-QCC0]*/


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


  /* QuickMenu 0 */

  /*"""""""" (MAIN) Container""""""""*/  
  #qm0  
  {  
    width:auto;
    border-color:#FFFFFF;
    /*font-family: arial;*/
  }

  /*"""""""" (MAIN) Items""""""""*/  
  #qm0 a  
  {  
    display: block;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 36px;
    text-decoration:none;
    text-align:left;
    background: transparent url(../images/trenner.png) no-repeat top right;
    text-shadow: 0 0 4px rgba(0,0,0,1);
  }




  /*"""""""" (MAIN) Hover State""""""""*/  
  #qm0 a:hover, #qm0 a.act 
  {  
    background: transparent url(../images/hg_mainmenu_act.png) repeat-x top left;
    color:#FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,1);
  }


  /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/  
  #qm0 li:hover>a  
  {  
    background: transparent url(../images/hg_mainmenu_act.png) repeat-x top left;
    color:#FFF;
  }


  /*"""""""" (MAIN) Active State""""""""*/  
  body #qm0 .qmactive, body #qm0 .qmactive:hover  
  {  
     background: transparent url(../images/hg_mainmenu_act.png) repeat-x top left;
    color:#FFF;
  }


  /*"""""""" (SUB) Container""""""""*/  
  #qm0 div, #qm0 ul  
  {  
    padding:0px;
    margin:0px;
    width: 200px;
    background: #535454 url(../images/hg_submenu.png) repeat-x top left;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }


  /*"""""""" (SUB) Items""""""""*/  
  #qm0 div a, #qm0 ul a  
  {  
    padding: 0 30px;
    color:#FFF;
    font-size: 16px;
    text-transform: uppercase;
  -moz-transition: background-color 0.2s ease-in;   
  -webkit-transition: background-color 0.2s ease-in;   
  -o-transition: background-color 0.2s ease-in;  
  transition: background-color 0.2s ease-in;
  }


  /*"""""""" (SUB) Hover State""""""""*/  
  #qm0 div a:hover, #qm0 div a.act
  {  
    background-color:#272828;
    background-image: none;
    color:#FFF;
    text-decoration:none;
    border-color:#666666;
  }


  /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/  
  #qm0 ul li:hover>a  
  {  
     background-color:#272828;
    background-image: none;
    color:#FFF;
    text-decoration:none;
    border-color:#666666;
      }


  /*"""""""" (SUB) Active State""""""""*/  
  body #qm0 div .qmactive, body #qm0 div .qmactive:hover  
  {  
 background-color:#272828;
    background-image: none;
    color:#FFF;
    text-decoration:none;
    border-color:#666666;
  }


  /*"""""""" Individual Titles""""""""*/  
  #qm0 .qmtitle  
  {  
    margin:2px 5px 5px;
    color:#222222;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
  }


  /*"""""""" Individual Horizontal Dividers""""""""*/  
  #qm0 .qmdividerx  
  {  
    border-top-width:2px;
    margin:4px 5px;
    border-color:#A2A1AD;
  }


  /*"""""""" Custom Rule""""""""*/  
  ul#qm0 ul li:hover > a.qmparent  
  {  
    background-image:url("qmimages/arrow_0.gif");
    text-decoration:underline;
  }


  /*"""""""" Custom Rule""""""""*/  
  ul#qm0 ul li .qmparent  
  {  
    background-image:url("qmimages/arrow_0.gif");
    background-repeat:no-repeat;
    background-position:92% 50%;
  }


  /*"""""""" Custom Rule""""""""*/  
  ul#qm0 li:hover > a.qmparent  
  {  
    background-image:url("qmimages/arrow_2.gif");
    text-decoration:underline;
  }


  /*"""""""" Custom Rule""""""""*/  
  ul#qm0 li .qmparent  
  {  
    background-image:url("qmimages/arrow_3.gif");
    background-repeat:no-repeat;
    background-position:92% 50%;
  }
  /*[END-QS0]*/


