@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
  #nav_main {

    /* (en) containing floats in IE */

    /* (de) Einfassen der Floats im IE */

    width: 100%;

    overflow: hidden;

    /* (en) containing floats in all other browsers */

    /* (de) Einfassen der Floats in allen anderen Browsern */

    float: left;

    display: inline;

    /* (en) Repeat the main color from the image */

    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */

    background: #c0c0c0 url("/fileadmin/img/shiny_buttons/background.gif") repeat-x center right;

    border-top: 1px #333 solid;

    border-bottom: 1px #333 solid;

    line-height: 0;

  }

  #nav_main ul {

    margin-left: 20px;
  }

}
#topnav a {color:#000;}

  #submenu li a:focus,

  #submenu li a:hover,

  #submenu li a:active { background-color:#daf3ee; color: #000; }

  #submenu li ul li a:focus,

  #submenu li ul li a:hover,

  #submenu li ul li a:active { background-color:#daf3ee; color: #000; }

  #submenu li ul li ul li a:focus,

  #submenu li ul li ul li a:hover,

  #submenu li ul li ul li a:active { background-color:#daf3ee; color: #000; }

  #submenu li ul li ul li ul li a:focus,

  #submenu li ul li ul li ul li a:hover,

  #submenu li ul li ul li ul li a:active { background-color:#daf3ee; color: #000; }
