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

	Horizontal Menu
	
	
**************************************************************/
#info {text-align:center;}
#info p {clear:both; text-align:left; margin-left:15px;}

#menu1 {
	width:408px;
	padding:0;
	margin:0 auto;
	list-style-type:none;
	
  }
#menu1 li {
	float:left;
	width:100px;ffff
	border-left: 1px dotted #fff;
	/*border:1px solid #fff;*/
  }
#menu1 a {
  display:block;
  width:100px;
  color:#000; 
  background:#EBEBEB; 
  text-align:center; 
  padding:4px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
  color:#fff; 
  background:#08c;
  }


.container2 {
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	background-color: #EBEBEB;
}
#menu2 {
	padding:0;
	margin:0 auto;
	list-style-type:none;
	float:left;
	position:relative;
	left:50%;
	font-size: 10px;	
  }
#menu2 li {
  float:left; position:relative; right:125%; 
  }
#menu2 a {
  width:auto;
  display:block;
  padding:13px 16px;
  color:#FF0075; 
  background:#EBEBEB; 
  border-left: 1px dotted #999;
  text-decoration:none;
  height: 14px;
  }
#menu2 a:hover {
  color:#000; 
  background:#FF0075;
  }

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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}



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

