@charset "utf-8";
/* CSS Document */

.nav {
	font-size:10px; 
	text-align: left; 
	color:#7D8085; 
	padding: 2px 0 0 0px; 
	width: 173px; 
	
	}
.nav li { 
	/*font-weight: none; */
	margin: 1px 0 1px 0px; 
	padding: 0px 0 0 0px; 
	background:url(../images/control_play.png) no-repeat right; 
	/*border-bottom: 1px solid #ccc; */
	/*height: 25px; background: url(li.png) no-repeat left;*/
}
.nav li a {
	color: #333333; 
	text-decoration: none;  
	padding: 3px 0 3px 5px; 
	display: block; 
	height: 15px; 
	background:#ccc; 
	border-left: 5px solid #333333;
	border-bottom:1px dashed #333333;
	background:url(../images/control_play.png) no-repeat right; 
	}
.nav li a:hover { 
	color: #333; 
	text-decoration: none; 
	background: #EEEEEE; 
	display: block; 
	height: 15px; 
	border-left: 10px solid #999999;
	background:url(../images/control_play.png) no-repeat right; 
	}
ul { margin: 5px 0 20px 5px; padding : 0; list-style : none;  }
li { list-style-type: none;	color: #F29900;	margin: 0 0 0px 0;	padding: 0 0 0 0px; }
li a { color: #546078;  }
li a:hover { color: #F29900; }


