/* ######### Drop Down ULs CSS ######### */
	
.ddsubmenudiv 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;
}


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

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

.ddsubmenudiv ul li a:hover{
background-color: #555555;
color: white;
}


.ddsubmenu1 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;
}


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

.ddsubmenu1 ul li a:hover{
background-color: #555555;
color: white;
}


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



.ddsubmenudiv1 ul{  /* here lies the main css*/
font: normal 12px Arial, Helvetica, sans-serif;
margin-top:-30px;
margin-left:-165px;
padding: 0;
position: absolute;
list-style-type: none;
background-color:#898989;
border: 0px;
border-bottom-width: 0;
visibility: hidden;
z-index: 10;
width: 153px;
height:auto;
}


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

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

}

.ddsubmenudiv1 ul li a:hover{
background-color:#F5F5F5;
 height:auto;
}

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