/* ######### Drop Down ULs CSS ######### */
	
.ddsubmenudiv ul{
font: normal 14px Arial;
letter-spacing:0.2px;
font-weight:500;
left: 0;
top: 0;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
background: White;
border: 0px solid #BB8DC9;
border-bottom-width: 0;
border-top-width: 0;
visibility:  hidden;
z-index: 50;
}


.ddsubmenudiv ul li a{
	display: block;
	width: 130px;
	color: #F5F5F5;
	background-color: #AC86C4;
	/*background-image: url(../images/ourproducts_bg.jpg);*/
	background-repeat: repeat-x;
	
	text-decoration: none;
	padding: 8px 6px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #BB8DC9;
}

* html .ddsubmenudiv ul li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenudiv ul li a:hover{
background-color: #C889E2;
color: #000000;
}

/* ######### Neutral CSS  ######### */

.mainmenupointer{ /*CSS for arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.submenupointer{ /*CSS for arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

#ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}