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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{ /*width of menu (not including side paddings)*/
color:#FFF;
display:block;
/*background:url(trans.png) repeat;*/
/*background:#999999;*/
/*font-family: Trajan Pro;*/
font-family:Tahoma;
font-size:12px;
font-weight:normal;
text-transform:none;
padding:5px 5px 5px 10px;	
letter-spacing:1px;
margin: 0;
}

.ddsubmenustyle li{
display:block;
width:200px;
/*background:url(../../../templates/jp_praisefolio_1.5/images/theme3/menu-bg.png) repeat-x;*/
margin: 0;
}



/** html .ddsubmenustyle li{ 
display: inline-block;
width: 50px; 
}*/
.ddsubmenustyle li a:hover{
background-color: #969696;
text-decoration:none;
color:#ff1800;
}

/* ######### 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;
}
