#NAML_leftMenu {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	float:left;
	text-align:left;
	font-weight:500;
	background-image:url(../images/LoginBackground_Final3.png);
	background-repeat:no-repeat;
	width:200px;
	height:285px;

}


#NAML_leftMenu a,
#NAML_leftMenu a:active,
#NAML_leftMenu a:link,
#NAML_leftMenu a:visited,
#NAML_leftMenu a:hover {
	margin:0 0 0 5px;
	padding: 3px 0 5px 0px; 
	display:block;
	height:12px;
	width: 80%;
	/* color:#C1C2C2; */
	color:#666666;
	font-size:12px;
	text-decoration:none;
	font-weight:500;
	border-bottom:1px dotted #666666;

}

#NAML_leftMenu a:hover {
margin:0 0 0 5px;
padding: 3px 0 5px 0px; 
font-size:12px;
color:#990000;
background: url(../images/NAML_menu_red.gif) right center no-repeat;
font-weight:500;
display:block;
width: 80%;
background-color:#E9E9E9;
border-bottom:1px dotted #990000;
}


body#p_home a#id_home,
body#p_contact a#id_contact
{
margin:0 0 0 5px;
padding: 3px 0 5px 0px; 
display:block;
height:12px;
width: 80%;
color:#666666;
font-size:12px;
text-decoration:none;
font-weight:500;
/* border-bottom:1px dotted #666666; */
background: url(../images/NAML_menu_light_grey.gif) right center no-repeat;

}