.borderLeft_Right_TOP_Bottom
{
    border-right:1px inset rgb(1,1,1);
	border-left:1px inset rgb(255,208,80);
	border-top:1px inset rgb(1,1,1);
	border-bottom:1px inset rgb(1,1,1);
}

.borderLeft_Right_Bottom
{
    border-right:1px inset rgb(1,1,1);
	border-left:1px inset rgb(255,208,80);
	border-bottom:1px inset rgb(1,1,1);
}

.menuText
{
	font-size: 8pt;
	font-family: Verdana;
	color : #636563;
}


A
{
	text-decoration: none;
}