.mainLevel, .mainLevel ul, #wraper ul {
	padding: 0px;
	margin: 0px;
}

/*.mainLevel li, .mainLevel ul li, #wraper ul li {*/
.mainLevel li {
	display: inline;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
	position: relative;
	/*margin: 10px;*/
}
.subLevelList {
	position: absolute;
	display: none;
	z-index: 50000;
	
	/*box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);
   -o-box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);
   -webkit-box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);
   -moz-box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);*/
}
.subLevelList li {
	border: 0px solid red;
	width: 170px;
	color: #ffffff;
	/*background: #816389 url(../images/sub-arrow.gif) no-repeat left;*/
	background: url(../images/vertical-shadow-img.png) repeat-y scroll right top transparent;
	padding-right: 5px;
	/*padding-left: 25px;*/

}

.subLevelList li a span{
	background:url("../images/sub-arrow.png") no-repeat scroll 0 0 transparent;
	border: 0px solid red;
	color: #000000;
	padding-left: 22px;
}

.mainLevel li a, #wraper ul li a {
	display: block;
	/*font-weight: bold;*/
	display: block;
	height: 28px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 8px;
	text-decoration: none;
	/*font: 12px  Arial, sans-serif;*/
	color: #ffffff;
	
}


.mainLevel li a:hover{
	color: #ffffff;
	background: #F0EEEF;
	/*margin-top: 3px*/

}

.tabs {
	/*border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;*/
	menu_bg.png
}
.tabs li {
	/*border-right: 1px solid #cccccc;*/
}
.tabs li a {
	/*text-transform: uppercase;
	font-size: 0.7em;*/
	font-size: 15px;
	font-family: calbibri, arial, helvetica, sans-serif;;
	
}
#wraper  {
	/*padding-top: 5px;*/
	height: 25px;
}

#wraper ul li a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#navigationBar {
	/*height: 87px;*/
	width:100%;
	margin:0 auto 10px;
	background: #f0eeef;
	/*background: url(../images/navBg.gif);*/
}

.subLevel {
	display: none;
}
.mainLevel .now {
	/*background: #f0eeef;*/
	background: #BBAD8A;
	color: #000000;
	background: url(../images/vertical-shadow-img.png) repeat-y scroll right top transparent;
	padding-right: 2px;
	margin-top: 5px;
	
	/*box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);
   -o-box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);
   -webkit-box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);
   -moz-box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);*/

}
.mainLevel .now a, .mainLevel .now a:hover {
	color: #000000;
	background: #F0EEEF;
	
}



.mainLevel li.last {
	border-right: 0px solid;
	clear: all;
}

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

#scrolingPanel {
	width: 100%;
	position: relative;
	background: #ffffff;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}
#scrolingContent {
	margin-left: 100px;
	margin-right: 100px;
	position: relative;
	overflow: hidden;
}

#scrollable {
	/*white-space: nowrap;*/
	/*overflow: auto;*/
	position: absolute;
	left: 0px;
}
.zImg {
	font-family: "palatino Linotype", Verdana, Arial;
	color: #888888;
}
.zImg span{
	color: #444444;
}

#scrollable li {
	display: inline;
	float: left;
	list-style: none;
}

#scrolingContent a {
	margin-left: 10px;
}
#inActiveLeft, #inActiveRight {
	opacity:0.3;
	filter:alpha(opacity=30);
}

#leftArrow, #rightArrow, #inActiveLeft, #inActiveRight {
	font-family: "palatino Linotype", Verdana, Arial;
	color: #888888;
	font-size: 16px;
	width: 100px;
	height: 210px;
	position: absolute;
	top: 40px;
}
#leftArrow, #rightArrow {
	cursor: pointer;
}
#inActiveLeft, #leftArrow {
	text-align: left;
	left: 0px;
	background: url(../images/arrow_prev.png) no-repeat left center;
}

#inActiveRight, #rightArrow {
	text-align: right;
	right: 0px;
	background: url(../images/arrow_next.png) no-repeat right center;
}

.tabs {
	background: url(../images/menu_bg.png); ;
	height: 28px;
}

.mainLevel li.subitemlast{
	background: url(../images/corner-img.png) repeat scroll right bottom transparent;
	padding-bottom: 7px;
}

/*.subLevelList li span a{
	background: #816389 url(../images/sub-arrow.gif) no-repeat left;	
}*/


