/** webnav **/
ul#webprojects li ul.webnav {
	background:				url(../images/nav/webnav_header.gif) no-repeat;
}

ul#webprojects li ul.webnav li.name h4 {
	color:					#08477c;
}

/** webnav active **/
ul#webprojects li ul.webnav_active {
	color:					#fff;
	background:				url(../images/nav/webnav-active_header.gif) no-repeat;
}
	
ul#webprojects li ul.webnav_active li.name h4 {
	color:					#fff;
}

/* START OF NAME 2 */
ul#webprojects li ul.webnav li.name2 h4 {
	color:					#ff6600;
}

ul#webprojects li ul.webnav_active li.name2 h4 {
	color:					#ff6600;
}
/* END OF NAME 2 */

div.web_content {
	position:				relative;
}

p.web_header {
	background:				url(../images/nav/web_header.gif);
	color:					#6da421;
}
	
p.web_header a {
	color:					#fff;
	border:					none;
}

p.web_header a:hover {
	color:					#efffac;
	/**border-bottom:		1px solid #a4e408; **/
	text-decoration: 		underline;
}
			
div.web_footer {
	background:				url(../images/nav/web_footer.gif) no-repeat;
}
	
