/* Accordion Menu powered by www.menucool.com */

/* ##### Top level items #####*/

div#rightColumn #content #acdnmenu 
{
    /* Note about height: 
    Set "height:auto;" if flexible height is required. 
    A fixed height is prefered as content below the menu won't be pulled down/up when the menu is expanding/collapsing. */
    height: auto;
    width: 630px;
	margin-left:0px;
}

div#rightColumn #content #acdnmenu ul{
	margin-left:15px;
	margin-right:0px;
}


#acdnmenu ul.top
{
	padding-left:0;
    background:#fff;
   
    padding-bottom:px;
}

#acdnmenu div.heading, #acdnmenu a.link
{
    padding:8px; padding-left:35px;
    text-align:left;
    font:bold 12px Verdana, Arial, Helvetica, sans-serif;
    color:#FFF; 
    background:#fff;
    text-decoration:none;
    border-bottom:none;
    outline:none;
}

#acdnmenu div.current, #acdnmenu div:hover, #acdnmenu a.link:hover, #acdnmenu div.current a.link
{

}

/*Top level link without children*/
#acdnmenu a.current, #acdnmenu a.current:hover
{
    color:#FFF;
    text-decoration:underline;   
}

/* arrow image for the top headings */
#acdnmenu div.arrowImage {
    width:12px;
    height:12px;
    top:3px;
	margin-left:7px;
    left:20px; /* Changing it to "right:4px;" will position the arrow image to the right */
    background-image:url(../images/common/arrows.gif);
    background-position:0 -24px;
}

#acdnmenu div.current div.arrowImage {
    background-position:0 -36px;
}

#acdnmenu li.separator
{
    border-top:none;
    border-bottom:none; 
}


/* ##### Sub level items #####*/
#acdnmenu ul.sub
{
	padding-left:35px; /*This determines the hierarchical offset*/ 
}

#acdnmenu ul.sub div.heading
{
    text-align:left;
    font:bold 12px Verdana, Arial, Helvetica, sans-serif;
    padding:5px; padding-left:35px;
    color:#000;
    background:#999999; 
    border:none;
}
#acdnmenu ul.sub div.heading a
{
    color:#000;
}

#acdnmenu ul.sub div.current
{
    color:#000;
    background:#999999; 
}

#acdnmenu ul.sub a.link
{
    font:normal 11px Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    margin:0;
    text-decoration:none;
    background:#fff; 
    border:none;
	padding-left:0;
	vertical-align: top;
	
}

#acdnmenu ul.sub a.link:hover, #acdnmenu ul.sub a.current, #acdnmenu ul.sub div.heading a:hover, #acdnmenu ul.sub div.heading a.current
{
    color:#000;
    text-decoration:underline;
    background:none; 
}


#acdnmenu ul.sub div.arrowImage {
    width:12px;
    height:12px;
    top:6px;
    left:4px;
	margin-left:7px;
    background-image:url(../images/common/arrows.gif);
    background-position:0 -24px;
}
#acdnmenu ul.sub div.current div.arrowImage {
    background-position:0 -36px;
}



/* ##### Followings usually don't need modification ###### */
/*Hack the font-size:0 bug for IE6 */
#acdnmenu,  #acdnmenu ul
{
    display:block;
    font-size:0px;
    line-height:0px;
}
#acdnmenu li {font-size:12px; line-height:6px;}
#acdnmenu:after {content:'.';height:0;clear:both;display:block;visibility:hidden;} 

/*Hack for IE6-7*/
#acdnmenu ul, #acdnmenu li, #acdnmenu div.heading, #acdnmenu a.smLink, #acdnmenu div.description {*zoom:1;}
#acdnmenu li {*float:left;*width:100%;}

#acdnmenu ul
{
	position:relative;/*!*/
	overflow:hidden;
	padding:0;margin:0 0 0 0;list-style-type: none;padding-left:10px;
}
#acdnmenu>ul{visibility: hidden;}
#acdnmenu li {padding:2.5px 0;margin:0;}

#acdnmenu div.heading, #acdnmenu div.current
{
	position:relative;
    cursor: pointer;
}
#acdnmenu div.arrowImage {position:absolute; overflow:hidden;}



div#rightColumn #content #acdnmenu li h3
{
	padding-left:30px;
	background:#fff;
}

div#rightColumn #content #acdnmenu .contentList li
{
	line-height:20px;
	list-style-type: disc;
	margin-left:45px;
	
}

#acdnmenu a img{

	
}

.navCases{
	height:135px;
}

.navCases img{
	margin-left: -35px;
	margin-right:10px;
	width: 240px;
	float:left;
}

.navCases a{
	float:left;
	line-height:20px;
	text-decoration: none;
	color: #000;
	
}

div#rightColumn #content #acdnmenu .contentList li.CTaccordion
{
    list-style-type:none;
    margin-left:25px;
    height:670px;
}

div#rightColumn #content #acdnmenu .contentList li.pathAccordion
{
    list-style-type:none;
    margin-left:25px;
}

div#rightColumn #content #acdnmenu .contentList img.textModuleGraphic{
    margin:20px 80px;
}

div#rightColumn #content #acdnmenu .contentList a.textModuleLink{
    display:inline !important;
    font-size:12px;
    vertical-align:baseline;
    padding:0;
}
