/*.ddsmoothmenu-v{
background:url(images/menu_bg.jpg) right top repeat-y; width:212px; height:150px;}*/

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 212px; /* Main Menu Item widths */
list-style-type: none;
font: bold 11px "Tahoma", Arial, sans-serif; background-color:#ECECEC;
 }
 
 .ddsmoothmenu-v ul.mnew{
width: 200px; /* Main Menu Item widths */
 }
 
.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:5px 5px 5px 10px; margin-left:50px;
   
}

.ddsmoothmenu-v ul.mnew li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding:5px; margin-left:0px
   
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #CCCCCC; /*background of menu items (default state)*/
/*color: white;*/
background:url(images/tabbg1.jpg) right repeat-y; /*background:url(images/menu_bg.jpg) right top repeat-y;*/
color:#464646;
text-transform:uppercase;
}

.ddsmoothmenu-v ul.mnew li a:link, .ddsmoothmenu-v ul.mnew li a:visited, .ddsmoothmenu-v ul.mnew li a:active{
background: #CCCCCC; /*background of menu items (default state)*/
/*color: white;*/
background:url(images/tabbg.jpg) repeat-y; /*background:url(images/menu_bg.jpg) right top repeat-y;*/
color:#464646;
text-transform:uppercase;
}


/*#abc ul li{
 
list-style-image: url("arrow.gif"); 
list-style-position:outside;
	}*/


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: #355898; */
color: #993300;
}

.ddsmoothmenu-v ul.mnew li a:hover{
/*background: #355898;*/ /*background of menu items during onmouseover (hover state)*/
color: #ED1B28;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
margin:0px;
padding:0px;
width: auto; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
background:url(images/tabbg.jpg) no-repeat #FFFFFF; 
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
