@charset "UTF-8";

#LeftNavigation {
  overflow: hidden;
}

#RightNavigation {
	clear: left;
	float: left; 
	margin-right: 5px;
	margin-bottom: 5px;
	width: 160px;
	position: absolute;
  top: 18px;
  right: 18px;
}

.RightMenu {
	clear: left;
	float: left;
	padding: 0px 10px;
	width: 140px;
  margin: 0px 0px 18px 0px;
  overflow-x: hidden;
}

.RightMenu #title{
  margin-top: -5px;
}

.LeftMenu {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
  border-bottom: 0px;
}

.LeftMenu #NAV2Menu UL LI
{
  background-color: #ffffff;
  position: relative;
  left: -160px;
}

.LeftMenu ul,
.LeftMenu li {
	border-color: #FFFFFF;
}
.LeftMenu ul li {
	border-top: 1px solid #e5e5e5;
}
.LeftMenu ul li a{
	border-top: 1px solid #ffffff;
}

.Home2_banner {
  position: relative;
  top: 0px;
  right: 0px;
}
