/********************     CSS Styles    ***********************/

	div {
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
	
/********************    ID's     *************************/
	
	#navDiv {
		position:relative;
		width:197px;
		top:10px;
		left:0px;
		border:0px;
		padding:0px;
		z-index:10;
		/*background : url(../images/nav_bg.gif);*/
	}
	td>#navDiv {
		width:156;
		/*width:94%;*/
	}	
	#button {
		color:#996600;
	}
	#button p {
		margin:0px;
		padding: 3px 2px 0px 15px;
		letter-spacing: 0.1em;
	}
	#button ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		border-bottom: 1px dashed #8B99AB;
		/*letter-spacing: 0.1em;*/	
	}
	#button li {
		margin: 0;
	}
	#button li a {
		display: block;
		padding: 0px 3px 2px 28px;
		color: #666666;
		font-weight:normal;
		text-decoration: none;
		width: 100%;
		font-size:11px;
		cursor:hand;		
		/*background : url(../images/nav_bg.gif);*/
	}
	#button li a:hover {
		/*background : url(../images/nav_bg_over.gif);*/
		background : #B7B590;		
		color: #ffffff;
	}
