#menu {
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
    height: 60px; 
    width: 870px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 5px;
    padding-left: 20px;
    background-image: url('/Contents/images/hete.ca_50px.png');
    background-repeat: no-repeat;
    background-position: left;


}

#menu ul{

	list-style:none;
	text-align: center;
	margin-left: 10; 
	padding-left: 10; 
	border-bottom: 1px solid #999999;
	padding-top : 30px;

}


#menu li {
	list-style: none;
	display: inline; 
	color: #757575;
	text-align: center;
	white-space: nowrap;
	padding: 11px;

	
}

#menu a  {
	list-style: none;
	display: inline; 
	color: #757575;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	
	
}

#menu a:hover{
	list-style: none;
	display: inline; 
	border-bottom: 1px dotted #e67c00;
	height: 16px;
	text-shadow: #FFF 0 -1px -1px;
	color: #e67c00;

}


/*#menu li a:first-child{
	height: 16px;
	border: none;
		display: inline; 

}

#menu li a:first-child:hover{
	border: none;
	height: 16px;
		display: inline; 

	border-bottom: 1px dotted #888888;
}*/
