div#nav{
	width:198px !important;
	width /**/:200px;
	background: #EEEFE9;
	border-top: 0px none;
	border-right: 1px solid #DDDDDD;
	border-bottom: 0px none;
	border-left: 1px solid #DDDDDD;
}
div#nav h3{
	font-size: 100%;
	margin: 0;
	padding: 8px 0px 0px 13px;
	color: #000;
	background-color: #EEEFE9;
	font-weight: normal;
	height: 19px !important;
	height /**/:26px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C7C4B5;
}

div#nav ul,div#nav li{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

div#nav a{
    display: block;
	padding: 8px 0px 0px 13px;
	height: 20px !important;
	height /**/:26px;
	background-color: #BDBDBD;
	color: #000;
    text-decoration: none}
div#nav a:hover{color: #00005A;background-color: #C6D0DC}
div#nav ul ul a{color: #333; background-color: #D3DFEC;font-weight: normal}
div.jsenable h3{cursor: pointer}
div.jsenable ul ul{display:none}
div#nav li.hide ul{display:none}
div#nav li.show ul{display:block}
div#nav li.show h3{background-color: #B1B3A6}
