/*
 *
 * Overrides the standard css to create an alternate color theme.
 *
  * Theme color: #cdecf9;
 *
 */
.subMenu a:hover, .subMenu h2:hover, .subMenu li.selected a
{
    background-color: #cdecf9;
}
/*a.expanded
{
	color: #5f3d7f;
	background: url(images/Roles/expandedBG.gif) no-repeat center left;
}
a.collapsed
{
	color: #5f3d7f;
	background: url(images/Roles/collapsedBG.gif) no-repeat center left;
	
}
ul#PageFunctions li.printFunction
{
	background: url(images/Roles/PrintFunctionBG.gif) no-repeat top left;
}
ul#PageFunctions li.tipFunction
{
	background: url(images/Roles/TipFunctionBG.gif) no-repeat top left;
}
ul#PageFunctions li.postcardFunction
{
	background: url(images/Roles/PostCardFuncBG.gif) no-repeat top left;
}
ul#PageFunctions li.explainFunction
{
	background: url(images/Roles/ExpFunctionBG.gif) no-repeat top left;
}
ul#PageFunctions li.commentFunction
{
	background: url(images/Roles/CommentFunctionBG.gif) no-repeat top left;
}
ul#PageFunctions li.listFunctionUnCollapsed,
.pageFunctionDropDown .commentButton,
.pageFunctionDropDown .functionBody,
ul#PageFunctions li .pageFunctionDropDown a.button
{
	background-color: #cdecf9;
}
.pageFunctionDropDown .functionUnCollapsed
{
	background: url(images/Roles/unCollapsedBG.gif) no-repeat 95% 50%;
}
.pageFunctionDropDown .functionCollapsed
{
	background: url(images/Roles/collapsedBG.gif) no-repeat 95% 50%;
}*/
#MainBodyArea .mainBodyFormatting ul
{
	list-style-image: url(images/Roles/ListBullet.gif);
}
