body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#848283;
}

a {
color:#6C6C6C;
text-decoration:none;
}

a:hover {
color:#FF0000;
}

#menu a {
font-size:14px;
font-weight:bold;
}

#menu a:hover {
font-size:14px;
color:#FF0000;
}

.menu {
font-size:14px;
color:#FF0000;
font-weight:bold;
}

#sep {
background:url(img/sep.jpg) repeat-y;
width:24px;
}

/* foto menu */
/* style for category menu */

div#wn	{ 
	position:relative;
	width:500px; height:65px; 
	overflow:hidden;
	text-align:center;	
	}

div#scrollbar { 
    display:none;
    }
	
div#scrollbar { 
    position:relative; 
    width:500px; height:11px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }

div#track { 
    position:absolute; left:12px; top:0;
    width:476px; height:11px; 
    background: #6C6C6C;
  }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:20px; height:9px; 
    background-color:#ffffff;
  } 
  
div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
	
/* end style for category menu */
