#catalog_container {
	
	background-repeat: no-repeat;
	width:730px;
    height:710px;
	margin: 0px;
	position:relative;
	background-color:#FFFFFF;
	
}

#menu-cat {
	
	width:730px !important;
	width:730px;
	height:33px;
	margin:0px;
	padding:0px;


}

.clear{
	clear:both;
	}
/*.tool-tip{
	width:207px;
	height:165px;
	background-image: url(menu/bk_tips.gif);
	background-repeat: no-repeat;
	padding-top:25px;
	padding-left:27px;
}*/

.tool-tip table td{
	border:1px solid #05347B;
	
}


/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
	 font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
	  font-size:9px;
	 font-family: Arial, Helvetica, sans-serif;
	  
      }
    #tabsI ul {
	  margin:0;
	  padding:10px 0px 0 0px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#02096b;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
       color:#FFDA77;

      }
    #tabsI a:hover span {
      background-position:100% -42px;
       color:#FFDA77;

      }

