/*
Theme Name:     Informs
Description:    Responsive theme addapted for Informs.biz
Author:         Informs
Author URI:     http://www.informs.biz
Template:       responsive
Version:        0.0.1
*/

@import url("../responsive/style.css");

.menu {
	background-color: #254061;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#254061), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #254061, #3d3d3d);
	background-image: -moz-linear-gradient(top, #254061, #3d3d3d);
	background-image: -ms-linear-gradient(top, #254061, #3d3d3d);
	background-image: -o-linear-gradient(top, #254061, #3d3d3d);
	background-image: linear-gradient(top, #254061, #3d3d3d);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#254061, endColorstr=#3d3d3d);
	margin: 0 auto;
}

