/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:0;
margin:0;
position: absolute;
left:0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}


#text_copy{
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
}
#text_copy:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}
.ddsubmenustyle li a{
	display: block;
	width: 190px; /*width of menu (not including side paddings)*/
	color:#ffffff;
	background-image:url(../images/top_submnu_bg.jpg);
	text-decoration: none;
	padding: 5px 8px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 150px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-image:url(../images/top_mnu_hoverbg.jpg);
color: #333333;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin:0;
padding:0;
position: absolute;
left:0;
top:0;
list-style-type: none;
visibility: hidden;
z-index: 200;
}

.ddsubmenustyle2 li a{
display: block;
width: 130px; /*width of menu (not including side paddings)*/
color:#fff;
background-image:url(../images/top_mnu_bg.jpg);
text-decoration: none;
padding: 5px 8px 5px 8px;
z-index: 200;
left:-200;
}

* html .ddsubmenustyle2 li a{ /*IE6 CSS hack*/
display: inline-block;
width: 100px; /*width of menu (include side paddings of LI A*/
padding: 5px 8px 5px 8px;
margin:0px;
}

.ddsubmenustyle2 li a:hover{
background-image:url(../images/top_mnu_hoverbg.jpg);
color:#333;
}



.ddsubmenustyle2 li ul a{
display: block;
width: 110px; /*width of menu (not including side paddings)*/
color:#333333;
background-color: #CCCCCC;
padding: 5px 8px 5px 8px;
text-decoration: none;
margin:0;
z-index: 200;
left:-200;
}

* html .ddsubmenustyle2 li ul a{ /*IE6 CSS hack*/
display: inline-block;
width: 110px; /*width of menu (include side paddings of LI A*/
padding: 5px 8px 5px 8px;
margin:0;
}

.ddsubmenustyle2 li ul a:hover{
background-color:#cccccc;
color:#333333;
}





/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left:0;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top:0;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
* html .rightarrowpointer{ /*IE6 CSS hack*/
display: inline-block;
}

