﻿#nav{display:inline;height:17px;float:right;}
#nav .groups{list-style-type:none;margin:0px;padding:0px;}
#nav .groups .group{display:inline;float:left;height:17px;position:relative;z-index:10000000;padding:0px;margin:0px;behavior:expression(this.onmouseover = new Function("this.className += ' hover'"), this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"), this.style.behavior=null);}
#nav .groups .group.hover , #nav .groups .group:hover{cursor:pointer;}
#nav .items{list-style-type:none;position:absolute;width:155px;display:none;margin:0px;padding:0px;}
#nav .item{display:inline;behavior:expression(this.onmouseover = new Function("this.className += ' hover'"), this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"), this.style.behavior=null);}
#nav .items .item a{width:100% !important;height:auto;display:block;}
#nav .items .item img{border-bottom:solid 1px white;}
#nav .items .last img{border-bottom:none !important;}
#nav .group img.onstate{display:none;}
#nav .group img.offstate{display:inline;}
#nav .group:hover .items ,#nav .group.hover .items{display:block;margin-top:10px;_margin-top:0px;top:100%;_top:100%;left:0px;}
#nav .groups .group .items .item:hover a img.onstate , #nav .groups .group .items .item.hover a img.onstate{display:inline !important;}
#nav .groups .group .items .item:hover a img.offstate , #nav .groups .group .items .item.hover a img.offstate{display:none !important;}
