/* ####################################		Menu Type 3 Styles	(Expanded)	###################### */

td.pc_SMmenu_collapse_image /*First Level Image TD*/
{
	text-align:left;
padding: 0px 0px 0px 0px;
background-color:#FFFFFF;
border-bottom:1px #454545 dotted;	
height:19px;
width:3%;
cursor:pointer;	
color:White;
}


td.pc_SMmenu_level1   /*First Level TD*/
{
	text-align:left;
	background-color:#ffffff; 
	padding: 3px 0px 0px 5px;
	background-repeat: no-repeat;
	border-bottom:1px #454545 dotted;
	vertical-align:top;
	height:19px;
	color:#013377;
	}
td.pc_SMmenu_level1_over /*First Level TD over*/
{text-align:left;
    background-color:#ffffff; 
	background-repeat: no-repeat;
	padding: 3px 0px 0px 5px;
	border-bottom:1px #454545 dotted;
	vertical-align:top;
	height:19px;
	color:#454545;
	
}

a.pc_SMmenu_level1 /*First Level Text Link*/
{text-align:left;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#454545;
	font-weight:bold;
}
a.pc_SMmenu_level1:visited /*First Level Text Link visited*/
{text-align:left;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#454545;
	font-weight:bold;
}
a.pc_SMmenu_level1:hover /*First Level Text Link hover*/
{text-align:left;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#454545;
	font-weight:bold;
}
/*Level 2*/
div.pc_SMmenu_level2 /*Secound Level div of all subs */
{text-align:left;
    height:1px;
	overflow: hidden;
	width: 80%;
	position: relative;
	display: none;
	background-color:#none;;
	padding-bottom:5px;
	
}
td.pc_SMmenu_level_Sub2 /*Secound Level icon TD*/
{
	text-align:left;
	height: 20px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border-bottom:1px #454545 dotted;
	width:20px;
	padding: 0px 0px 2px 5px;
	cursor:pointer;
	text-align:right;
}
td.pc_SMmenu_level_Sub2_over /*Secound Level icon TD over*/
{
	
	height: 20px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border-bottom:1px #454545 dotted;
	width:20px;
	padding: 0px 0px 2px 5px;
	cursor:pointer;
	text-align:right	
}
td.pc_SMmenu_level2 /*Second Level TD*/
{text-align:left;
	height: 20px;
	padding:  0px 0px 2px 3px;
	background-color:#FFFFFF;
	border-bottom:1px #454545 dotted;
	width:90%;
	
	
}
td.pc_SMmenu_level2_over /*Second Level TD over*/
{
text-align:left;
	height: 20px;
	padding: 0px 0px 2px 3px;
	border-bottom:1px #454545 dotted;
	background-color:#FFFFFF;
	width:90%;
}
a.pc_SMmenu_level2  /*Second Level Text Link*/
{text-align:left;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#454545;
	font-weight: normal;
}
a.pc_SMmenu_level2:visited /*Second Level Text visited*/
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#454545;
	font-weight: normal;
}
a.pc_SMmenu_level2:hover /*Second Level Text hover*/
{text-align:left;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#454545;
	font-weight: normal;
}


/*Level 3*/

div.pc_SMmenu_level3 /*Third Level div of all subs */
{text-align:left;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: none;
	background-color:FFFFFF;
	
}

td.pc_SMmenu_level3 /*Third Level TD */
{text-align:left;
	height: 22px;
	padding:  0px  0px 2px 5px;
	background-color:#FFFFFF;
	border-bottom:1px #454545 dotted;
	
}

td.pc_SMmenu_level3_over /*Third Level TD over*/
{text-align:left;
	height: 22px;
	padding: 0px 0px 2px 5px;
	border-bottom:1px #454545 dotted;
	background-color:#FFFFFF;

	
}
td.pc_SMmenu_level_Sub3Image /*Third Level icon TD */
{
   padding: 0px 0px 0px 13px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	width:2%;
	cursor:pointer;	
	border-bottom:1px #454545 dotted;
}
td.pc_SMmenu_level_Sub3Image_over /*Third Level icon TD over*/
{text-align:left;
    padding: 0px 0px 0px 13px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	width:2%;
	cursor:pointer;	
	border-bottom:1px #454545 dotted;
}
a.pc_SMmenu_level3 /*Third Level Text Link*/
{text-align:left;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#454545;	
	font-weight: normal;
}
a.pc_SMmenu_level3:visited /*Third Level Text Link visited*/
{text-align:left;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#454545;		
	font-weight: normal;
}
a.pc_SMmenu_level3:hover /*Third Level Text Link hover*/
{text-align:left;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#454545;
	font-weight: normal;
}