 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	
 }  
 .kwicks li.firstm{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 150px;
	height: 38px;
	margin-right: 0px;
	background-image:url(../css/images/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:38px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position: 0px 0px;
}
#kwick2 {
	background-position:-185px 0px;
}
#kwick3 {
	background-position:-370px 0px;
}
#kwick4 { 
	background-position:-555px 0px;
}
#kwick5 { 
	background-position:-743px 0px;
}
#kwick6 { 
	background-position:-930px 0px;
}


#kwick1:hover { 
	background-position: 0 -38px;
}
#kwick2:hover{
	background-position: -185px bottom;
}
#kwick3:hover {
	background-position: -370px bottom;
}
#kwick4:hover {
	background-position: -555px bottom; 
}
#kwick5:hover {
	background-position: -743px bottom; 
}
#kwick6:hover {
	background-position: -930px bottom; 
}
#gmenu ul ul {padding:0; margin:0; list-style:none; width:auto; height:35px;}

#gmenu li ul li {float:left; height:35px; }


#gmenu li ul {position:absolute; top:35px; left:-9999px; z-index:10;}
#gmenu li ul {background: url(../css/images/sub_bg.png) 0 3px repeat-x ;}
#gmenu ul :hover ul {left:0;  }

#gmenu ul ul.sub1 {left:4px;  }
#gmenu ul ul.sub2 {left:74px;  }
#gmenu ul ul.sub3 {left:234px;  }
#gmenu ul ul.sub4 {left:424px;  }
#gmenu ul ul.sub5 {left:614px;  }


#gmenu ul :hover ul.blank {background:#e6e6e8; border-left:1px solid #e6e6e8;}
#gmenu ul :hover ul li a {display:inline; background: url(../css/images/bar.gif) right 1px no-repeat; padding:0 10px; margin:0; font-size:12px; width:auto; white-space:nowrap; font-weight:normal; border:0; color:#ddd; height:30px; line-height:34px;}
#gmenu ul :hover ul.right li a {background:#808080 url(bar.gif) left center no-repeat;}
#gmenu ul :hover ul li a.last {background: none;}
#gmenu ul :hover ul li.firsts {background: url(../css/images/sub_left.png) left center no-repeat;}
#gmenu ul :hover ul li.lasts {background: url(../css/images/sub_right.png) right center no-repeat;}

#gmenu ul ul li.current a {display:inline; background: url(../css/images/bar.gif) right 7px no-repeat; padding:0 10px; margin:0; font-size:12px; width:auto; white-space:nowrap; font-weight:normal; border:0; color:#ddd; height:30px; line-height:34px;}

