.ddsmoothmenu-v ul{
margin: 0px 0px 0px 0px;
padding: 0;
width: 183px; /* Main Menu Item widths */
list-style-type: none;
font: 1em;
/**border-bottom: 1px dashed #DD8E40;*/
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 8px 6px 8px 6px;
border-bottom: 1px dotted #E6AC72;
border-right:1px solid #fff;
text-decoration: none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #F9EDD7; /*background of menu items (default state)*/
color: #6C0000;
text-decoration: none;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #C1220B; 
color: white;
text-decoration: none;
}

    .ddsmoothmenu-v ul li a:hover {
        background: #E4250C; /*background of menu items during onmouseover (hover state)*/
        color: white;
        text-decoration: none;
    }

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 190px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */










.menu_right ul{
margin: 0px 0px 0px 0px;
padding: 0;
width: 180px; /* Main Menu Item widths */
list-style-type: none;

font: 1em;
/**border-bottom: 1px dashed #DD8E40;*/
}
 
.menu_right ul li{
position: relative;
}

/* Top level menu links style */
.menu_right ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 5px 5px 5px 8px;
/*border-bottom: 1px dotted #E6AC72;*/
border-right:1px solid #fff;
text-decoration: none;

}

.menu_right ul li a:link, .menu_right ul li a:visited, .menu_right ul li a:active{
/*background: #FFCE3C; background of menu items (default state)*/
background-image:url(../images/bkgd_right_menu.jpg);
background-repeat:repeat-x;
color: #C0373E;
text-decoration: none;
}

.menu_right ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #C1220B; 
color: white;
text-decoration: none;
}

    .menu_right ul li a:hover {
        background: #E4250C; /*background of menu items during onmouseover (hover state)*/
        color: white;
        text-decoration: none;
    }