/* CSS Document */
.menu {
	font-family:verdana;
	color:#666666;
	font-size:10px;
	background-color:#cccccc;
	layer-background-color:#cccccc;
}

a:link {
	color:#FFCB01;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color:#FFCB01;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color:#F90000;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color:#F90000;
	background-color: transparent;
	text-decoration: none;
}

a.navigator:link {
	color:#88A5FB;
	background-color: transparent;
	text-decoration: none;
}

a.navigator:visited {
	color:#88A5FB;
	background-color: transparent;
	text-decoration: none;
}

a.navigator:hover {
	color:#F90000;
	background-color: transparent;
	text-decoration: none;
}

a.navigator:active {
	color:#F90000;
	background-color: transparent;
	text-decoration: none;
}

a.transparent:link {
	color:black;
	background-color: transparent;
	font-style: italic;
	text-decoration: none;
}

a.transparent:visited {
	color:black;
	background-color: transparent;
	font-style: italic;
	text-decoration: none;
}

a.transparent:hover {
	color:#F90000;
	background-color: transparent;
	font-style: italic;
	text-decoration: none;
}

a.transparent:active {
	color:#F90000;
	background-color: transparent;
	font-style: italic;
	text-decoration: none;
}

a.hidden:link,
a.hidden:visited {
	color:black;
	background-color: transparent;
	text-decoration: none;
}

a.hidden:hover,
a.hidden:active {
	color:#F90000;
	background-color: transparent;
	text-decoration: none;
}
	
img.lined {
	border-style: outset;
	border-color: #0633B9;
	border-width: 2px;
}
	
div.expandMenu {
	position:relative;
}