/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0 0 0 -30px;
padding: 0;
position: absolute;
left: 0;
top: 0;
float: left;
list-style-type: none;
visibility: hidden;
z-index: 100;
width: auto;
height: 39px;
background: url(../images/submenu.png) repeat-x;
}
* html .ddsubmenustyle, .ddsubmenustyle ul {
 background: url(../images/noutati_box.jpg) repeat-x;
 padding-top: 10px;
}


.ddsubmenustyle li {
  float: left;
  border-right: 1px #b0bf99 solid;
  margin: 12px 0px 10px 0px;
  padding: 0 4px 0 5px;

}
* html .ddsubmenustyle li {
  clear: left;
  border: none;
  width: 163px;
  margin: 3px 0 2px 0;
  padding: 0 4px 0 25px;
}

.ddsubmenustyle li.no_border {
  border: none;
}
* html .ddsubmenustyle li.no_border {
  padding-bottom: 15px;
}


.ddsubmenustyle li.submenu_left {
  float: left;
  height: 39px;
  width: 16px;
  margin: 0;
  padding: 0;
  background: url(../images/submenu_left.png) no-repeat;
  border: 0;
}
* html .ddsubmenustyle li.submenu_left {
  display: none;
}


.ddsubmenustyle li.submenu_right {
  float: left;
  height: 39px;
  width: 16px;
  margin: 0;
  padding: 0;
  background: url(../images/submenu_right.png) no-repeat;
  border: 0;
}
* html .ddsubmenustyle li.submenu_right {
  display: none;
}
.ddsubmenustyle li a{
display: inline;
text-decoration: none;
color: #b0bf99;
float: left;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline;
}

.ddsubmenustyle li a:hover{
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
