ul#menu {
  width: 165px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color:#f7eb14;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #FFF;
  font-weight:bold;
  font-family:sans-serif;
  font-size:9pt;
  width:160px;
}

ul#menu li {
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu a {
  text-decoration: none;
  outline: none;
  display:block;
  background:#f7eb14 url("images/main-bg.gif") 0px 0px no-repeat;
  min-height:22px;
  width:130px;
  padding:4px 0px 0px 30px;

}
/* for Internet Explorer */
/*\*/
* html ul#menu a{
	height:22px;
	  width:160px;
}
ul#menu ol li a {
  background:#f7eb14 url("images/sub-bg.gif") 0px 0px no-repeat;
  width:145px;
  font-style:italic;
  margin:0px 0px 0px 25px;
  width:127px;
  padding:4px 0px 0px 8px;
}

ul#menu a:hover {
   background:#f7eb14 url("images/main-over-bg.gif") 0px 0px no-repeat;
}

ul#menu ol li a:hover {
  background:#f7eb14 url("images/sub-over-bg.gif") 0px 0px no-repeat;
}
