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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size: 11px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
/*background: #255C83;*/
z-index: 100;
}

.ddsubmenustyle ul li ul {

background-color: #D1DCE5;
/*
background-color: #255C83;*/
color: #933;
min-width: 200px;
}

.ddsubmenustyle li {
	background: url(../../images/arrow_white.gif) no-repeat 15px center;
	background-color: #255C83;
}

.ddsubmenustyle li ul li {
	background: #D1DCE5 url(../../images/arrow_red.gif) no-repeat 15px center;
	color: #933;
	/*background-color: #255C83;*/
}

.ddsubmenustyle li ul li a:hover {
	background: #255C83 url(../../images/arrow_white.gif) no-repeat 15px center;
	color: #FFF;
}

.ddsubmenustyle li ul li a {
	color: #933;
}	

.ddsubmenustyle li a{
font-weight: normal;
display: block;
/*width: 180px; /*width of menu (not including side paddings)*/
color: #FFF;
text-decoration: none;
padding: 5px 25px 5px 28px;
border-bottom: 1px solid #4B7999;
}

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

.ddsubmenustyle li a:hover{
color: #933;
background: #D1DCE5 url(../../images/arrow_red.gif) no-repeat 15px center;
}

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