<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #0e9ccb;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 1px 1px 2px #0e9ccb;
-moz-box-shadow: 3px 3px 8px #818181;
width: 200px; /*width of menu (not including side paddings)*/
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 190px; /*width of menu (not including side paddings)*/
height: 18px; /*height of menu (not including side paddings)*/
color: black;
background-image: url(/commerce/telugushop/newddmenu/images/backbg.gif);
border-bottom: 1px solid #0e9ccb;
text-decoration: none;
padding: 5px 5px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 195px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected&gt;a{
background: white;
}

.rightarrowclass{
position: relative;
top: 6px;
right: 6px;
}

</pre></body></html>