You should change the color in css file
For horizontal ddsmoothmenu.css.
Code:
.ddsmoothmenu{
font: bold 12px Verdana;
background: #e6e6e6; /*background of menu bar (default state)*/
width: 600px;;
}
.ddsmoothmenu ul li a{
display: block;
background: #e6e6e6; /*background of menu items (default state)*/
color: #316e9b;
padding: 8px 10px;
border-right: 1px solid #778;
color: #c0c0c0;
text-decoration: none;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #1f6289;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #808080 !important;
color: white;
}
.ddsmoothmenu ul li a:hover{
background: #808080; /*background of menu items during onmouseover (hover state)*/
color: white;
}
Bookmarks