/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:"ËÎÌå";
position: absolute;
left: -10px;
top: 0px;
margin-top:-3px;
background:url(../bbx.png) top center;
_background:#ffffff;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bbx.png");
visibility: hidden;
z-index: 100;
width:96px;
}

.ddsubmenustyle4, .ddsubmenustyle4 ul{ /*topmost and sub ULs, respectively*/
font-family:"ËÎÌå";
position: absolute;
left: -10px;
top: 0px;
margin-top:-3px;
background:url(../bbx.png) top center;
_background:#ffffff;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bbx.png");
visibility: hidden;
z-index: 100;
width:82px;
}

.ddsubmenustyle5, .ddsubmenustyle5 ul{ /*topmost and sub ULs, respectively*/
font-family:"ËÎÌå";
position: absolute;
left: -10px;
top: 0px;
margin-top:-3px;
background:url(../bbx.png) top center;
_background:#ffffff;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bbx.png");
visibility: hidden;
z-index: 100;
width:110px;
}

.ddsubmenustyle li a{
display: block;
width: 91px; /*width of menu (not including side paddings)*/
color:#666666;
font-size:12px;
text-decoration: none;
display:block;
text-align:center;
padding:5px 0;
border-bottom: 1px solid #DBDBDB;
 white-space:normal;
}
.ddsubmenustyle li a{color:#666666;}
.ddsubmenustyle li a:hover{color:#ffffff;}
.ddsubmenustyle4 li a{color:#666666;}
.ddsubmenustyle4 li a:hover{color:#ffffff;}
.ddsubmenustyle5 li a{color:#666666;}
.ddsubmenustyle5 li a:hover{color:#ffffff;}

#ddsubmenu1 li { _width:88px;}
#ddsubmenu1 li a{	display: block;
width: 84px; *width:86px; width:88px\9; /*width of menu (not including side paddings)*/
font-size:12px;
text-decoration: none;
display:block;
text-align:center;
padding:5px 3px;
border-bottom: 1px solid #DBDBDB;
 white-space:normal;}
 #ddsubmenu2 li { _width:88px;}
#ddsubmenu2 li a{
	display: block;
width: 84px; *width:86px; width:88px\9; /*width of menu (not including side paddings)*/
font-size:12px;
text-decoration: none;
display:block;
text-align:center;
padding:5px 3px;
border-bottom: 1px solid #DBDBDB;
 white-space:normal;
	}
#ddsubmenu3 li { _width:88px;}
#ddsubmenu3 li a{
	display: block;
width: 84px; *width:86px; width:88px\9; /*width of menu (not including side paddings)*/
font-size:12px;
text-decoration: none;
display:block;
text-align:center;
padding:5px 3px;
border-bottom: 1px solid #DBDBDB;
 white-space:normal;
	}
.ddsubmenustyle4 li a{display: block;
width: 72px; *width:78px; width:76px\9; /*width of menu (not including side paddings)*/
font-size:12px;
text-decoration: none;
display:block;
text-align:center;
padding:5px 3px;
border-bottom: 1px solid #DBDBDB;
 white-space:normal;}
 
 .ddsubmenustyle5 li a{display: block;
width: 96px;  *width:102px; width:102px\9; /*width of menu (not including side paddings)*/
color:#666666;
font-size:12px;
text-decoration: none;
display:block;
text-align:center;
padding:5px 3px;
border-bottom: 1px solid #DBDBDB;
 white-space:normal;}
 
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 96px; /*width of menu (include side paddings of LI A*/
}
* html .ddsubmenustyle4 li{ width:82px;display: inline-block;
 }
.ddsubmenustyle li a:hover,.ddsubmenustyle4 li a:hover,.ddsubmenustyle5 li a:hover{
background:#c42c81;
color:#ffffff;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
background:none;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 10px;
left: 100px;

border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}