.3dOut {
   border: solid 1px;
   border-top-color: white;
   border-bottom-color: gray;
   border-left-color: white;
   border-right-color: gray;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 9px;
   font-weight: bold;
   color: black;
   width: 175;
   height: 15;
   cursor: default;
   background-image: url(./images/navbg6-1.gif);
   background-repeat: repeat-x;	
   padding:5px 5px 5px 5px;
	 
}

.3dIn {
   border: solid 1px;
   border-top-color: gray;
   border-bottom-color: white;
   border-left-color: gray;
   border-right-color: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 9px;
   font-weight: bold;
   color: black;
   width: 175;
   height: 15;
   cursor: default;
   background-color: rgb(140, 171, 218);
   padding:5px 5px 5px 5px;
}

.item {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 9px;
   width: 175;
   height: 10;
   /*color:  rgb(140, 171, 218);*/
   background-color: #C4CEE7;  
   cursor: default;   
}
.item a,
.item a:visited {
   font-family: Verdana;
   color: #0066CC;
	 font-size: 9px; 
	 font-weight: bold;  
}
.item a:hover{
	font-weight: bold;
	font-size: 9px; 
	color: #FF3300;
	text-decoration: none;
}