/* SIDE NAVIGATION CSS FOR SIDENAVIGATION LINKS */
/* DIV STYLE */

#divSideNav {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}

/* UNORDERED LIST STYLE */

#ulSideNav {
	padding: 0px;
	margin: 0px;
}
#ulSideNav li {
	list-style-type: none;
	display: inline;
}

/* LINKS STYLE */

#ulSideNav a:link, #ulSideNav a:visited, #ulSideNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #EEEEEE;
	margin-bottom: 4px;
}
#ulSideNav a:hover, #ulSideNav a.current:link, #ulSideNav a.current:visited {
	color: #FFFFFF;
	background-color: #D099B1;
	text-decoration: none;
}
