.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: #ae4a90;
visibility: hidden;
margin-left: -40px;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 1px 1px 2px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 1px 1px 2px #818181;
-moz-box-shadow: 1px 1px 2px #818181;

 margin-top: -8px;

}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{

  text-align: left;
  display: block;
  width: 160px; /*width of menu (not including side paddings)*/
  color: white;
  height: 35px;
  font-family: tahoma;
  font-size: 12px;
  line-height: 280%;
  background: url('menu_pod.jpg') repeat-x;
  text-decoration: none;

  margin-left: 15px;
  margin-right: 15px;
  padding-left: 5px;
  padding-bottom: 2px;

}

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: url('menu_pod.jpg') repeat-x; color: #fff;
text-decoration: underline;
}
.flexdropdownmenu li a:visited {
background: url('menu_pod.jpg') repeat-x; color: #fff;

}
.flexdropdownmenu li a:active {
background: url('menu_pod.jpg') repeat-x; color: #fff;

}
.flexdropdownmenu li a:focus {
background: url('menu_pod.jpg') repeat-x; color: #fff;

}

.rightarrowclass{  background: url('arrow.gif') no-repeat;  margin-top: 4px;  float: right;
width: 7px; height: 10px;
/* position: absolute;
top: 6px;
right: 5px; */
}


