/* ######### Drop Down ULs CSS ######### */
	
.ddsubmenudiv ul{
font: normal 12px Arial, Helvetica, sans-serif;
margin-left:0px;
margin-top:0px;
padding-top:0px;
padding-left:0px;
position: absolute;
list-style-type: none;
border: 0px;
border-bottom-width: 0;
visibility: hidden;
z-index: 10;
}


.ddsubmenudiv ul li a{
	display: block;
	width: 225px;
	color: white;
	background-color: #909c9c; /* #008FD4; */
	text-decoration: none;
	padding: 5px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #788787;
	border-right-color: #788787;
	border-bottom-color: #788787;
	border-left-color: #788787;
}

* html .ddsubmenudiv ul li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenudiv ul li a:hover{
background-color: #ECD78C;  /* #2CA5E0; */
color:#030303;
}



.ddsubmenudiv1 ul{
font: normal 12px Arial, Helvetica, sans-serif;
left: 0;
top: 0;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
background: white;
border: 0px;
border-bottom-width: 0;
visibility: hidden;
z-index: 10;
width: 90px;
}


.ddsubmenudiv1 ul li a{
display: block;
width: 160px;
color: white;
background-color: #008FD4;
text-decoration: none;
padding: 4px 5px;
border-bottom: 0px;
width: 90px;
}

* html .ddsubmenudiv1 ul li a{ /*IE6 CSS hack*/
display: inline-block;
width: 90px;
}

.ddsubmenudiv1 ul li a:hover{
background-color: #2CA5E0;
color: white;
}

/* ######### Neutral CSS  ######### */

.mainmenupointer{ /*CSS for arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.submenupointer{ /*CSS for arrow image added to drop down menu items*/
position: absolute;
padding-top: 0px;
//right: 2px;
border: 0;
}

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