@charset "utf-8";
/* CSS Document */



.window {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	color: #EAEAEA;
}

.corner {
	width:30px;
	height:30px;

}

.right {
	float:right;
	margin-right:-30px;
}

.left {
	float:left;
	margin-left:-30px;
}

.content {
	background-color:#000000;
}

.middle {
	margin-left:-30px;
	background-image:url(image/center_left.png);
	background-repeat:repeat-y;
}

.middle_right {
	margin-right:-30px;
	margin-left:30px;
	padding-right:30px;
	background-position:right;
	background-image:url(image/center_right.png);
	background-repeat:repeat-y;
	padding-top:5px;
	padding-bottom:5px;
}

.horizontal {
	height:30px;
	width:100%;
}



body {
	background-color: #333333;
	width:100%;
	height:100%;
	margin:0px;
}


.navigation {
	background-image:url(image/menubar_back.png);
	height:62px;
	}

.container {
	background-image:url(image/container_back.jpg);
	background-repeat:repeat-x;
	padding:20px;
	height:100%;
}



#menu {
height:52px;
list-style-type:none;
margin:0 auto;
padding:0;
position:relative;
top:10px;
width:300px;
}

#menu li {
display:block;
float:left;
height:52px;
position:relative;
width:100px;
}
#menu li a {
background:url("image/menu_button.png") no-repeat scroll 0 top transparent;
color:#778CAA;
display:block;
font-style:normal;
font-weight:normal;
height:52px;
line-height:50px;
position:absolute;
text-align:center;
text-decoration:none;
text-shadow:none;
width:100px;
}
#menu li a:hover {
background-image:url("image/menu_button.png");
background-position:0 bottom;
background-repeat:no-repeat;
height:52px;
text-shadow:0 1px 4px #EAEAEA;
/*filter: Shadow(Color=#EAEAEA,	Direction=135, 	Strength=5);*/
width:100px;
}
#menu li a.active {

background-image:url("image/menu_button.png");
background-position:0 bottom;
background-repeat:no-repeat;
height:52px;
text-shadow:0 1px 4px #EAEAEA;
}
#menu li.current a {
background-image:url("image/menu_button.png");
background-position:0 bottom;
background-repeat:no-repeat;
text-shadow:0 1px 4px #EAEAEA;
}

#menu span {
	display: none;
	position: absolute;
	}
#menu a:hover span {
	display: block;
}

/*
#menu .home {
	//width: 144px;
	//height: 58px;
	//left: 96px;
	//top: 96px;
}
#menu .home span {
	//width: 86px;
	//height: 14px;
	//background: url(images/home-over.gif) no-repeat;
	//left: 28px;
	//top: -20px;*/

