body			{ font-family: Arial; font-size: 10pt;}
td				{ font-family: Arial; font-size: 10pt;}
.title_left		{ font-size: 16; font-weight: bold; }
.title_center	{ font-size: 16; font-weight: bold; }
.title_right	{ font-size: 16; font-weight: bold; }
img				{ -moz-opacity:1.0; filter: alpha(opacity=100); }
a				{ color: #000080; text-decoration: underline }

#left_content, #center_content, #large_content, #center_small_content, #right_content
{
	position: absolute;
	float: left;
	top: 160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-color: #999999;
	border-style: solid;
	background-color: #FFFFFF;
	padding: 5px;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	z-index: 1;	
}

#left_content
{
	left: 10px;
	width: 200px;
}

#center_content
{
	left: 230px;
	width: 650px;
}

#center_small_content
{
	left: 230px;
	width: 430px;
}

#right_content
{
	left: 680px;
	width: 200px;
}

#large_content
{
	left: 10px;
	width: 870px;
}

#menu_total
{
	position: absolute;
	float: left;
	top: 5px;
	left: 469px;
	z-index: 2;
}

#lckv_logo
{
	position: absolute;
	float: left;
	top: 5px;
	left: 5px;
	z-index: 1;	
}

#background_image
{
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	z-index: 0;	
}

#login_content
{
	position: absolute; 
	width: 330px; 
	height: 24px; 
	z-index: 1; 
	left:549px; 
	top:130px;
}

a.menu {
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

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

#nav a.menu {
	font-weight: bold;
	color: black;
}

#nav a.menu {
	text-decoration: none;
}

#nav li li a.menu {
	display: block;
	font-weight: normal;
	width: 7.3em;
	color: #000000;
	padding: 0.2em 5px;
}

#nav li li a.menu:hover {
	width: 7.3em;
	padding: 0.2em 0px;
	border: 5px solid #000000;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	text-align: center;
	width: 6em;
	cursor: default;
	background-color: white;
	border: 1px solid #000000;
	border-width: 1px 0;
}

li#first {
	border-left-width: 0.5em;
}

li#last {
	border-right-width: 0.5em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 8em;
	text-align: center;
	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #000000;
	z-index: 3;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}