@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #C88888;
}
ul#list-nav {
list-style:none;
width:auto;
}

ul#list-nav li {
display:inline;

}

ul#list-nav li a {
text-decoration:none;
padding:5px;
width:100px;
background:#800000;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover {
background:#E2C2C2;
color:#000
}
ul#list-nav2 {
list-style:none;
margin:5px;
padding:0;
width:auto;
margin-left:6px;
}

ul#list-nav2 li {
display:inline;
}

ul#list-nav2 li a {
text-decoration:none;
padding:5px;
width:140px;
background:#800000;
color:#eee;

text-align:center;
border-left:1px solid #fff;
}

ul#list-nav2 li a:hover {
background:#E2C2C2;
color:#000
}
ul#list-nav3 {
list-style:none;
margin:5px;
padding:0;
width:auto;
margin-left:220px;
}

ul#list-nav3 li {
display:inline;
}

ul#list-nav3 li a {
text-decoration:none;
padding:5px 0;
width:200px;
background:#800000;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav3 li a:hover {
background:#E2C2C2;
color:#000
}