.liquid 
{
	/*background:#313b31;  url('../images/bodybackground.png') repeat-y scroll 50% 0;
	border:2px solid #19301C;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;*/
	padding:10px 0;
}
.liquid .previous
{
	display:block;
	height:126px;
	width:64px;
	background-image:url('../images/test/previous.png');
	float:left;
	margin:0;
	padding:0;
}
.liquid .next {
	display:block;
	height:126px;
	width:64px;
	background-image:url('../images/test/next.png');
	float:right;
	margin:0;
	padding:0;
}
.liquid ul li {
	width:126px;
	padding:0 5px;
	margin:0;
}
.liquid ul li a img {
	/*-moz-box-shadow: 5px 5px 3px #222;
	-webkit-box-shadow: 5px 5px 3px #222;
	box-shadow: 5px 5px 3px #222;*/
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow:10px 10px 5px #888;
	-webkit-box-shadow:10px 10px 5px #888;
}

#menu-left
{
	padding: 6px 6px 4px 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 0px 0px #D47F02;
	-webkit-box-shadow: 0px 0px 0px #D47F02;
	-moz-box-shadow: 0px 0px 0px #D47F02;
	background: #F5D065;
	background: linear-gradient(top,  #FCEFCA,  #F5D065);
	background: -ms-linear-gradient(top,  #FCEFCA,  #F5D065);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCEFCA), to(#F5D065));
	background: -moz-linear-gradient(top,  #FCEFCA,  #F5D065);
	border: solid 1px #eedbc1;
	position:relative;
	z-index:998;
	margin-top: 0px;
	margin-bottom: 0px;
	width: inherit;
}
#menu-left li
{
	margin: 0px 0px 6px 0px;
	padding: 0px 6px 0px 6px;
	position: relative;
	list-style: none;
	width: inherit;
}
#menu-left a
{
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #5C5C5C;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-left li ul li a {
  margin: 0;
}
#menu-left .active a, #menu-left li:hover > a
{
	background: #E99702;
	background: linear-gradient(top,  #E99702,  #F2BD07);
	background: -ms-linear-gradient(top,  #E99702,  #F2BD07);
	background: -webkit-gradient(linear, left top, left bottom, from(#E99702), to(#F2BD07));
	background: -moz-linear-gradient(top,  #E99702,  #F2BD07);
	color: #FFFFFF;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 1px 1px 3px #000000;
}
#menu-left ul li:hover a, #menu-left li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-left ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #E99702,  #F2BD07) !important;
  background: -ms-linear-gradient(top,  #E99702,  #F2BD07) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#E99702), to(#F2BD07)) !important;
  background: -moz-linear-gradient(top,  #E99702,  #F2BD07) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #000000;
}
#menu-left ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: -10px;/*34px;*/
  left: 180px;
  border: solid 1px #E99702;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-left li:hover > ul {
  display: block;
  z-index: 1;
}
#menu-left ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-left ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-left ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-left ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-left:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-left {
  display: inline-block;
}
  html[xmlns] #menu-left {
  display: block;
}
* html #menu-left {
  height: 1%;
}


#menu-bar
{
  /*width: 95%;*/
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 4px 6px;
  height: 34px;
  /*line-height: 100%;*/
 border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0px 0px 0px #D47F02;
  -webkit-box-shadow: 0px 0px 0px #D47F02;
  -moz-box-shadow: 0px 0px 0px #D47F02;
  background: #F5D065;
  background: linear-gradient(top,  #FCEFCA,  #F5D065);
  background: -ms-linear-gradient(top,  #FCEFCA,  #F5D065);
  background: -webkit-gradient(linear, left top, left bottom, from(#FCEFCA), to(#F5D065));
  background: -moz-linear-gradient(top,  #FCEFCA,  #F5D065);
  border: solid 1px #eedbc1;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #5C5C5C;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active  > a, #menu-bar li:hover > a {
  background: #E99702;
  background: linear-gradient(top,  #E99702,  #F2BD07);
  background: -ms-linear-gradient(top,  #E99702,  #F2BD07);
  background: -webkit-gradient(linear, left top, left bottom, from(#E99702), to(#F2BD07));
  background: -moz-linear-gradient(top,  #E99702,  #F2BD07);
  color: #FFFFFF;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 1px 1px 3px #000000;
}

#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #E99702,  #F2BD07) !important;
  background: -ms-linear-gradient(top,  #E99702,  #F2BD07) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#E99702), to(#F2BD07)) !important;
  background: -moz-linear-gradient(top,  #E99702,  #F2BD07) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  /*top: 34px;*/
  top: 28px;
  left: 0;
  border: solid 1px #E99702;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}