body {
	behavior: url(/_classic/css/csshover.htc); /* WinIE behavior call*/
}
textarea.singleLine { height: 20px; width: 95%; position: relative; background: none; }
textarea.multiLine { width: 95%; position: relative; overflow: hidden; border: 1px solid #fff; background: none; }
input.editShort { background: #fcfcfc; height: 17px; width: 95%; border: none; }
input.h1 { font-size: 21px; height: auto; }
input.h2 { font-size: 21px; height: auto;}
input.h4 { font-size: 11.5px; font-weight: bold; height: auto; }

input.date { width: 70px; background: #eee; }
input.colored { background: #eee; }

#navigation {
	position:absolute;
	top: 0px;
	right: 10px;
}

#navigation ul { 
	list-style-type:none;
	margin:0;
}

#navigation ul.level1 li:hover ul.level2 {
	display:block;
}

#navigation ul ul {
	position: absolute; 
	top: 0.7em;
	right: 1em; 
	width: 20em;
	display: none; 
	margin:0;
	background-color: #f5f5f5;
	padding: 3px 0 3px 0;
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-bottom: 1px outset #E3E3E3;
	border-right: 1px outset #E3E3E3;
}

#navigation ul ul li a {
	color: #000;
	padding: 4px 3px 0 25px;
	display:block;
	text-decoration:none;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

#navigation ul ul li a:hover {
	color: #fff;
	background-color: #9B9B9B;
	padding: 4px 3px 0 25px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
