.list, .footerMenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #336600;
	text-decoration: none;	
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336600;
	font-weight: bold;
}
.vdotsl {
	background: url(../images/dot_vertical.gif) left repeat-y;
}
.vdotsr {
	background: url(../images/dot_vertical.gif) right repeat-y;
}
.hdots {
	background: url(../images/dot_horizontal.gif) top repeat-x;
}
.footerMenu {
	font-size: 12px;
}
.indexPageTable{
	background-repeat: no-repeat;
	background-position: bottom left;
}
.cellHeading {
	background-color: #336600;
	font-size: 12px;
	color: white;
	font-weight: bold;
}
.shadeCell {
	background-color: #EBEDDE;
}
a:link {text-decoration: none; color:#336600;}
a:visited {text-decoration: none; color:#336600;}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: orange;}
p, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #336600;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
}
.list {
	font-size: 12px;
}

/*************** Start Navigation *******************/
#sidenav{
	float:left;
	width:152px;
	padding: 0;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0;
	}

	#sidenav ul{ 
		list-style: none; 
		border: 0px;		
		margin: 0;
		padding: 0;
	}

	#sidenav li{ 
		list-style: none; 
		border: 0px;		
	}
	
	#sidenav li a{
		display: block;
		text-decoration: none;
		
		background: url(http://www.kithandkin.com.au/images/nav_bar.gif) 0 0 no-repeat;
		overflow: hidden;
		font-weight: bold;
		color: #f2ffe6;
		text-align:left;
		margin: 0 0 0 0;	
		width: 137px !important; /*fixes ff width issue*/
		width: 152px;
		padding: 4px 0 4px 15px;
	}
	
		#sidenav li a:hover{
		display: block;
		text-decoration: none;
		padding: 4px 0 4px 15px;
		background-position: -152px 0;
		font-weight: bold;
		color: #ffff33;
		width: 152px;
		text-align:left;
		margin: 0 0 0 0;
	}
	
/*************** End Navigation *******************/