.Menu{
     
font-family: Arial;
	font-style: normal;
	font-weight: normal;
    font-size: 12px;
    color: #6F6C6B;
	text-decoration: none;}
  
.TreeViewMenuNode{
     
	background-color: #4A5FF6;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F6C6B;
	font-weight: bold;
	text-decoration: none;}
.MenuSel{
     
font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
    color: #FF9900;
	text-decoration:underline;}


a.CssLogin:Link, a.CssLogin:Visited, a.CssLogin:Active {
	font-family:  Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
a.CssLogin:Hover {	
	color: #004282;
	text-decoration: underline;
}
a.CssUser:Link, a.CssUser:Visited, a.CssUser:Active {
	font-family:  Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.CssUser:Hover {	
	color: #004282;
	text-decoration: underline;
}


