
#main-nav
	{
	width:100%;
	padding-top:15px;
	}

.nav-item
	{
	float:left;
	width:25%;
	text-align:center;
	font-size:15px;
	line-height:40px;	
	cursor:pointer;cursor:hand;	
	}
.nav-item .anchor
	{
 border-right: 1px; border-style: solid; 
  -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#c7c7c7), to(rgba(199, 199, 199, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(bottom, #c7c7c7, rgba(199, 199, 199, 0)) 1 100%;
   -moz-border-image: -moz-linear-gradient(bottom, v, rgba(199, 199, 199, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #c7c7c7, rgba(199, 199, 199, 0)) 1 100%; 
	border-image: linear-gradient(to top, #c7c7c7, rgba(199, 199, 199, 0)) 1 100%;	
}

.nav-item:last-child
	{
	border-right:none;
	}

.nav-item.active
		{
	/*	 background-image: url("../img/arrow-white-down.png");
    	background-position: center bottom;
    	background-repeat: no-repeat;
   	   padding-bottom: 26px;*/
		}
	
	
	
#bottom #footer-left .menu li,
#bottom #footer-right .menu li
	{
	float:left;
	width:25%;
	line-height:40px;
	text-align:center;
	}

#bottom #footer-left li a,
#bottom #footer-right li a
	{
	text-align:center;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	display:block;
	}

#bottom #footer-right li a
	{
	background-color:#cf2f31; 
	}

#bottom #footer-right .menu li
	{
	width:33.33%;
	}
	
#bottom #footer-right .image-nav li
	{
	background-color: #666666;
    float: left;
    width: 50%;
	 text-align: center;
	}
	
#bottom #footer-right .image-nav li 
	{
	
	}