/********************     CSS Styles    ***********************/

	div {
		color:#666666;
		margin:0px;
		padding:0px;
		font:11px verdana, arial, helvetica, sans-serif;
	}
	
/********************    Classes     *************************/
	
	.navPanel {
		background : #A4B1BB url(../images/nav_bg_cable.gif) repeat-y;
	}	
	
/********************    ID's     *************************/
	
	#topImage {
		display: block;
		position:relative;
		width:195px;
		height:50px;	
		top:0px;
		left:0px;
		border:0px;
		padding:0px;
		z-index:11;
		background : url(../images/nav_top.gif);
	}
	#navDiv {
		position:relative;
		width:186px;
		top:0px;
		left:0px;
		border:0px;
		padding:0px;
		z-index:10;
		background : url(../images/nav_bg.gif);
	}
	td>#navDiv {
		width:156px;
	}	
	#button {
		color:#993333;
	}
	#button p {
		margin:0px;
		padding: 3px 2px 0px 10px;
		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: 2px 3px 2px 23px;
		color: #ffffff;
		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 : #BEC8CF;		
		color: #666666;
	}
