/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family: verdana,Arial;
font-size:9px;
font-weight:bold;
text-decoration:none;
margin: 0px;
padding: 0px;
position: absolute;
left: 0;
top: 0;
list-style-type:none;
background:transparent;
visibility: hidden;
z-index: 100;

}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	
	
	border:1 px transparent;
	w\idth:0; he\ight:0;
	 
}
.ddsubmenustyle li a{
display: block;
width: 90px;
color:#000000;
background:url('bgLightGrey.gif') no-repeat bottom ;	
text-decoration: none;
padding: 5px 8px;
border-right: 4px solid transparent; /*right divider between tabs*/
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
_border-right: 3px solid none; /*right divider between tabs*/
}

.ddsubmenustyle li a:hover{
background:url('bgYellow104.gif') no-repeat bottom ;
color: #4c4c4c;

}
.ddsubmenustyle a.selected{
background:url('bgYellow104.gif') no-repeat bottom ;
color: #4c4c4c;
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
margin-left: 4px;
border: 0;

}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/

padding-left: 3px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}