﻿/* ######### 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;
background: transparent;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 186px; /*width of menu (not including side paddings)*/
color: white;
text-decoration: none;
padding: 0;
margin: 0;
background-image:url('../images/gradient_bg.jpg');
background-repeat:no-repeat;
text-align:left !important;
text-indent:4px;
height:33px !important;
font-family:"Trebuchet MS";
font-size:12px;
line-height:15px;
border:1px white solid;
font-weight: bold;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 186px; 
height:33px;/*width of menu (include side paddings of LI A*/
background-image:url('../images/gradient_bg.jpg');
background-repeat:no-repeat;

}

.ddsubmenustyle li a:hover{

color: white;
background-image:url('../images/gradient_hover_bg.jpg');
background-repeat:no-repeat;

font-weight: bold;
text-decoration: none;
font-family:"Trebuchet MS";
font-size:12px;
line-height:15px;
height:33px;

}

/* ######### 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;
margin-top:10px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

