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

.kulso {
width:205px;
display:block;
background:url(submenubg.png) no-repeat top center;
padding-top:7px;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0px;
padding: 7px 0 7px 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:url(submenubottom.png) no-repeat bottom center;
visibility: hidden;
z-index: 100;
width:205px;

}

/*.ddsubmenustyle li h3{padding:0; margin:0; font:normal 11px Arial, Helvetica, sans-serif; color:#b6351f;}*/


.ddsubmenustyle li a{
font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
display: block;
width: 175px; /*width of menu (not including side paddings)*/
color:#000;
text-decoration: none;
padding: 5px 15px;
border-bottom: none;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85); -moz-opacity: 0.85; opacity:0.85;
}

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

.ddsubmenustyle li a:hover{
background:url(submenuhover.png) no-repeat top center;
}

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

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

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

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