.off {width:200px;
		 background-color: #F2F2F2;
		 color: #062B7D;
		 cursor:hand;
		 font-size: x-small;
		 padding: 1px 1px 1px 10px;
		 z-index:103;
		 padding-bottom:1px;
		 overflow: hidden;}
		 
.on {width:200px;
		 background-color: #A2A2A2;
		 cursor:hand;
		 color: #062B7D;
		 padding-bottom:1px;
		 font-size: x-small;
		 padding: 1px 1px 1px 10px;
		 z-index:103;
		 overflow: hidden;}
		 
.container {position:absolute;
					 display:none;
					 z-index:103;
					 left:0px;
					 top:0px;
					 width:200px;
					}
					 
.category {width:200px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background-image: url('../images/buton.gif');
	text-align: left;
    display:block; 
    padding: 1px 1px 1px 0px;
	border-style:outset;
}
	
