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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 12px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	border:0;
	left: 0;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	z-index: 999;
	border:1px solid #000;
	/*border-top:1px solid #FFF;*/
}
.ddsubmenustyle li {
	background-color:#ccc;
	border-top:1px solid #FFFFFF;
}
.ddsubmenustyle li a{
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color: black;
	/*background-color: lightyellow;*/
	text-decoration: none;
	padding: 4px 5px;
}

* html .ddsubmenustyle li a {
}
/** html .ddsubmenustyle ul li{ /*IE6 CSS hack*/
/*width: 170px; /*width of menu (include side paddings of LI A*/
/*height:28px;
margin-bottom:-3px;
}*/
.ddsubmenustyle li a:hover{
background-color: #ef3e36;
color: white;
}
/* html .ddsubmenustyle li li {
	padding-bottom:0px;
	width: 170px;
}
* html .ddsubmenustyle li li li {
	padding-bottom:0px;
	width: 100%; 
	
} */

/* ######### 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: 3px 0 0 0;
margin:0;
left: 100px;
border: 0;
}
.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
} 
/*ul#ddsubmenu3 {
	height:400px;
}
* html ul#ddsubmenu3 {
	w/idth:180px;
	width:0;
}
ul#ddsubmenu3 li {
	height:16px;
	line-height:16px;
	padding-top:0;
	padding-bottom:0;
}*/
ul#ddsubmenu3 li a , ul#ddsubmenu4 li a {
	padding-top:0;
	padding-bottom:0;
	height:14px;
	line-height:14px;
}
ul#ddsubmenu3 li a:hover , ul#ddsubmenu4 li a:hover {
	padding-top:0;
	padding-bottom:0;
}