/*- TAB Menu --------------------------- */

    #menuChrGem {
      float:left;           
      font-size:13px;
      font-weight: bold;
      line-height:normal;	  	
	  	background:url(../images/menubg.gif) no-repeat bottom ; 
	  	MARGIN: -25px 0px 20px 0px; 
	  	PADDING-TOP: 0px; 
	  	BORDER-BOTTOM: #fff 0px solid; 
	  	height: 52px; 
	  	width: 930px;
	  	font-family: tahoma;
      }
      
    #menuChrGem ul {
	  margin:0;
	  margin-top: -10px;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #menuChrGem li {
      display:inline;
      margin:0;
      padding:0;
      }
      
    #menuChrGem a {
      float:left;
      background:url("../images/tableftIbig2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      margin-top: 1px;
      }
    #menuChrGem a span {
      float:left;
      display:block;
      background:url("../images/tabrightIbig2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FF2D2D;
     margin-right: 5px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menuChrGem a span {float:none;}
    /* End IE5-Mac hack */
    #menuChrGem a:hover span {
      color:#FFF;
      }
    #menuChrGem a:hover {
      background-position:0% -52px;
      margin-top: 1px;
      height: 27px;
      
      cursor: pointer;
      }
    #menuChrGem a:hover span {
      background-position:100% -52px;    
      cursor: pointer;      
      }
      
      
      /* CURRENT MENU */
      
    #menuChrGem .current li {
      display:inline;
      margin:0;
      padding:0;
      }
      
    #menuChrGem .current a {
      float:left;
      background:url("../images/tableftIbig.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #menuChrGem .current a span {
      float:left;
      display:block;
      background:url("../images/tabrightIbig.gif") no-repeat right top;
      padding:6px 15px 4px 6px;
      color:#fff;
      margin-right: 5px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menuChrGem .current a span {float:none; margin-top: 0px}
    /* End IE5-Mac hack */
    #menuChrGem .current a:hover span {
      color:#FFF; 
      cursor: pointer;
      }
    #menuChrGem .current a:hover {
      background-position:0% 0px;     
      }
    #menuChrGem .current a:hover span {
      background-position:100% 0px;      
      }
      
      

#categoriemenu {
	margin-top: -22px;
	margin-bottom: 15px;
	color: #fff;
	float: left;
	font-size: 12px;
	
}

#categoriemenu a{
	text-decoration: none;
	color: #F8C4BA
}

#categoriemenu a:hover{
	text-decoration: underline;
	color: #fff
}

#categoriemenu .current a{
	text-decoration: underline;
	color: #fff
}

#categoriemenu .current {
	text-decoration: underline;
	color: #fff
}

.bullet{
margin-left: 2px;
margin-right: 2px;
}

