@charset 'UTF-8';
/* Some stylesheet reset */
@font-face
{
font-family: whaleFont;
src: url('../../fonts/TH Niramit AS.ttf');
}

.fl_center{
	float:none;
}
#cssmenu_left > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
	font-family: whaleFont;
	
}
/* The container */
#cssmenu_left > ul {
	display: block;
	position: relative;
	width: 200px;
	font-family: whaleFont;
}
#cssmenu_left > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index:9;
}
/* General link styling */
#cssmenu_left > ul li a {
	/* Layout */

  display: block;
	position: relative;
	margin: 0;
	padding: 11px 20px;
	/* Typography */

  font-family: whaleFont;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000;
	font-size: 20px;
	font-weight: bold;
	/* Background & effects */

  background: #0a048a;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #4D4D4D;
	border-bottom-color: #303030;
}
/* Rounded corners for the first link of the menu/submenus */
#cssmenu_left > ul li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
#cssmenu_left > ul li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}
/* The hover state of the menu/submenu links */
#cssmenu_left > ul li > a:hover,
#cssmenu_left > ul li:hover > a {
	color: #0a048a;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	background: #000bac;
	background: -webkit-linear-gradient(#020fc9, #000bac);
	background: -moz-linear-gradient(#020fc9, #000bac);
	background: #ffa600;
	border-color: transparent;
}
/* The arrow indicating a submenu */
#cssmenu_left > ul .has-sub > a::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #d8d8d8;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu_left > ul .has-sub > a::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #000;
}
/* Changing the color of the arrow on hover */
#cssmenu_left > ul li > a:hover::after,
#cssmenu_left > ul li:hover > a::after {
  border-left: 4px solid #ffffff;
}
#cssmenu_left > ul li > a:hover::before,
#cssmenu_left > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
/* THE SUBMENUS */
#cssmenu_left > ul ul {
	position: absolute;
	left: 100%;
	top: -9999px;
	padding-left: 5px;
	opacity: 0;
	width: 200px;
	/* The fade effect, created using an opacity transition */

  -webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	font-family: whaleFont;
}
#cssmenu_left > ul ul ul li a{
	 display: block;
	background-color:#B3D9FF;
	color: #0a048a;
	width:250px;
	
}
#cssmenu_left ul ul ul li img {

	vertical-align:text-top;
	margin-top:-5px;
}
/* Showing the submenu when the user is hovering the parent link */
#cssmenu_left > ul li:hover > ul {
  top: 0px;
  opacity: 1;
}
.title_box{
	width:202px;
	height:30px;
	margin:5px 0 0 0;
	text-align:center;
	font-family: whaleFont;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	background-image: url(../../images/menu_title_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.title_box h1{
	font-family: whaleFont;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.border_box{
	width:200px;
	height:auto;
	text-align:center;
	border:1px #6da6b1 solid;
}
.product_img {
	padding:7px 7px 7px 7px;
}

 .menuLeft .nivoSliderLeft {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
