﻿div.BlockLeftCol{ width:100%; float:left; padding-top:0px; background:#ecf4f7}
/*div.block_leftCol{ width:200px; margin-bottom:10px; background:url(images/menuleft.png);}*/
div.block_leftCol{ width:100%; margin-bottom:10px; background:#ffffff;}
h3.h3_Lefthearder{ width:100%; background:url(images/menuleft11082015.png); height:35px; line-height:35px; font-size:13px; font-weight:bolder; color:#ffffff; text-align:center; text-transform:uppercase;}
h3.h3_Lefthearder2{ width:100%; background:url(images/menuleft2new.png); height:32px; line-height:32px; padding-left:10px; font-size:12px; font-weight:bolder; color:#000000; text-transform:uppercase;}

div.Border_block_leftCol{ width:100%; float:left; background-color:#0588C5;}
div.block_leftCol_content{ width:100%; float:left; padding-left:0px; text-align:center;}

div.close_block_leftCol_content{ width:100%; height:10px; float:right; background:#333333;background-color:#0588C5;}

/* Some stylesheet reset */
#CSSMenuLeft05012013 > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
  width:260px;
  padding-left:8px;
}
/* The container */
#CSSMenuLeft05012013 > ul {
  display: block;
  position: relative;
  width:260px;
  /* The list elements which contain the links */

}
#CSSMenuLeft05012013 > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align:left
}
/* General link styling */
#CSSMenuLeft05012013 > ul li a {
  /* Layout */
  display: block;
  position: relative;
  margin: 0;
  border-top: 1px dotted #3a3a3a;
  /*border-bottom: 1px dotted #1b1b1b;*/
  padding: 11px 12px;
  z-index:800;
  /* Typography */
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  text-align:left
/*  text-decoration: none;
  text-shadow: 0 1px 1px #FFF;
*/
  font-size: 12px;
  /* Background & effects
  background: #ffc000;  */
/*background:url(images/menuleft1.png);*/
background-color:#ffffff;

}
/* Rounded corners for the first link of the menu/submenus */
#CSSMenuLeft05012013 > 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 */
#CSSMenuLeft05012013 > 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 */
#CSSMenuLeft05012013 > ul li > a:hover,
#CSSMenuLeft05012013 > ul li:hover > a {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background: #63ff6e;
  background: -webkit-linear-gradient(#72d4f2, #54cdf1);
  background: -moz-linear-gradient(#72d4f2, #54cdf1);
  background: linear-gradient(#00b5fd, #b6eaff);
  border-color: transparent;
}
/* The arrow indicating a submenu */
#CSSMenuLeft05012013 > ul .has-sub > a::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 1px;
  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 */
#CSSMenuLeft05012013 > ul .has-sub > a::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 1px;
  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 */
#CSSMenuLeft05012013 > ul li > a:hover::after,
#CSSMenuLeft05012013 > ul li:hover > a::after {
  border-left: 4px solid #ffffff;
}
#CSSMenuLeft05012013 > ul li > a:hover::before,
#CSSMenuLeft05012013 > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
/* THE SUBMENUS */
#CSSMenuLeft05012013 > ul ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  padding-left: 1px;
  opacity: 0;
  width: 100%;
  /* 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.5s ease-in;
}
/* Showing the submenu when the user is hovering the parent link */
#CSSMenuLeft05012013 > ul li:hover > ul {
  top: 0px;
  opacity: 1;
}