/* css file for coc aus menu */

body { 
margin: 0px;
}

.menuBack {
background-color: #394249;
color: white;
font-family: Arial, Verdana;
font-size: 9pt;
font-weight: bold;
padding: 4px 0px 4px 0px;
margin: 0px 0px 0px 0px;
border-top: none;
border-right: none;
border-left: none;
width: 162px;
cursor: pointer;
}

.menuOver {
background-color: #879BA4;
color: white;
font-family: Arial, Verdana;
font-size: 9pt;
font-weight: bold;
padding: 4px 0px 4px 0px;
margin: 0px 0px 0px 0px;
border-top: none;
border-right: none;
border-left: none;
width: 162px;
cursor: pointer;
}

.menuBorder {
border-bottom: solid 1px #879BA4;
}