﻿/* Base Styles */
#menu,
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu b,
#cssmenu a {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: auto;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
}
#cssmenu b {
  background: #f4ffff;
  background: -moz-linear-gradient(#f4ffff 0%, #ebf2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4ffff), color-stop(100%, #ebf2f2));
  background: -webkit-linear-gradient(#f4ffff 0%, #ebf2f2 100%);
  background: linear-gradient(#f4ffff 0%, #ebf2f2 100%);
  display: block;
  padding: 6px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  border-bottom: none;
  color: #1B6885;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera   Sans Bold', 'Arial Black', 'sans serif';
  font-stretch: expanded;
  text-align: left;
  font-size: 14px;
  text-indent: 3px;
}/*<---products*/
#cssmenu {
  width: 235px;
  border-bottom: 0px solid #ececec;
  border-top: 0px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}/*<---heading2*/
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li {
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu > ul > li > a {
  display: block;
  background: url(images/pattern.png) top left repeat;
  color: #676767;
  border: 1px solid #d4d4d4;
  padding-left: 10px;
  text-transform: uppercase;
}/*<---heading1*/
#cssmenu > ul > li > a > span {
  display: block;
  padding: 8px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#cssmenu > ul > li > a:hover {
  color: #14899b;
}
#cssmenu > ul > li > a:focus {  
  color: #676767;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f9f6f3;
  background: -moz-linear-gradient(#f9f6f3 0%, #fdf7f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f3), color-stop(100%, #fdf7f8));
  background: -webkit-linear-gradient(#f9f6f3 0%, #fdf7f8 100%);
  background: linear-gradient(#f9f6f3 0%, #fdf7f8 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: 50px;
}
#cssmenu ul ul a {
  padding: 8px 6px 8px 25px;
  display: block;
  color: #676767;
  font-size: 11px;
  font-weight: normal;
  text-position: left;
  font-size: 12px;
}
#cssmenu ul ul a:before {
  content: "»";
  color: #e94f31;
  position: absolute;
  left:15px;
  repeat: no-repeat;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}