.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 200px; /* Main Menu Item widths */
list-style-type: none;
font:  12px Verdana;



}
 
.ddsmoothmenu-v ul li{
position: relative;
height:42px;
margin-bottom:-2px;
background:url(./images/rub1.jpg) ;



}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;


}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
color: white;

}


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



}

.ddsmoothmenu-v ul li a:hover{
color: #167E43;

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/

* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
.ddsmoothmenu-v2 ul{
margin: 0;
padding: 0;
width: 200px; /* Main Menu Item widths */
list-style-type: none;
font:  12px Verdana;



} 
 
.ddsmoothmenu-v2 ul li{
position: relative;
height:35px;
text-align:justify;
background:url(./images/rub2.jpg);


}

/* Top level menu links style */
.ddsmoothmenu-v2 ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;

}

.ddsmoothmenu-v2 ul li a:link, .ddsmoothmenu-v2 ul li a:visited, .ddsmoothmenu-v2 ul li a:active{

color: white;
}


.ddsmoothmenu-v2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #165197;
height:40px;
}

.ddsmoothmenu-v2 ul li a:hover{
color: #165197;
height:40px;
font-weight:bold;
}

/*Sub level menu items */
.ddsmoothmenu-v2 ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

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