.indent{
margin-left: 20px;
font-weight: normal;
}

.outdent{
margin-left: -20px;
}

.ddsmoothmenu-v ul{
margin: 0 0 0 20px;
padding: 0;
width: 190px; /* Main Menu Item widths */
font: bold 16px Verdana;
list-style-type: circle;
list-style-position: inside;
color: #DD7409;
}

.ddsmoothmenu-v ul li{
position: relative;
padding-bottom: 5px;
padding-top: 2px;
}

.ddsmoothmenu-v ul li:hover{
  list-style-type: circle;
  color: white;
}

.ddsmoothmenu-v ul li.head1{
list-style-type: none;
margin-left: -20px;
font: bold 21px Verdana;
}

.ddsmoothmenu-v ul li.head2{
list-style-type: none;
font: bold 17px Verdana;
}

.ddsmoothmenu-v ul li.head1:hover,
.ddsmoothmenu-v ul li.head2:hover{
color: #DD7409;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
color: #DD7409;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background-color: transparent; /*background of menu items (default state)*/
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black;
}

.ddsmoothmenu-v ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
list-style-image: none;
list-style-type: none;
}

.ddsmoothmenu-v ul li ul li:hover{
list-style-type: none;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */