body {
margin:0px;
background-color:#F5E3CB;
background-image:url(image/bg2.jpg);
background-repeat:repeat-x;
}
td {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4D4747;
}
.padding_mn {
padding-top:15px;
}
.dividor {
border-bottom:1px solid #BDBBBB;
}
.categories {
color:#000000;
text-decoration:none;
}
.categories:hover {
color:#000000;
text-decoration:underline;
}
.bdr_wel {
border-bottom:1px solid #544947;
}
.more {
color:#FF0000;
text-decoration:none;
}
.more:hover {
color:#FF0000;
text-decoration:underline;
}
.txt_bld {
font-weight:bold;
}
.ftr {
font-family:Tahoma;
font-size:10px;
color:#8E5C45;
}
.SEOMenu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.SEOMenu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.SEOMenu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.SEOMenu a, .SEOMenu :visited {
font-size:12px;
color:#75330f;
padding: 0px 5px 0px 5px;
display:inline;
float:left;
border-right-width: 2px;
border-right-style: inset;
background:transparent;
}
/* style the links hover */
.SEOMenu :hover{
color:#75330f;
text-decoration:underline;
}

/* hide the sub level links */
.SEOMenu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.SEOMenu ul li:hover ul,
.SEOMenu ul a:hover ul{
visibility:visible;
}
A.SkinObject:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color:#75330f;
}
A.SkinObject:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color:#75330f;
}
A.SkinObject:active {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color:#75330f;
}
A.SkinObject:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color:#75330f;
	text-decoration:underline;}
.SkinObject{
	color:#75330f;
}
