﻿.container2 {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container2:before,
.container2:after {
  display: table;
  content: "";
}

.container2:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}





/* Menu */

#menu {
	/*width: 770px;*/
	height: 65px;
	/*margin: 0 auto;*/
	border-right: 1px solid #EDEBD5;
    float:right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
    border-bottom:1px solid #CF2727;
}

#menu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}



/* Menu2 */

#menu2 {
	/*width: 770px;*/
	height: 100px;
	/*margin: 0 auto;*/
    float:right;
	background-color: #fff;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100px;
	background-color: #fff;
}

#menu2 li {
	display: inline;
	height: 100px;
}

#menu2 a {
	display: block;
	float: left;
	width: 129px;
	height: 100%;
	padding: 39px 0 0 0;
	background-color: #232468;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	font-size: 112%;
	color: #eee;
    margin: 0 0px 0 10px;
}

#menu2 a:hover {
	background: #F7F7F4;
    border-bottom:1px solid #CF2727;
    color:#808080;
}

#menu2 .active a {
	background: #82BC2B;
	color: #FFFFFF;
}




