/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
#menu{
	width: 50%;
	margin: 0px;
	padding: 78px 0 0 0;
	list-style: none;
	float:right;
	height: 45px;
	margin-right:-30px;
 
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	
}

#menu a{
	float: left;
	height: 35px;
	padding: 0 10px;
	color: #c9c9c9;
	text-transform: none;
	text-decoration: none;
	font-family: Candara, Helvetica;
	font-size: 17px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	font-variant: normal;
}

#menu li:hover > a{
        color:#c0140a;

}

#menu  li.current {
	background: url(../images/menu-arrow.png) center 40px no-repeat;
    border-bottom:5px solid #c0140a;
    color:#c0140a;
    height:35px;
}

#menu  li.current a{
    color:#c0140a;
}

*html #menu li a:hover{
	
	 /* IE6 */
	color: #c9c9c9;
}

#menu li:hover > ul{	
	display: block;
}



/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
