@charset "utf-8";
/* CSS Document */

#sidebarnav {
	margin: 0;
	padding: 0px 0px 10px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*width: 170px;*/ /* Contain floated list items */
	font: 1em Arial, Helvetica, sans-serif;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* IE whitespace bug */
	width: 170px;
}
#nav a {
	display: block;  /* to increase clickable area as a's default to inline */
	color: #333;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2;
	font-weight: bold;
	border: 1px solid #EDDCCB;
	background: #E1C4A6 url(images/navbg.jpg) repeat-x;
}
#nav a:hover {
	background: #fff/*#80B1D2*/;
	color: #333;
	border-top: 1px solid #7EA045;
	border-bottom: 1px solid #7EA045;
}
a {
	font: 1em Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
}
a:link {
	text-decoration : none;
	color: #006600;
}
a:visited {
	text-decoration : none;
	color: #006600;
}
a:hover {
	text-decoration : underline;
	color: #000000;
}

#footer a:link {
	text-decoration : none;
	color: #1C6BA0;
}
#footer a:hover {
	text-decoration : underline;
	color: #000000;
}
#design a:link {
	text-decoration : none;
	color: #006600;
}
#design a:hover {
	text-decoration : underline;
	color: #000000;
}
#header .topnav a:link {
	text-decoration : none;
	color: #000;
}
#header .topnav a:visited {
	text-decoration : none;
	color: #000;
}
#header .topnav a:hover {
	text-decoration : underline;
	color: #000;
}
