/* ####################################		Menu Type 3 Styles	(Expanded)	###################### */

/*==================== Level 1 ====================*/

td.pc_separator{
	height:1px;
	background-image:none;
	background-repeat:repeat-x;
}

td.pc_menu_collapse_image{    /*First Level Image TD*/
	padding: 1px 1px 1px 1px;
	background-color:none;
	border-bottom:1px #b0b0b0 dotted;
	width:8%;
	cursor:pointer;	
}

td.pc_menu_level1{    /*First Level TD*/
	background-color:none;
	padding: 6px 0px 0px 5px;
	*padding: 5px 0px 0px 5px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	border-bottom:1px #b0b0b0 dotted;
	vertical-align:top;
	height:26px;
	*height:20px;
	color:#484848;
}

td.pc_menu_level1_over{   /*First Level TD over*/
	background-color:none;
	padding: 6px 0px 0px 5px;
	*padding: 5px 0px 0px 5px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	border-bottom:1px #b0b0b0 dotted;
	vertical-align:top;
	height:26px;
	*height:20px;
	color:#484848;
}

a.pc_menu_level1{     /*First Level Text Link*/
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color:#000;
	font-weight:bold;
}

a.pc_menu_level1:visited{  /*First Level Text Link visited*/
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color:#9444a2;
	font-weight:bold;
}

a.pc_menu_level1:hover{   /*First Level Text Link hover*/
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color:#9444a2;
	font-weight:bold;
}



/*==================== Level 2 ====================*/

div.pc_menu_level2 {  /*Secound Level div of all subs */
	padding:2px 0px 5px 0px;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: none;
}

td.pc_menu_level_Sub2{   /*Secound Level icon TD*/
	height: 25px;
	*height: 20px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-color:none;
	border-bottom:0px #ffffff solid;
	width:20px;
	padding: 5px 0px 2px 10px;
	*padding: 0px 0px 2px 5px;
	cursor:pointer;
	text-align:right;
}

td.pc_menu_level_Sub2_over{     /*Secound Level icon TD over*/
	height: 25px;
	*height: 20px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-color:none;
	border-bottom:0px #ffffff solid;
	width:20px;
	padding: 5px 0px 2px 5px;
	*padding: 0px 0px 2px 5px;
	cursor:pointer;
	text-align:right	
}

td.pc_menu_level2{    /*Second Level TD*/
	height: 20px;
	padding:  0px 0px 2px 3px;
	background-color:none;
	border-bottom:0px #ffffff solid;
	width:84%;
}

td.pc_menu_level2_over{   /*Second Level TD over*/
	height: 20px;
	padding: 0px 0px 2px 3px;
	border-bottom:0px #ffffff solid;
	width:84%;
}

a.pc_menu_level2{   /*Second Level Text Link*/
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color:#000;
	font-weight: normal;
}

a.pc_menu_level2:visited{    /*Second Level Text visited*/
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color:#9444a2;
	font-weight: normal;
}

a.pc_menu_level2:hover{    /*Second Level Text hover*/
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color:#9444a2;
	font-weight: normal;
}


/*==================== Level 3 ====================*/

div.pc_menu_level3{     /*Third Level div of all subs */
	padding:2px 0px 5px 0px;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: none;
}

td.pc_menu_level3{    /*Third Level TD */
	height: 22px;
	padding:  0px  0px 2px 5px;
	background-color:none;
	border-bottom:0px #ffffff solid;
}

td.pc_menu_level3_over{     /*Third Level TD over*/
	height: 22px;
	padding: 0px 0px 2px 5px;
	border-bottom:0px #ffffff solid;
	background-color:#506370;
}

td.pc_menu_level_Sub3Image{       /*Third Level icon TD */
	padding: 0px 0px 0px 13px;
	background-repeat: no-repeat;
	background-color:none;
	width:2%;
	cursor:pointer;	
}

td.pc_menu_level_Sub3Image_over{     /*Third Level icon TD over*/
    padding: 0px 0px 0px 13px;
	background-repeat: no-repeat;
	background-color:none;
	width:2%;
	cursor:pointer;	
}

a.pc_menu_level3{      /*Third Level Text Link*/
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color:#484848;	
	font-weight: normal;
}

a.pc_menu_level3:visited{ /*Third Level Text Link visited*/
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color:#484848;		
	font-weight: normal;
}

a.pc_menu_level3:hover{   /*Third Level Text Link hover*/
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color:#484848;
	font-weight: normal;
}