/*
    Document   : ATPSAccordMenu
    Created on : September 6, 2011, 12:52:29 PM
    Author     : GM Schroeder
    Description:
*/


/*----------------------------------------------------------------------*/



.atpaccordmenu{


	width: 135px; /*width of menu*/


}

.atpaccordmenu div.atpaccordheader a{

	background: url(AccGrad138x40-0.gif) repeat-x center left;
	font-family:Tahoma; 
	font-size: 10pt;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 130px;
	padding: 7px;
	padding-left: 8px;
	text-decoration: none;
    /*border-top:1px solid black;			/*top of drop down menu*/
    /*border-bottom:1px solid #111111;		/*bottom of drop down menu*/
    /*border-right:1px solid black;       /*right of drop down menu  and of drop down menu */
    /*border-left:1px solid black;		/*left of drop down menu  and of drop down menu */
}


.atpaccordmenu div.atpaccordheader a:visited 
{
	background: url(AccGrad138x40-0.gif);
	font-family:Tahoma; 
	font-size: 10pt;


}


.atpaccordmenu div.selected a, .atpaccordmenu div.atpaccordheader a:
{

	font-family:Tahoma; 
	font-size: 10pt;
	text-decoration: none;	
	/*border: 1px solid #111111;	*/
    /*border-bottom:1px solid #111111;		/*bottom of drop down menu*/

}


.atpaccordmenu div.atpaccordheader a:active{

	background: url(AccGrad138x40-0.gif);
	font-family:Tahoma; 
	font-size: 10pt;


}


.atpaccordmenu div.selected a, .atpaccordmenu div.atpaccordheader a:hover{

	font-family:Tahoma; 
	font-size: 10pt;
	text-decoration: underline;	


}

.atpaccordmenu div.submenu{ /*DIV that contains each sub menu*/  /*SUBMENU background etc.*/

	font-family:Tahoma; 
	font-size: 10pt;
	width: 140px;
	padding: 5px;
	height: 120px; 
	margin-left: 0px;
	background-color:#ffffff;
	/*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
