#container, #large{
	display:none;
}
#medium{
	display:none;
}
#small, #common{
	position: relative;
	top:5px;
	width: 400px;
	height:auto;
	margin:0 auto;
	background-color:#FFF;
	padding:10px;
	text-align:left;
} 

nav ul
{
list-style-type: none;
}

nav
{
width: 240px;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
position: relative;
margin:0;
top: auto;
left: auto;
z-index:200;		
}

nav > a
{
	position: relative;
	display: none;
	width: 30px; 
	height: 30px; 
	text-align: left;
	text-indent: -9999px;
	background-color: #003399;
	
}
nav > a:before,
nav > a:after
{
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
nav > a:after
{
	top: 60%;
}

nav:not( :target ) > a:first-of-type,
nav:target > a:last-of-type
{
display: block;
}
nav li
{
	position: relative;
}
	nav li a
	{
		color: #fff;
		display: block;
	}

/* first level */
nav > ul
{
height: auto;
display: none;
position: absolute;
left: 0;
right: 0; 
background-color: #003399;
}
nav:target > ul
{
	display: block;
}
nav > ul > li
{
	width: 100%;
	float: none;
	height: 100%;
}
	nav > ul > li > a
	{
		height: auto;						
		padding: 0 10px;
		font-size: 14px;
		line-height: 25px; 
		text-align: left;
		text-decoration:none;
	}
		nav > ul > li:hover > a,
		nav > ul:not( :hover ) > li.active > a
		{
			background-color: #333;
			width:180px;
			text-decoration:none;
		}
nav li ul
{
	position: static;
	padding: 20px;
	padding-top: 0;
	width:160px;
	font-size: 12px;
	background-color: #eeeeee;
	display: none;
	top: 100%;
}
nav li:hover ul
{
	display: block;
	left: 0;
	right: 0;
}
	nav li:not( :first-child ):hover ul
	{
		left: -1px;
	}
	nav li ul a
	{
		color:#036;
		font-size: 12px;
		padding: 5px;
		text-decoration:none;
	}
		nav li ul li a:hover,
		nav li ul:not( :hover ) li.active a
		{
			color:fff;
			font-size:12px;
			background-color: #999999;
			text-decoration:none;
		}
.title1
{
	color:#000000;
	font-size:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.title2
{
	color:#000000;
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-align:left; 
	color:#003366; 		
}
.message a:link, .message a:visited{
	color: #330; 
	text-decoration:none;
	font-weight:100;
}
.message a:hover{
	color:#c00;  
	font-weight:100;
	text-decoration:none;
}
.idtable, .lsttable{
	border:1px solid #aaaaaa;
	box-shadow:2px 2px 2px #999999;
	margin-bottom:5px;
}
input, textarea{
	font-size:14px;
}