#container{
	margin:0 auto;
}


/*first type*/
#nav{
	width:980px;
	height:20px;
	margin: 0 auto;
	padding: 10px 0 10px 10px;
	/*border-bottom: 1px dashed #F33F33;*/
	/*border-top: 1px dashed #F33F33;*/}

#nav li {
	
	margin: 0 auto; 
	padding: 0;
	display: inline;
	list-style-type: none;
	
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	padding: 0 12px 10px 12px;
	font-family: Snell Roundhand, Monotype Corsiva;
	font-size: 20px;
	text-transform:capitalize;
	color: #ffffff;
text-decoration:none;
	}

#nav a:hover {
	background: url(../images/music.png) no-repeat left;
	text-decoration:underline;
	color:#f33f33;
	
}

/*type two*/
