#container {
	width: 952px;
	background: #ffffff;
	text-align:center;
	margin: 0 auto;
	
}

#nav {
	float: left;
	width: 952px;  
	list-style: none;
	line-height: 1;
	background: #EBEBEB;
	font-weight:normal;
	padding: 0;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}


#nav ul {
	float: left;
	width: 952px;    
	list-style: none;
	line-height: 1;
	background: white;
	text-align:left;
	font-weight:normal;
	padding: 0;
	border: solid #EBEBEB;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	/*width: 10em;
	w\idth: 6em;*/
	color: #333333;
	text-decoration: none;
	padding: 0.5em 1em;
	border-width-left:0px; 
	border-width-right:0px; 
}

#nav li {
	float: left;
	padding: 0;
	width:9.5em;
}

#nav button {
	float: left;
	width: 136px;
	border: none;
	background: none;
	cursor: pointer; 
	height:22px;/***/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:12.7em;
	font-weight: normal;
	margin: 0 0 0 -4.7em;
	border-color:#EBEBEB;
			
}
#nav a.av {
	background: url(../i/next_gris.gif) center right no-repeat;
}
#nav a.av:hover {
	background: url(../i/next.gif) center right no-repeat;
}

#nav li li {
    width: 12.7em;
}

#nav li ul a {
	width: 10.7em; 
	w\idth: 10.7em; 
}

#nav li ul ul {
	margin: -2.2em 0 0 12.7em;      /* right*/
	width:14em;
	w\idth:14em;
}

#nav li ul ul a {
	width:12em;
	w\idth:12em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	
	
}

#nav li:hover ul, #nav li li:hover ul,  #nav li.sfhover ul, #nav li li.sfhover ul{
	left: auto;
}

#nav a:hover, #nav li:hover,#nav button:hover, #nav li.sfhover, #nav li ul a:hover {
	background:#cccccc;
	color:#FF0000;
	
}

#content {
	clear: left;
}

#content a {
	color: #333333;
}

#content a:hover {
	text-decoration: none;
}
