/* CSS Menu-Boxe */

.Head {
	font: bold 16px Comic Sans MS !important; color:#fbdb00!important;white-space: nowrap!important;
}

table.menuboxe  a {
    text-decoration:none!important;
    color: white!important;
    font: bold 14px Comic Sans MS!important padding-left: 15px!important;
    white-space: nowrap!important;
    line-height: 38px!important;
    background: url(images/backgroud.png) no-repeat bottom!important;
    height: 38px!important;
    width: 150px!important;
	 display:block;
}



table.menuboxe  a:hover   {
    color: #fbdb00!important;
    font: bold 14px Comic Sans MS!important padding-left: 15px!important;
    white-space: nowrap!important;
    line-height: 38px!important;
    background: url(images/backgroud-2.png) no-repeat bottom!important;
    height: 38px!important;
    width: 150px!important;
}

