.nav_element {
	font-family: Tahoma;
	font-size: 11px;
	background: #FFF;
	margin-bottom: 7px;
	width: 100%;
}
.nav_header {
	background: url(http://hldevs.com/template/test/module_header.png) repeat-x top left;
	height: 15px;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	color: #EEE;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.nav_links {
	background: url(http://hldevs.com/template/test/sidenavbg.png) top left no-repeat;	
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #999;
	border-right: 1px solid #AAA; 
	font-family: Tahoma;
	font-size: 11px;
	padding: 1px;
}
.nav_links a {
	color: #000;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 1px;
}
.nav_links a:hover {
	font-weight: bold;
}