﻿/*********************************/
/* Menu styles */

.PBCLMenu
{
	/*font-size: 12px;*/
	color: White;
}

.PBCLLabelMenuItemDisabled
{
	/*font-size: 12px;*/
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	text-decoration: none;
}

.PBCLHyperlinkMenuItemEnabled
{
	/*font-size: 12px;*/
	/*font-family: verdana, arial, helvetica, sans-serif;*/
}

/* unvisited links */
.PBCLHyperlinkMenuItemEnabled:link
{
	color: White;
	text-decoration: none;
}

/* visited links */
.PBCLHyperlinkMenuItemEnabled:visited 
{ 
	color: White;
	text-decoration: none;
} 

/* user hovers */
.PBCLHyperlinkMenuItemEnabled:hover
{
	color: Black;
	text-decoration: none;
} 

/* active links */
.PBCLHyperlinkMenuItemEnabled:active
{ 
	color: Black;
	text-decoration: none;
}
