﻿.PCEDSubMenu
{
	margin: 0px;
	width: 260px;
	height: auto;
	height: 400px;
	padding: 70px 10px 0px 10px;
	text-align: left;
	cursor: auto;
	cursor: pointer;
}

.PCEDSubMenuItem
{
	margin-left: 10px;
}

.PCEDSubMenuHeader
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #FFCB05;
	margin-bottom:20px;
}

.PCEDSubMenuLink
{
	margin:3px;
}

.PCEDSubMenuLinkSpan
{
	display:inline-block; vertical-align:middle; width:175px; overflow:hidden;
}

.PCEDSubMenuLink img
{
	border: 0px;
	vertical-align:middle;
}

.PCEDSubMenuLink a 
{
	font-size: 10pt;
	font-weight: normal; 
	font-family:Verdana;
	color:#799FD3;
	
}

.PCEDSubMenuLink a:link
{
	font-size: 12pt;
	font-weight: bold; 
	font-family:Verdana;
	text-decoration:none;
	color:#799FD3;
}

.PCEDSubMenuLink a:active
{
	font-size: 12pt;
	font-weight: bold; 
	font-family:Verdana;
	text-decoration:none;
	color:#799FD3;
}

.PCEDSubMenuLink a:visited
{
	font-size: 12pt;
	font-weight: bold; 
	font-family:Verdana;
	text-decoration:none;
	color:#799FD3;
}

.PCEDSubMenuLink a:hover 
{
	font-size: 12pt;
	font-weight: bold; 
	font-family:Verdana;
	color:#799FD3;
	text-decoration:underline;
}

.PCEDSubMenuSpecialItem
{
	margin: 3px;
	padding: 3px;
	background-color: #FFCB05;
	width: 200px;
	overflow:hidden;
	opacity: 1;
	filter: alpha(opacity=100);
}

.PCEDSubMenuSpecialHeader
{
	margin: 3px;
	font-size: 2em;
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #120C47;
}

.PCEDSubMenuSpecialLink
{
	font-size: 1.2em;
	margin: 3px;
	color: #9F9B91;
	font-family: Verdana;
	font-style:italic;
}

.PCEDHeaderCollapsed
{
	background-image: url(images/FolderClosed.gif);
	background-repeat: no-repeat;
    font-size:1.1em;
    font-weight:bold;
    font-family:Verdana;
    background-color:#475d87; 
    color:White; 
    padding: 10px 10px 10px 60px;  
	cursor: pointer;
	height:25px;
	margin-bottom: 3px;
}

.PCEDHeaderExpanded
{
	background-image: url(images/FolderOpen.gif);
	background-repeat: no-repeat;
    font-size:1.1em;
    font-weight:bold;
    font-family:Verdana;
    background-color:#475d87; 
    color:White; 
    padding: 10px 10px 10px 60px;  
	cursor: pointer;
	height:25px;
	margin-bottom: 3px;
}



.ContactMenuBlock
{
	font-size:1.2em;
    font-weight:bold;
    font-family:Verdana;
    background-color:#475d87; 
    color:White; 
	padding: 10px;
	text-align: left;
	cursor: auto;
}

