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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:"Trebuchet MS";
font-size:11px;
margin:0px;
padding: 0px;
float:left;
width:190px;
position: absolute;
list-style-type: none;
background: #3C3C3B;
visibility: hidden;
z-index: 100;
padding-bottom:3px;
}

.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
font-family:"Trebuchet MS";
font-size:11px;
margin:-0.5em -3em 0.50em 0.3em;
padding: 0;
position: absolute;
list-style-type: none;
background: #3C3C3B;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #fff;
text-decoration: none;
font-family:"Trebuchet MS";
font-size:11px;
background-color: #3C3C3B;       
padding: 0.6em 1.25em 0em 0.6em;
}

.ddsubmenustyle1 li a{
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: #fff;
text-decoration: none;
font-family:"Trebuchet MS";
font-size:11px;
background-color: #3C3C3B;       /* the background              */
padding: 0.6em 0.75em 0em 0.5em;
}

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

.ddsubmenustyle li a:hover{
	display: block;
	width: 170px;
	cursor: pointer;
	background-color: #6B6B6A;
	color: #fff;
	text-decoration: none;
	font-family:"Trebuchet MS";
	font-size:11px;
	padding-bottom:4px;
}
.ddsubmenustyle1 li a:hover{
	display: block;
	cursor: pointer;
	background-color: #6B6B6A;
	color: #fff;
	text-decoration: none;
	font-family:"Trebuchet MS";
	font-size:11px;
}

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

.ddiframeshim{
position: absolute;
z-index: 100;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
