/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Tahoma, Geneva, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px 0 7px 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;  
z-index: 100;
display:block;
color: #3f48cc;
background:url(http://kassiopi.com/images/left_dropmenubg_bot.png) no-repeat right bottom;
}


.ddsubmenustyle li {margin:0px; padding:0px;}
.ddsubmenustyle li a{
display: block;
color: #3f48cc;
font-weight :bold;
text-decoration: none;
padding: 4px 5px 4px 10px;
border-bottom: 1px solid #ffd50d;
background:url(http://kassiopi.com/images/blue_menuarrow.gif) no-repeat left 8px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: block;
margin:0px; padding:0px;
}

.ddsubmenustyle li a:hover{
color: #000000;
text-decoration:underline;
}

/* ######### 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: 4px;
padding-left:60px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}














