/* ######### Drop Down ULs CSS ######### 
ul{position:absolute; width:197px; padding:0 0 3px 0; margin:14px 0 0 0; line-height:0; background:url(../images/core/menu_bottom.gif) bottom no-repeat;}
ul li{float:none; padding:0; margin:0; line-height:0;  list-style-type:none; background:url(../images/core/menu_mn.jpg) repeat-y;}
ul li a{font:normal 12px Arial, Helvetica, sans-serif; color:#fff; background:none; display:block; margin:0 6px; padding:10px 6px; border-bottom:1px solid #ada9a8;}
ul li a:hover{color:#baf799;}

ul li a.podcategory{background:url(../images/core/related_links/list.gif) right center no-repeat;}
ul li a.podcategory:hover{color:#baf799; background:url(../images/core/related_links/list_roll.gif) right center no-repeat;}

ul ul{position:absolute; width:197px; padding:0 0 3px 0; margin:-30px 0 0 197px; background:url(../images/core/menu_bottom.gif) bottom no-repeat;}
ul li ul li{float:none; padding:0; margin:0; cursor:pointer;  list-style-type:none; background:url(../images/core/menu_mn.jpg) repeat-y;}
ul li ul li a{font:normal 12px Arial, Helvetica, sans-serif; color:#fff; background:none; display:block; margin:0 6px; padding:6px;}
ul li ul li a:hover{color:#baf799;}*/

.ddsubmenustyle{ /*topmost and sub ULs, respectively*/
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
list-style: none;
width:100px; 
padding:0 0 0px 0; 
margin:0px 0 0 0; 
line-height:0; 
visibility: hidden;
z-index: 100;
margin-left: -13px;
margin-top: -8px;
border: 1px #a6171c solid;
border-top: 0;
}
.ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
position: absolute;
list-style-type: none;
list-style: none;
width:100px; 
}
.ddsubmenustyle li.first_li {
	border: 0;
	background: none;
}
.ddsubmenustyle li.first_li a{
border-bottom: 0px solid #ada9a8;
}


.ddsubmenustyle li {

float:none; 
padding:0; 
padding-bottom: 5px; 
padding-left: 3px; 
padding-right: 3px; 
margin:0; 
line-height:0;
font-size: 0;
list-style-type:none; 
background-color: white;
}

.ddsubmenustyle li a{
/*height: 17px;*/

font:normal 12px Arial, Helvetica, sans-serif; 
color:#000; 
background:none; 
display:block;
margin:0 6px; 
padding:10px 6px; 
text-decoration: none;
border-bottom:1px solid #f68e92;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
font:normal 12px Arial, Helvetica, sans-serif; 
color:#000; 
background:none; 
margin:0 6px; 
padding:10px 6px; 
text-decoration: none;
border-bottom:1px solid #f68e92;
}

.ddsubmenustyle li a:hover{
color:#d4364b;
}

.ddsubmenustyle li.li_last a{
border-bottom: 0px solid #ada9a8;
}

.ddsubmenustyle li a.podcategory{background:url(../images/core/related_links/list.gif) right center no-repeat;}
.ddsubmenustyle li a.podcategory:hover{color:#baf799; background:url(../images/core/related_links/list_roll.gif) right center no-repeat;}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
/*position: absolute;
padding-top: 3px;
left: 100px;
border: 0;*/
display: none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
