.ddsmoothmenu-v ul   { color: #313131; font: 12px Arial; list-style-type: none; margin: 0; padding: 0; width: 180px }
 
.ddsmoothmenu-v ul li { position: relative }

/* Top level menu links style */
.ddsmoothmenu-v ul li a  { color: #333; text-decoration: none; display: block; padding: 6px; overflow: auto; border-bottom: 1px solid #ccc;cursor:pointer }

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active   { color: #333; background: transparent }


.ddsmoothmenu-v ul li a.selected  { color: white; background: #00c }

.ddsmoothmenu-v ul li a:hover { color: white; background: #06f }

.ddsmoothmenu-v ul li a.solutions            { color: #fff; font-weight: bold; text-decoration: none; background-color: #39f }
.ddsmoothmenu-v ul li a.solutions2            { color: #fff; font-weight: bold; text-decoration: none; background-color: #f66 }
.ddsmoothmenu-v ul li a.solutions3            { color: #fff; font-weight: bold; text-decoration: none; background-color: #c9f }

/*Sub level menu items */
.ddsmoothmenu-v ul li ul   { color: #fff; font-weight: normal; background-color: #fff; visibility: hidden; position: absolute; border-top: 10px solid #d6d6d6; border-right: 1px solid #d6d6d6; border-left: 1px solid #d6d6d6 }

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 0; }
* html .ddsmoothmenu-v ul li a  { color: #fff; background-color: #06f; height: 0 }
/* End */
.ddsmoothmenu-v ul li ul li a { color: #fff; background-color: #03c }

