/* ######### Drop Down ULs CSS ######### */
	
.ddsubmenudiv ul{
	font: normal 11px Verdana;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5884A7;
	border-right-color: #5884A7;
	border-bottom-color: #5884A7;
	border-left-color: #5884A7;*/
}


.ddsubmenudiv ul li a{
	display: block;
	width: 150px;
	height: 15px;
	color: #FFFFFF;/*#C5C5C5*/
	
	background-image: url(../images/ourproducts_bg.jpg);
	background-color: #316795;/*#2786AF*/
	background-repeat: repeat-x;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD6C46*/;/*#48ACD7	 #DD6C46*/
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-color: #638BAC;
	border-right-color: #638BAC;
	border-bottom-color: #638BAC;
	border-left-color: #638BAC;
}

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

.ddsubmenudiv ul li a:hover{
	background-color: #638BAC;/*0099CC*/
	color: #FFFFFF;
}

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