.container{
	max-width:1024px;
	margin:auto;
}

.container-fluid{
	margin:auto;
	padding:0px;
}

.my-menu-nav {
	font: 13px Arial;
	color: #000;
	font-weight: bold;
	background: none;
	padding:0px;
	width:100px;
	height:25px;
	border-radius:5px;
	border:1px solid #CCC;
}

.navbar-default {
    display: inline;
	border: none;
}

.navbar-brand {
    height:70px;
}

.navbar-nav>li>a {
	padding-top:10px;
	/* padding-bottom:10px; */
	padding-right:10px;
}

.my-menu-button {
	color: #FFF;
	margin-top:10px;	
	width:170px;
	height:35px;
	display: inline-block;	
}

.my-menu-button a {	
	font: 17px Arial;
	color: #FFF;
	background: #92D050;
	font-weight: normal;
	text-decoration:none;	
	width:150px;
	height:35px;
	padding-top:7px;
	border-radius:0px;
	border:1px solid #FFFFFF;
	display: inline-block;	
}

.my-menu-button a:hover {		
	color: #FFF;
	background: #FF9326;
	width:150px;
	height:35px;
	display: inline-block;
	text-decoration:none;
}

.left-product {
	color: #FFF;	
	width:100%;
	min-height:35px;
	display: inline-block;	
}

.left-product a {	
	font: 17px Arial;
	color: #FFF;
	font-weight: normal;
	text-decoration:none;	
	width:100%;
	min-height:35px;
	padding-top:7px;
	padding-left:3px;
	border-radius:0px;
	border:1px solid #FFFFFF;
	display: inline-block;	
}

.left-product a:hover {		
	color: #FFF;
	background: #FF9326;
	width:100%;
	min-height:35px;
	display: inline-block;
	text-decoration:none;
}

.my-menu-text {	
	min-width:100px;
	color: #FFF;
	text-decoration:none;
	border-right:1px solid #FFF;
	background: #FF9326;
}

.my-menu-text a {		
	background: #5A8AD0;
}

.icon-bar {
   background: #5A8AD0 !important;
}

.navbar-toggle {
   background: #EFEFEF;
}






