@charset "utf-8";
/* CSS Document */

/*** TOP MENU BASIC DEF. ***/
#topMenu {
    float  : left;
    width  : 900;
    height : 43px;
    overflow : hidden;
}
#topMenu #tM_left {
    float  : left;
    height : 43px;
    width  : 4px;
    background : url(http://abi.schulkleidung.de/images/menu/topmenu_left.gif) no-repeat top left;
}
#topMenu #tM_middle {
    float  : left;
    height : 43px;
    width  : 892px;
    background : url(http://abi.schulkleidung.de/images/menu/topmenu_middle.gif) repeat-x top left;
}
#topMenu #tM_middle #tMM_menuarea {
    float : left;
}
#topMenu #tM_middle #tMM_searchbox {
    float : right;
    padding-top : 16px;
}
#topMenu #tM_middle #tMM_searchbox img {
    display : block;
    float   : left;
    height  : 22px;
    width   : 7px;
}
#topMenu #tM_middle #tMM_searchbox #search_textbox {
    display     : block;
    background  : url(http://abi.schulkleidung.de/images/menu/search_middle.gif) repeat-x top left;
    float       : left;
    margin      : 0px;
    padding-top : 4px;
    border      : 0px;
    height      : 22px;
    font-size   : 11px;
    font-family : Arial,Tahoma,Verdana,sans-serif;
    width       : 200px;    
}
#topMenu #tM_middle #tMM_searchbox #search_submit {
    background : url(http://abi.schulkleidung.de/images/menu/search_button.gif) no-repeat top left;
    width      : 24px;
    height     : 22px;
    margin     : 0px;
    padding    : 0px;
    cursor     : pointer;
    border     : 0px;
}


#topMenu #tM_right {
    float  : left;
    height : 43px;
    width  : 4px;
    background : url(http://abi.schulkleidung.de/images/menu/topmenu_right.gif) no-repeat top left;
}
#topMenu #tM_middle .tM_divider {
    float     : left;
    font-size : 1px;
    width     : 27px;
    height    : 43px;
    background : url(http://abi.schulkleidung.de/images/menu/topmenu_divider.gif) no-repeat top left;
}
/****************************************/


/*** TOP MENU ACTIVE/INACTIVE ITEMS ***/
#topMenu #tM_middle a {
    float           : left;
    display         : block;
    line-height     : 52px;
    height          : 52px;
    height          : 43px;
    padding-left    : 10px;
    padding-right   : 10px;
    font-size       : 13px;
    font-weight     : bold;
    text-decoration : none;
}
#topMenu #tM_middle a .itemtext {
    display:block;
    float:left;
    cursor: pointer;
}
#topMenu #tM_middle a .downarrow {
    display    : block;
    float      : left;
    height     : 5px;
    line-height : 5px;
    position : relative;
    top : 24px;
    font-size : 11px;
    background : url(http://abi.schulkleidung.de/images/menu/topmenu_itemactive_icon.gif) no-repeat top right;    
    cursor: pointer;
}
#topMenu #tM_middle .tM_active {
    float : left;
    height : 43px;
}
#topMenu #tM_middle .tM_active .tM_left {
    float : left;
    width : 4px;
    height : 43px;
    background : url(http://abi.schulkleidung.de/images/menu/topmenu_itemactive_left.gif) no-repeat top left; 
}
#topMenu #tM_middle .tM_active a {
    float  : left;
    color  : #ffffff;
    
    background : url(http://abi.schulkleidung.de/images/menu/topmenu_itemactive_middle.gif) repeat-x top left;  
    background-color: #cc0000;  
}
#topMenu #tM_middle .tM_active .tM_right {
    float : left;
    width : 4px;
    height : 43px;
    background : url(http://abi.schulkleidung.de/images/menu/topmenu_itemactive_right.gif) no-repeat top left;    
}

#topMenu #tM_middle .tM_inactive {
    float : left;
    height : 43px;
}
#topMenu #tM_middle .tM_inactive .tM_left {
    float : left;
    width : 4px;
    height : 43px;
}
#topMenu #tM_middle .tM_inactive a {
    color       : #2f2f2f;
}
#topMenu #tM_middle .tM_inactive .tM_right {
    float : left;
    width : 4px;
    height : 43px;
}
/******************************************/

/*** SUBMENU DEF. *****/
#subMenu {
    background    : #00cccc;
    float         : left;
    width         : 100%;
    border-bottom : 1px solid #8e8e8e;
    text-align : left;
}
#subMenu_inactive {
    background    : #00cccc;
    float         : left;
    width         : 100%;
    line-height   : 12px;
    height        : 12px;
    border-bottom : 1px solid #8e8e8e;
    text-align : left;
}
#subMenu a {
    text-decoration : none;
    color : #ffffff;
    font-size : 13px;
    display : block;
    float : left;
    padding-left : 33px;
    line-height   : 27px;
    height        : 27px;
}
#subMenu a.active {
    font-weight : bold;
}
/**************************/

#subMenu { background: #00cccc; }
#topMenu #tM_middle .tM_active .tM_left { background-color: #00cccc; }
#topMenu #tM_middle .tM_active a { background-color: #00cccc; }
#topMenu #tM_middle .tM_active .tM_right { background-color: #00cccc; }