/* CSS Document */

ul#on {list-style-type:none; padding:0; margin:0; width:37em; height:5em; margin:0 auto;}
ul#on li {float:left; margin-right:0.2em;}
ul#on a {display:block; width:6em; height:1.5em; text-decoration:none; color:#000; border-bottom:0.5em solid #000;}
ul#on a:hover {border-bottom:0.5em solid #c00;}
ul#on a:active, ul#on a:focus {border-bottom:0.5em solid #00c; color:#00c;}

ul#off {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	width:14em;
	height:5em;
	margin:0 auto;
	margin-top: 1em;
	position: relative;
}
ul#off li {display:block; width:5em; height:2em; float:left; margin-right:0em; margin-top: 1em;}
ul#off a {
	display:block;
	width:5em;
	height:2em;
	position:relative;
	text-decoration:none;
}
ul#off a em {
	display:block;
	font-style:normal;
	width:5em;
	height:1.5em;
	color:#FFFFFF;
	border-bottom:0.5em solid #339900;
	position:absolute;
	top:0;
	left:0px;
	cursor:pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul#off a:hover {color:#00FF00;}
ul#off a:hover em {border-bottom:0.5em solid #77001E;}
ul#off a:active, ul#off a:focus {width:0; height:0;}
ul#off a:active em, ul#off a:focus em {border-bottom:0.5em solid #00c; color:#00c;}

/*
#info img {border:0;}
.image_holder {width:88px; height:150px;}
.image_holder a {display:block; width:0; height:0; position:relative;}
.image_holder a img {position:absolute; left:0; top:0; border:0;}
.image_holder a:active {background:#eee;}
.image_holder a:active img, .image_holder a:focus img {background:#eec url(../../css_menu_neu/001_G03/home/graphics/arrow.gif) no-repeat top left;}

.button {width:150px; height:50px; background:transparent url(../../css_menu_neu/001_G03/home/graphics/ready.gif); position:relative; margin-bottom:3em;}
.button a {display:block; width:150px; height:50px;}
.button a img {display:none;}
.button a:hover {background:url(../../css_menu_neu/001_G03/home/graphics/steady.gif);}
.button a:active, .button a:focus {position:absolute; width:0; height:0; top:0; left:0;}
.button a:active img, .button a:focus img {display:block; width:150px; height:50px;} 
*/
