a.leftMenu  {
	color: #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial;
	position : relative;
	left : 10px;
	top : 8px;
}

a:hover.leftMenu  {
	color: #FFFF00;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial;
	position : relative;
	left : 10px;
	top : 8px;
	border-bottom: 1px dotted #B4C52D;
}



a.subMenu  {
	color: #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial;
	position : relative;
	left : 15px;
	rigth : 20px;
	top : -3px;
}

a:hover.subMenu  {
	color: #FFFF00;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial;
	position : relative;
	left : 15px;
	rigth : 10px;
	border-bottom: 1px dotted #B4C52D;
}