/* CSS Document */

html { 
height : 100%; 
overflow : scroll; 
}

.menu {
width:750px; 
font-size:0.85em;
position:relative;
z-index:100;
}

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:93px;
}

.menu li {
float:left;
width:92px;
position:relative;
}

.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#000; 
width:82px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 1px 1px; 
background:#ffcccc; 
padding-left:10px; 
line-height:29px;
}

* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}


.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}

.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}

* html .menu ul ul {
top:30px;
t\op:31px;
}


.menu table {position:absolute; top:0; left:0;}


.menu ul ul a, .menu ul ul a:visited {
background:#cc6699; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px

}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}

.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#632035;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#632035;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}



* {
	margin: 0;
	padding: 0;
	}

body {
		color: #333;
		background-color: #ce436e;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 90%;
		text-align: center;
		}
	

div#container {
	width: 740px;
	margin: 10px auto;
	text-align: left;
	}
	div#header-wrap {
		margin: 8px 0;
		}
		div#header-in {
			padding: 10px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
	div#content-wrap {
		
		}
		div#center {
			margin: 0 0 0 210px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#center-in {
				padding: 20px;
				}
		div#left {
			float: left;
			width: 200px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}

																
ul#nav-left {
	margin: 20px;
	list-style: none;
	}
	ul#nav-left li {
		
		}
		ul#nav-left li a {
			display: block;
			width: 138px;
			padding: 5px 10px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-left li a:hover {
			color: #666;
			background-color: #F1F7FF;
			border-bottom: 1px solid #E3EFFF;
			}
ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #888;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-top li a:hover {
			color: #4494FF;
			background-color: inherit;
			border-bottom: 1px solid #F1F7FF;
			}
ul#nav-footer {
	margin: 0 0 0 210px;
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}
																
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}

div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}