body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	overflow-x:hidden;
	font-size:12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
a{font-family: Leelawadee, Verdana, Arial, sans-serif;font-size: 13px; font-weight:bold;color: #797979;text-decoration: none;}
a.On{color: #c9c9c9;}  /* #ab0415;*/
a:hover{color: #9c0014;}
a.small{font-family: Leelawadee, Verdana, Arial, sans-serif;font-size: 11px;color: #707070;font-weight:bold;text-decoration: none;}
a.small:hover{color: #000000;}
smalltext{font-family: Leelawadee, Verdana, Arial, sans-serif;font-size: 12px;color: #9f9f9f;}
div.menu{width:124px;height:20px;padding-top:2px;float:left; border-top: 1px solid #797979;border-right: 1px solid #797979;border-left: 1px solid #797979;}
div.menuOn{width:124px;height:20px;padding-top:2px;float:left; border-top: 1px solid #a9a9a9;border-right: 1px solid #a9a9a9;border-left: 1px solid #a9a9a9;} /*background-image: url('images/sfondomenu.png');*/
div.int{width:10px;float:left;}

div.menuLeftOn{z-index:3;height:20px;padding-top: 0px;float:left;border-bottom:1px solid #9c0014;text-align:right;width:170px;padding-right:8px;}
div.menuLeftRon{z-index:3;height:20px;padding-top: 0px;float:left;border-bottom:1px solid #666;text-align:right;width:170px;padding-right:8px;}
div.menuLeft{z-index:3;height:20px;padding-top: 0px;float:left;border-bottom:1px solid #ccc;text-align:right;width:170px;padding-right:8px;}
div.menuLeftR{z-index:3;height:20px;padding-top: 0px;float:left;border-bottom:1px solid #aaa;text-align:right;width:170px;padding-right:8px;}

a.left{color:#f1f1f1;}a.leftR{color:#aaa;}
a.leftOn{color:#9c0014;}
a.left:hover{color:#9c0014;}a.leftR:hover{color:#9c0014;}