@charset "utf-8";
/* CSS Document */

#bar {
	background-color: #B3CDFF;
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0CF;
	border-right-color: #0CF;
	border-left-color: #0CF;
}

#cssonclickswitch {
	position:relative;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #0CF;
	padding: 10px;
	height: auto;
	background-color: #D9E6FF;
	font-size: 14px;
}
#cssonclickswitch li {
	width: 10px;
}
#cssonclickswitch a {
	display: block;
	width:400px;
	color: #003333;
	text-decoration:none;
	text-align:left;
}
#cssonclickswitch a:hover,
#cssonclickswitch a:focus:hover {
	color: #FFCC66;
	background:black;
}
#cssonclickswitch a img {
	border:1 solid #0CF;
}
#cssonclickswitch a:active,
#cssonclickswitch a:focus {
	color:#fff;
	background-color:#0099FF;
}
#cssonclickswitch a span {display: none;}
#cssonclickswitch a:active span,
#cssonclickswitch a:focus span {
	display: block;
	position: absolute;
	top: 0;
	left: 400px;
	width: 400px;
	color:#990000;
	padding-left: 50px;
	font-family: "Arial Unicode MS";
	font-size: 14px;
	background-color: #FFFFCC;
	margin-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	border: 1px solid #990000;
	line-height: 24px;
}
#cssonclickswitch a:active,
#cssonclickswitch a:focus {
	color:#666666;
	background-color:#55A0FF;
	border: 1px solid #000066;
	padding: 10px;
}
#cssonclickswitch a:focus:hover {
color: #cff;
background:black;
}

a:focus {
outline:0;
}



.cfix:after {
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility: hidden;
}

/* Hides from IE Mac \*/
* html .cfix {height: 1%;}
.cfix{display:block;}
/* End Hack */

a.info{
	position:relative; /*this is the key*/
	z-index:24;
	color:#660000;
	text-decoration:none;
	font-size: 16px;
	border: thin solid #0CF;
	font-weight: bold;
	}

a.info:hover{
	z-index:25;
	background-color:#CCCCCC
}

a.info span{
	display: none;
	background-color: #00FFFF;
	}


a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;
	border:1px solid #0cf;
	background-color:#000000;
	color:#CCCCCC;
	text-align: left;
	padding: 5px;
}
