#leftnavbox {
background-color: #transparent;
background-image: url(../images/nav_bg_grants.png);
background-repeat:no-repeat;
background-position: top center;
width: 200px;
height: auto;
padding: 0px;
top: 280px;
left:0px;
position: absolute;	
border: 0px solid #555555;
z-index:5;
}

#leftbuttons {
background-color: transparent;
width: 200px;
height: auto;
padding: 0px;
top: 135px;
left:0px;
position: relative;	
border: 0px solid #555555;
z-index:5;
}

#leftbuttons_give_home {/* No Side Nav */
background-color: transparent;
width: 200px;
height: auto;
padding: 0px;
top: 280px;
left:2px;
position: relative;	
border: 0px solid #555555;
z-index:5;
}

#leftbuttons_give {/* this is used for homepage left buttons only, they sit a bit higher than the rest area */
background-color: transparent;
width: 200px;
height: auto;
padding: 0px;
top: 0px;
left:2px;
position: relative;	
border: 0px solid #555555;
z-index:5;
}

p.leftnav{
font-family: times new roman, serif;
color: #555555;
font-size: 16px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 24px;
margin-top: 10px; 
margin-bottom: 10px; 
margin-right: 10px; 
margin-left: 10px; 
}


/* SECONDARY NAV STYLING Top Level*/

a.nav:link {
	font-family: "Times New Roman", Times, serif;
	color: #818209;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	text-decoration: none;
	margin-left:5px;
}
a.nav:active {
	font-family: "Times New Roman", Times, serif;
	color: #d0d919;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	text-decoration: none;
	margin-left:5px;
}
a.nav:visited {
	font-family: "Times New Roman", Times, serif;
	color: #818209;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	text-decoration: none;
	margin-left:5px;
}
a.nav:hover {
	font-family: "Times New Roman", Times, serif;
	color: #d0d919;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	text-decoration: none;
	margin-left:5px;
}


/* SECONDARY NAV STYLING Secondary Level*/



a.nav2:link {
	font-family: "Times New Roman", Times, serif;
	color: #818209;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	text-decoration: none;
	margin-left:15px;
}
a.nav2:active {
	font-family: "Times New Roman", Times, serif;
	color: #d0b919;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	text-decoration: none;
	margin-left:15px;
}
a.nav2:visited {
	font-family: "Times New Roman", Times, serif;
	color: #818209;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	text-decoration: none;
	margin-left:15px;
}
a.nav2:hover {
	font-family: "Times New Roman", Times, serif;
	color: #d0d919;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	text-decoration: none;
	margin-left:15px;
}