#tabMenu {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#tabMenu li {
	float:left;
	height:32px;
	width:100px;
	cursor:pointer;
	cursor:hand;
}
li.services {
	background:url(../images/1.png) no-repeat 0 -32px;
}
li.facilities {
	background:url(../images/2.png) no-repeat 0 -32px;
}
li.services {
	background:url(../images/1.png) no-repeat 0 -32px;
}
li.mouseover {
	background-position:0 0;
}
li.mouseout {
	background-position:0 -32px;
}
li.selected {
	background-position:0 0;
}
.box {
	width:250px;
	margin-left:25px;
}
.boxTop {
	background:url(../images/boxTop.png) no-repeat;
	height:11px;
	clear:both
}
*html .boxTop {
	margin-bottom:-2px;
}
.boxBody {
	background-color:#FFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#625f5f;
}
.boxBody a:link {
	color:#625f5f;
	text-decoration:none;
}
.boxBody a:visited {
	color:#625f5f;
	text-decoration:none;
}
.boxBody a:hover {
	color:#333;
	text-decoration:none;
}
.boxBottom {/*background:url(../images/boxBottom.png) no-repeat;*/
	height:20px;
}
.boxBody div {
	display:none;
}
.boxBody div.show {
	display:block;
}
.boxBody #services a {
	display:block;
}
.boxBody div ul {
	margin:0 10px 0 25px;
	padding:0;
	width:225px;
	list-style-image:url(../images/arrow.gif);
	direction:rtl;
}
*html .boxBody div ul {
	margin-right:10px;
	padding-right:15px;
}
.boxBody div li {
	border-bottom:1px dotted #8e8e8e;
	padding:4px 0;
	cursor:hand;
	cursor:pointer;
	direction:rtl;
}
.boxBody div ul li.last {
	border-bottom:none;
	direction:rtl;
}
.boxBody div li span {
	font-size:8px;
	font-style:italic;
	color:#333;
	direction:rtl;
}
.boxBody p {
	padding-left:15px;
	color: #777873;
}
