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

}


.ddsubmenudiv ul li a{
display: block;
width: 200px;
color: white;
background-color: #31336c;
text-decoration: none;
padding: 4px 5px;
border-bottom: 0px;
font-weight:bold;
}

* html .ddsubmenudiv ul li a{ /*IE6 CSS hack*/
display: inline-block;
width: 200px;
font-weight:bold;
}

.ddsubmenudiv ul li a:hover{
background-color: #146173;
color: white;
font-weight:bold;
}



.ddsubmenudiv1 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;
width: 200px;



}


.ddsubmenudiv1 ul li a{
display: block;
width: 200px;
color: white;
background-color: #31336c;
text-decoration: none;
padding: 4px 5px;
border-bottom: 0px;
width: 200px;
font-size:11px;
font-weight:bold;


}

* html .ddsubmenudiv1 ul li a{ /*IE6 CSS hack*/
display: inline-block;
width: 200px;
font-weight:bold;

}

.ddsubmenudiv1 ul li a:hover{
background-color: #146173;
color: white;
font-weight:bold;
}

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