.navigation {
      margin:10px 0px 0px 10px;
      padding: 0;
      list-style: none;
      background-image:url(../../images/bg_menu01.gif);
	  background-repeat: no-repeat;
      color: #ffffff;
      width: 300px;
      font-font-family:Verdana, arial;
      font-size:13px;
/*
      margin:10px 0px 0px 10px;
      padding-left:70px;*/

/*
      position:absolute; width:90%; text-align:center;
      width:950px; text-align:left;
      margin:10px 0px 0px 370px;*/
      }

   .navigation a, .navigation span  {
   		color: #ffffff;
   		text-decoration: none;
   		background-image:url(../../images/bg_menu01.gif);
		background-repeat: no-repeat;
   		display: block;
   		padding: 1px 2px 1px 20px;
   		border-bottom:0px dotted #BE2939;

   		}

   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
     	background-image:url(../../images/bg_menu01.gif);
		background-repeat: no-repeat;
		color: #ffffff;
   		text-decoration: none;
      	}

   .navigation .open a, .navigation .open span {
      	background-image:url(../../images/bg_menu01.gif);
		background-repeat: no-repeat;
		color: #ffffff;
   		text-decoration: none;
      	}

   .navigation a:hover, .navigation a:focus, .navigation a:active  {
   		background-image:url(../../images/bg_menu02.gif);
		background-repeat: no-repeat;
		color: #000000;
   		text-decoration: none;
   		
   		}

   .navigation .subMenu {
      font-size: 11px;
      background-image:url(../../images/bg_menu01.gif);
	  background-repeat: no-repeat;
      margin: 0;
      padding: 0;

      }

   .navigation ul.subMenu a {
      background: none;
      padding: 0px 20px;
      }