.ddsmoothmenu-v ul li a.rootmaoblockcategories:link, .ddsmoothmenu-v ul li a.rootmaoblockcategories:visited {


}
.ddsmoothmenu-v ul li a.rootmaoblockcategories:hover, .ddsmoothmenu-v ul li a.rootmaoblockcategories:active, .ddsmoothmenu-v ul li a.rootmaoblockcategories:focus {

	background-color: #; /*background of menu items during onmouseover (hover state)*/

	text-decoration: none;

}
.ddsmoothmenu-v ul li a.maoblockcategories:link, .ddsmoothmenu-v ul li a.maoblockcategories:visited {

	background-color: #ffff; /*background of menu items (default state)*/

}
.ddsmoothmenu-v ul li a.maoblockcategories:hover, .ddsmoothmenu-v ul li a.maoblockcategories:active, .ddsmoothmenu-v ul li a.maoblockcategories:focus {

	background-color: #; /*background of menu items during onmouseover (hover state)*/

	text-decoration: none;

}
.ddsmoothmenu-v ul li a.selected-category { /*CSS class that is dynamically added to the currently active menu items LI A element*/

	background-color: #ffff; 

}
.ddsmoothmenu-v ul li a.selected-category:hover { /*CSS class that is dynamically added to the currently active menu items LI A element during onmouseover (hover state)*/

	background-color: #;

	text-decoration: none;

}
.ddsmoothmenu-v ul li a.rootselected-category { /*CSS class that is dynamically added to the currently active menu items LI A element*/

	background-color: #ffff; 

}
.ddsmoothmenu-v ul li a.rootselected-category:hover { /*CSS class that is dynamically added to the currently active menu items LI A element during onmouseover (hover state)*/

	background-color: #;

	text-decoration: none;

}
