ul ul li a 
{
  display: block;
  color: black;
  padding: 3px 6px;
  font-size: small; 
  text-decoration: none;
}

ul.menu li a 
{
  background-image: url('../img/before.png');
  background-position: right;
  background-repeat: no-repeat;
  color: blue;	
  font-weight: bold;
  padding: 0.3em;
  text-indent: 10px;
  text-align: left;
  letter-spacing: 1px;
  width: 120px;
  
  
-moz-border-radius:4px 0px 0px 4px;
-webkit-border-radius:4px 0px 0px 4px;
border-radius:4px 0px 0px 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow:0px 1px 1px #000000;
-webkit-box-shadow:0px 1px 1px #000000;
box-shadow:0px 1px 1px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, direction=180, color='#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=1, Direction=180, Color='#000000')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

}

ul.menu li a:hover 
{
  /*background-image: url('../img/mouseover.png');
  */
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(left, #fefcea 0%, #fcf088 63%, #f1da36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefcea), color-stop(63%,#fcf088), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #fefcea 0%,#fcf088 63%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #fefcea 0%,#fcf088 63%,#f1da36 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #fefcea 0%,#fcf088 63%,#f1da36 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #fefcea 0%,#fcf088 63%,#f1da36 100%); /* W3C */

  color: blue;	
  padding: 0.3em;
  width: 120px;
  
  -moz-box-shadow:0px 0px 4px #000000;
-webkit-box-shadow:0px 0px 4px #000000;
box-shadow:0px 0px 4px #000000;
}

ul.menu li ul li a 
{
  background:none;
  color: #f5f5f5;
   width: 100px;
  text-align: left;
 text-indent: 15px;
  font-weight: bold;
  margin-top:3px;

      -moz-box-shadow:0px 0px 0px #000000;
-webkit-box-shadow:0px 0px 0px #000000;
box-shadow:0px 0px 0px #000000;
  }

ul.menu>li{
    padding-bottom:5px;	
}

ul.menu li ul li a:hover 
{
  display: block;
 
  background-image: url('../img/sub_main_menu.png');
   
  background-repeat: no-repeat;
  color: blue;
  width: 100px; 
  font-weight: bold;

-moz-box-shadow:0px 0px 0px #000000;
-webkit-box-shadow:0px 0px 0px #000000;
box-shadow:0px 0px 0px #000000;
  }


ul.menu, ul.menu ul 
{
  list-style-type: none;


}

ul a
{
  display: block;
  text-decoration: none;
}

#bar1{
	background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(left, #fefcea 0%, #fcf088 63%, #f1da36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefcea), color-stop(63%,#fcf088), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #fefcea 0%,#fcf088 63%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #fefcea 0%,#fcf088 63%,#f1da36 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #fefcea 0%,#fcf088 63%,#f1da36 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #fefcea 0%,#fcf088 63%,#f1da36 100%); /* W3C */
}
