.menu {
/*width:722px;*/
height:15px;
margin: 151px 0 0 0;
position: relative;
}
* html .menu {
  margin: 0;
}
* html .menu ul ul {
}
* html #homelink img {
  margin: 0 0 153px 3px;
}
/*.menu:hover {
  background-color: #333;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80; opacity:0.8;
  height: 115px;
  margin: 51px 0 0 0;
}
*/
* html .menu:hover {
  height: 15px;
  margin: 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
position: absolute;
bottom: 0;
}
.menu ul ul {
width: 140px;
width: 118px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:140px;
width: 118px;
position:relative;
}
/*.menu li {
  padding-right: 4px;
}*/
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:129px;
width: 107px; 
height:14px; 
padding: 1px 0 0 10px;
}
.menu a.level1 {
  text-transform: uppercase;
  border: 1px solid #a3a3a3;
  border-width: 0 0 0 1px;
}
* html .menu a.level1 {
  text-decoration: none; 
}
.menu a.level1.first {
  border: 0;
}
.menu a.level1.last {
}
.menu a.level2 {
  text-transform: none;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:140px;
width: 118px;
w\idth:128px;
w\idth: 106px;
}

/* style the second level hover */
.menu ul.level1 ul.level2 a.drop:hover {
background:#c9ba65;
}
.menu ul.level1 ul.level2 :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background:#b2ab9b;
}
.menu ul.level1 ul.level2 ul.level3 :hover > a {
background:#b2ab9b;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:15px;
bottom: 0;
left:0; 
width: 139px;
width: 117px;
}
* html .menu ul ul {
bottom:14px;
bottom: -1px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
bottom:0;
width:140px;
width: 118px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}
/*.menu ul ul.level2 {*/
.menu ul div {
  border: 1px solid #a3a3a3;
  border-width: 1px;
  background-color: #333;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80; opacity:0.8;
/*  border: 0;*/
  height: 149px;
  display: block;
  position: absolute;
  
	visibility:hidden;
  position:absolute;
	bottom:15px;
	left:0; 
	width: 139px;
	width: 117px;
}
* html .menu ul div {
	bottom: 14px;
}
/** html .menu ul ul.level2 {*/
* html .menu ul div {
  border: 1px solid #a3a3a3;
  border-width: 1px;
}
/* style the second level links */
.menu ul.level1 ul.level2 a, .menu ul.level1 ul.level2 a:visited {
  color:#fff;  
  height:auto; 
  line-height:1em; 
  padding:3px 10px; 
  width: 120px;
  width: 98px;
  font-weight: normal;
  text-decoration: none;
/*  background:#333;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80; opacity:0.8;
*/
/* yet another hack for IE5.5 */
}
.menu ul.level1 ul.level2 li.last a, .menu ul.level1 ul.level2 li.last a:visited {
  padding-bottom: 8px;
}
* html .menu ul.level1 ul.level2 a, * html .menu ul.level1 ul.level2 a:visited {
  background:#333;
/****  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80; opacity:0.8;*/
}
* html .menu ul.level1 ul.level2 a, * html .menu ul.level1 ul.level2 a:visited {
  width: 119px;
	width: 97px; 
}
* html .menu ul.level1 ul.level2 a.level2{
width: 141px;
width: 119px;
w\idth: 119px;
w\idth: 97px;
}
* html .menu ul.level1 ul.level2 {
  width: 139px;
  width: 117px;
}
* html .menu ul.level1 ul.level2 li.lilevel2 {
  width: 139px;
  width: 117px;
}

/* style the top level hover */
.menu a:hover, .menu ul.level1 ul.level2 a:hover{
/*color:#000; 
background:#999;
*/
}
.menu ul.level1 ul.level2 a:hover {
  color: #aaa;
}
.menu a:hover {
  color: #fff;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
/*background:#999;
background-color: #a3a3a3;*/
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul.level1 a.level1:hover ul.level2,
.menu a.level1:hover,
.menu ul li:hover div,
.menu ul.level1 a.level1:hover div {
visibility:visible;
}
.menu a.level1:hover {
  height: 14px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}