/* =========================================== 
    Side Navigation styles
   =========================================== */
#sidemenu{
	width:170px;
	height:300px;
	font-size:12px;
	margin:0;
	padding:0;
	border-right: 1px solid #000;
}
#sidemenu-nobar{
	width:170px;
	height:300px;
	font-size:12px;
	margin:0;
	padding:0;
}
.sidemenu_spacing{margin:4px 3px 3px 7px; }
#sidemenu ul{
	list-style: none;
	display:block;
	margin:0;
	padding:0;
	/*padding:15px 0 0 10px;/**/
	width:160px;
}
#sidemenu li{
	/*background: #816854;/**/
	/*border: 1px solid #000;/**/
}
#sidemenu a {
	padding: .1em 0 .1em 0; /* size of the tab boxes */
	width:100%; 			/*Need this for IE so rollover activates on the whole block, not just the text*/
	margin:0;
	display:block;/**/
	color:#0B499D;
	text-decoration:none;
}
#sidemenu a:hover {
	color:#4F8DDF;
	text-decoration:underline;
}
#sidemenu a:link, #sidemenu a:active, #sidemenu a:visited {
  /* and other link changes go here for the navigation link*/
}