
/* ccmenu ADD-ON
*******************************************************************************/
.menu_count {
float:left;
width:20px;
margin:0;
padding: 2px 0px;
color: White;
font-weight: bold;
text-align:center;
}

.menu_style {
float:left;
width:165px;
margin:0; 
padding: 2px 0px;
text-align:left;
}

.menu_style a{
color: white;
text-decoration: none;
}

.menu_style a:hover{
font-weight: bold;
}

