.ddsmoothmenu-v ul{
margin: 0;
padding: 10px 0 0 0;
width: 100%; /* Main Menu Item widths */
list-style-type: none;
list-style:none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
list-style:none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: #575757;
text-decoration: none;
padding: 0 0 0 20px;
border-bottom: 1px solid #cfcfbf;
line-height: 32px;
text-transform: uppercase;
margin: 0 0 0 5px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
display: block; font-size:16px; text-transform: uppercase; line-height: 32px; height: 32px; text-align: left; padding: 0 40px 0 15px; color: #005784; background: url(http://www.maksoft.net/Templates/dogramata/images/menu_bullet.gif) 100% 0% no-repeat;}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(http://www.maksoft.net/Templates/miptrade/images/menu_bullet.gif) 0% 100% no-repeat #e15420;
color: #FFF;
}

.ddsmoothmenu-v ul li a:hover{
background: url(http://www.maksoft.net/Templates/dogramata/images/menu_bullet.gif) 100% 100% no-repeat; text-decoration: underline;
color: #005784;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 250px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
border-left: 5px solid #f36e3d;
border-right: 1px solid #FFF;
padding: 5px 0 5px 0;
margin: 0 0 0 1px;
background: #eaeadf;
border-radius: 5px; -moz-border-radius: 5px;
}

.ddsmoothmenu-v ul li ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: #575757;
text-decoration: none;
padding: 6px;
border-bottom: none;
margin: 0 0 0 5px;
background: #f0f0f0;
text-transform: uppercase; line-height: 32px; height: 32px; text-align: left; 
font-size: 11px;
}
 
.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
font-size: 11px;
background: #eaeadf;
}

.ddsmoothmenu-v ul li ul li a:hover, .ddsmoothmenu-v ul li ul li a.selected{
background: #e15420; /*background of menu items (default state)*/
color: #FFF;
} 
 
.ddsmoothmenu-v ul li ul .rightarrowclass{
position: absolute;
top: 0px;
right: 10px;
display: none;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */