div.menulix a { /* 5.0+ extension of "div.menulix a" */
 display: block;
 width:163px;
 height:15px;
 border:1px;
 padding-left:15px;
 cursor:hand;
 filter:blendTrans(duration=0.5);
 }
div.menulix {
 position:absolute; /* This is a fixes IE slowness */
 top:0px;
 left:0px;
 }
div.menulix a {
 color:#525252;
 background-color:transparent;
 font: 11px verdana,sans-serif;
 text-align: left;
 text-decoration: none;
 }
div.menulix a:link {
 color:#525252;;
 background-color:transparent;
 background-image:url(images/arrow_out.gif);
 background-position:left center;
 background-repeat:no-repeat;
 }
div.menulix a:visited {
 color:#525252;;
 background-color:transparent;
 background-image:url(images/arrow_out.gif);
 background-position:left center;
 background-repeat:no-repeat;
 }
div.menulix a:hover {
 color:#b0b0b0;
 font: 11px verdana,sans-serif;
 background-color:transparent;
 background-image:url(images/arrow_over.gif);
 border:1px solid #c0c0c0;
 text-decoration: none;
 text-transform: none;
 }
div.menulix a:active {
 color:#525252;;
 background-color:transparent;
 border:1px solid transparent;
 background-position:left;
 background-repeat:no-repeat;
 }

.navtitles {
 display: block;
 width:163px;
 height:20px;
 color:#c0c0c0;;
 font: 10px verdana,sans-serif;
 text-transform: uppercase;
 padding-left:15px;
 background-image:url(images/bg_box_top.gif);
 background-position:top;
 background-repeat:no-repeat;
 }

.navfooter {
 background-image:url(images/bg_box_bottom.gif);
 background-position:top;
 background-repeat:no-repeat;
 }

