/* CSS Template by gorotron */

body {
	background-image:url(bg1b.gif);
	background-repeat:repeat-x;
	background-color:#E1E7D3;
	padding:20px 0 0 0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h3 {
	font-size:10px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h2 {
	font-size:18px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:15px;
	line-height:1.5em;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:800px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:800px;
	height:200px;
	margin-bottom:10px;
}

#bannerLeft {
	width:250px;
	height:200px;
	margin-right:10px;
	background-image:url(redsun_resize.jpg);
	float:left;
}

#bannerRight {
	font-family: DFKai-sb,Arial,Helvetica,sans-serif;
	width:529px;
	height:129px;
	background:url(bg1c_cr.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:70px 0px 0px 10px;
}

#content {
	background:url(bg1.gif) repeat-y;
	height:auto;
}

#leftColumn {
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:15px;
	color:#EAEAEA;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:30px;
	border-bottom:1px dotted #333;
}

#nav a:hover {
	background-color:#333;
}


#leftColumnBottom {
	width:130px;
	background:url(bg1c.gif) repeat-x;
	padding:110px 10px 10px;
	color:#EAEAEA;
}

#rightColumn {
	float:left;
	width:600px;
	padding-left:15px;
	color:#666;
	min-height:400px;
	height:auto !important;
	height:400px;
	}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:12px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}

ul,li {
	list-style:none;
	margin: 0;
	padding: 0;
}

li {
	position: relative;
}

li.folder:hover {
	background-color:#333;
}
		
li.folder ul {
	z-index: 2;
	position: absolute;
	display: none;
	top: 5px;
}
				
li.folder>ul { 
	left: 130px;
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 200px;
}

li a.submenu {
	border: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #3366CC;
}



