/* CSS Document */

/* acc */

a img {border-width: 0;}

body {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color: #559bd7;
	color : #1676AF;
	text-align: left;
	margin : 0;
	padding : 0;
}

/* dt */

#collectdl1 {width:110px;}
#expodl1 {width:110px;}
#agendadl1 {width:70px;}
#visitedl1 {width:140px;}
#publidl1 {width:115px;}
#amidl1 {width:140px;}
#videdl1 {width:8px;}


#menu1 {
	position: absolute;
	top :0;
	left:50px;
	font-weight:bold;
	background-color: #559bd7;
	z-index: 6;

	}

#menu1 dl, #menu1 dt, #menu1 dd, #menu1 ul, #menu1 ol, #menu1 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu1 dl {
	float: left;
}

#menu1 dt {
	position: relative;
	width : 100%;
}


#menu1 dt span {
	display: block;
	position : absolute;
	bottom : 1px;
	left : 0;
}

#menu1 dt a {
	display: block;
	color : #ffffff;
	text-decoration: none;
	background-color: #559bd7;

}

#menu1 dt a:hover  {
	color : #D3FC5B;	
	background-color: #1676af;

}

#menu1 dd {
	display: none;
	font-weight:normal;
}

#menu1 ul {
	position:absolute;
	}

#menu1 li a {
	white-space:nowrap;
	display:block;
	padding:2px;
	text-decoration:none;
	background-color : #D3FC5B;
	color : #1676af;
}
#menu1 li a:hover, #menu1 li a.selected {
	background-color : #ffffff;
	}

#menu1 ol {
	position:absolute;
	display:none;
	background-color: #D3FC5B;
}

#menu1 ol li {
	padding-left:2px;
}

#menu1 ol li a {
	padding-left:2px;
	background-color : #D3FC5B;
	color : #1676af;
}

#menu1 ol li a:hover, #menu1 ol li.selected a {
	background-color: #ffffff;
}
