@charset "utf-8";

#container
{
	position:relative;
	width:900px;
	background-color:#fff;
}
#title
{
	position:absolute;
	top:10px;
	left:225px;
	width:460px;
	height:50px;
}
#navbar
{
	position:absolute;
	top:84px;
	width:900px;
	height:50px;
}

#content
{
	position:absolute;
	top:140px;
	left:10px;
	width:880px;
}

.emptyContainer
{
}

ul#list-nav {
list-style:none;
margin:5px;
padding:0;
width:890px
}

ul#list-nav li {
display:inline
}

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

ul#list-nav li a:hover {
background:#a2b3a1;
color:#000
}

ul#list-nav2 {
list-style:none;
margin:5px;
padding:0;
width:800px
}

ul#list-nav2 li {
display:inline
}

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

ul#list-nav2 li a:hover {
background:#a2b3a1;
color:#000
}

ul#list-men {
list-style:none;
margin:5px;
padding:0;
width:838px
}

ul#list-men li {
display:inline
}

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

ul#list-men li a:hover {
background:#a2b3a1;
color:#000
}