/*
Theme Name:     My Twenty Ten Child
Description:    My child theme for the Twenty Ten theme
Author:         RUF112
Template:       twentyten
Version:        0.0.1
*/

@import url("../twentyten/style.css");

/* Add your css styles after this comment */

/* Hauptmenü Hintergrund */
#access {
background: none repeat scroll 0 0 #0080FF;
}

/* Hauptmenü und Dropdown-Menü Textfarbe */
#access a {
color:#FFFFFF;
}

/* Hauptmenü Textfarbe Aktuelle Seite */
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
color: #FFFF00;
}

/* Hauptmenü und Rollupmenü Mausposition */
#access li:hover > a, #access ul ul:hover > a {
color: #000000;
background: #C0C0C0;
}

/* Schriftfarbe beim Hover ändern --> Hover, dann schwarz */
/* Hintergrund (Hover-Effekt) wird vom Eltern-Element übernommen. Müsste also schon gehen.
   Anderenfalls muss noch ein background-color-Attribut mit aufgenommen werden. */

#access ul ul a {
    background-color: #0080FF;
}

#access ul ul a:hover {
    color: #C0C0C0; 
}



