@charset "UTF-8";
/* CSS Document */

dl dd {
				background:#f0f0f0;
				margin:0px;
				padding:0px;
				padding-left:15px;
			}
			
			dl dd p {
				margin:0px;
				padding: 0px;
			}
			
			dl dd p a {
	font-family:"Lucida Grande", Helvetica, Verdana, Sans-Serif;
	font-size:13px;
	font-weight:bold;
	color:#111111;
	text-decoration:none;
	line-height: 17px;
			}
						
			dl dd p a:HOVER {
				color:#000099;
				text-decoration:none;
			}
			dl dd p a:ACTIVE{
				color:#000099;
				text-decoration:none;
			 	background: url(bg_sidenav_active.gif) no-repeat 155px 5px;
			}

			dl dt div table tr td a:HOVER {
				color:#ffffff;
				text-decoration:none;
			}
			
			dl dt div p {
				margin:0px;
				padding-left:10px;
				padding-top:7px;
			}
			
			dl dt div table tr td a {
				font-family:Lucida Grande, Helvetica, Verdana, Sans-Serif;
				font-size:13px;
				font-weight:bold;
				color:#FFFFFF;
				text-decoration:none;
			}
						
			.header {
				text-decoration:none;
			}
			
			dt.header div, dt.active div {
				positions:relative;
				width:193px;
				height:30px;
				overflow:hidden;
				background-repeat:no-repeat;
				text-decoration:none;
			}
			
			dt.header div table tr td a, dt.active div table tr td a {
				padding-left:10px;
				white-space: nowrap;
			}
			
			dt.header div table tr td div, dt.active div table tr td div {
				position:relative;
				width:13px;
				height:10px;
				background-repeat: no-repeat;
				background-position: top;
			}
			
			dt.header div table tr td div {
				background-image: url(../img/unselected.png);
				margin-right: 13px;
				margin-top: 5px;
				text-decoration:none;
			}
			
			dt.active div table tr td div {
				background-image: url(../img/selected.png);
				margin-right: 14px;
				margin-top: 5px;
				text-decoration:none;
			}
			
			 #Side a:active  {
			 	width:170px;
				background-repeat:no-repeat;
				background-image: url(../img/bg_active.gif);
				text-decoration:none;
								background-position: right;
 
			}
			
			a.HOVER {text-decoration:none;}
			
			.selItem{
			 background-image:url(../img/bg_sidenav_active.gif); 
			 background-repeat:no-repeat; 
			 color: #184b89; 
			 background-position:right; 
			 margin-right:5px;
			 }
