ul#menu {
	padding: 0;
	margin: 0;
}
ul#menu li {
  	list-style-type: none;
  	position: relative; margin: 0; padding: 0;
	z-index: 3;}
ul#menu ul {display: none;}
ul#menu li:hover > ul {display: block; position: absolute; top: -1px; left: 135px;}
ul#menu li a {
	color : #0000CC;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	background-image :  url("../images2/buttons/macro.png");
	background-repeat : no-repeat;
	display : block;
	height : 23px;
	text-align : left;
	line-height : 23px;
	background-position: 1px;
	padding-left: 17px;
	width: 100%;
      }
ul#menu li a:hover {
         color : #FF0000;
         font-family : Arial, Helvetica, sans-serif;
         font-size : 12px;
         background-image :   url("/images2/buttons/macro_hover.png");
         background-repeat : no-repeat;
         padding-left: 17px;
		 background-position: 1px;
      }
ul#menu li.sub > a {
	background-image :   url("/images2/buttons/macroconsubmenu.png");
}
ul#menu li.sub > a:hover {
	background-image :   url("/images2/buttons/macroconsubmenu_hover.png");
}

ul#menu li ul li a
{
	color : #0000CC;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	display : block;
	height : 20px;
	text-align : left;
	line-height : 20px;
	background-position: 1px;
	padding-left: 17px;
	width: 130px;
	background-image :  url("../images2/buttons/cat.png");
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
      }
ul#menu li ul li a:hover
{
	background-image :  url("../images2/buttons/cat_hover.png");
	background-repeat: repeat-x;
	font-size : 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	 }
