.menucontainer
{
position	:absolute; 

text-align  :left;
font-family	:Verdana; 
font-weight		:bold;
font-size	:8pt;
color : "#dddddd";
top : 395;
cursor		:pointer;

}

.menugroup
{
display		: none;
position	: absolute;
top : 0;
font-size	:10pt; 
color	: white;
cursor		:pointer;

}

.menulabel0
{
position		:absolute; 
background-color:"#999999"; 
text-align		:center ;
cursor		:pointer;

}

.menulabel02
{
position		:absolute;
background-color:"#666666"; 
text-decoration	:underline; 
text-align		:left;
cursor		:pointer;
}

.menulabel
{
position		:absolute;
background-color:"#666666"; 
text-align		:left ; 
border			:1 solid none;
cursor		:pointer;
}

.menulabel2
{
position		:absolute;
background-color:"#000000"; 
font-weight		:bold; 
text-align		:left;  
border			:1 solid none; 
cursor		:pointer;
}

.ErrorText
{
	font-family:arial;
	font-size:13px;
	color:#ff0000;
}
.SuccessText
{
	font-family:arial;
	font-size:13px;
	color:#0000ff;
}

.TextGreyBold
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#999999;
}
.lnkGreyBold
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-decoration:underline;
}
.lnkGreyBold:hover
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.lnkGreyBold:visited
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-decoration:underline;
}