/*****************************************

		CUSTOM CSS

******************************************/

.horizontal_menu li a {

display:inline-block;

*display:inline;

*zoom:1;

padding: 6px 6px 6px 6px;

font-size: 110%;

font-weight: normal;

color:#777;

border:1px solid #ddd;

border-radius: 8px;

border-color:rgba(0,0,0,0.10);

-webkit-transition : all 0.3s ease-in-out;

-moz-transition : all 0.3s ease-in-out;

-ms-transition : all 0.3s ease-in-out;

-o-transition : all 0.3s ease-in-out;

transition : all 0.3s ease-in-out;

}

.top_menu li:first_child a {
	
}