div#hauptMenu {

}


#hauptMenu ol {
    margin:0;
    padding:0;

}


#hauptMenu ol li{
    list-style:none;
    font-weight:bold;
    font-size: 14px;
	float:left;

}


#hauptMenu ol li.hauptMenu_NO a {
width:110px;
height:29px;
padding-top:16px;
display:block;
border-right:1px solid #fff;
background: url("/fileadmin/templates/image/glanz_button_hauptmenue.jpg") no-repeat right bottom;
color:#fff;
text-decoration:none;
text-transform: uppercase;
letter-spacing: 0px;
text-align:center;
}



#hauptMenu ol li.hauptMenu_ACT a {
width:110px;
height:29px;
padding-top:16px;
display:block;
border-right:1px solid #fff;
background: url("/fileadmin/templates/image/glanz_button_hauptmenue_act.jpg") no-repeat right bottom;
color: #000000;
text-decoration:none;
text-transform: uppercase;
letter-spacing: 1px;
text-align:center;

}

#hauptMenu ol li.hauptMenu_NO a:hover {
        background: url("/fileadmin/templates/image/glanz_button_hauptmenue_act.jpg") no-repeat right bottom;
    	color: #fff;
}

#hauptMenu ol li.hauptMenu_ACT a:hover {
        background: url("/fileadmin/templates/image/glanz_button_hauptmenue_act.jpg") no-repeat right bottom;
    	color: #000;
}

