/* menu css */

A.topLevel:link,  A.topLevel:visited {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
A.topLevel:hover, A.topLevel:active {
	font-size: 10px;
	font-weight: bold;
	color: #92c9df;
	text-decoration: none;
}
A.topLevel_o:link,  A.topLevel_o:visited {
	font-size: 10px;
	font-weight: bold;
	color: #92c9df;
	text-decoration: none;
}
A.topLevel_o:hover, A.topLevel_o:active {
	font-size: 10px;
	font-weight: bold;
	color: #92c9df;
	text-decoration: none;
}

A.subLevel:link,  A.subLevel:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(../images/menuDot.gif) 0 50% no-repeat;
	padding-left: 15px;
}
A.subLevel:hover, A.subLevel:active {
	font-size: 10px;
	color: #92c9df;
	text-decoration: none;
}
A.subLevel_o:link,  A.subLevel_o:visited {
	font-size: 10px;
	color: #92c9df;
	text-decoration: none;
	background: transparent url(../images/menuDot.gif) 0 50% no-repeat;
	padding-left: 15px;
}
A.subLevel_o:hover, A.subLevel_o:active {
	font-size: 10px;
	color: #92c9df;
	text-decoration: none;
}

A.subSubLevel:link,  A.subSubLevel:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(../images/menuDot.gif) 8px 50% no-repeat;
	padding-left: 23px;
}
A.subSubLevel:hover, A.subSubLevel:active {
	font-size: 10px;
	color: #92c9df;
	text-decoration: none;
}

.menuItem {
	margin-top: 13px;
	border-top: 1px solid #349bbc;
	background-color: #0182ac;
	visibility: hidden;
	position: absolute;
	width: 182px;
	z-index: 0;
}
.menuTitle {
	cursor: pointer;
	width: 182px;
	height: 24px;
	color: #ffffff;
	padding: 5px 0px 5px 7px;
	border-bottom: 1px solid #349bbc;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 175px;
	height: 13px;
}
html>body .menuTitle {
	width: 175px;
	height: 13px;
}
.subMenu {
	visibility: hidden;
	position: absolute;
	width: 182px;
	z-index: 1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.subMenuItem {
	width: 182px;
	background: #0182ac;
	color: #ffffff;
	position: absolute;
	z-index: 1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.subMenuTitle {
	cursor: pointer;
	font-size: 10px;
	height: 24px;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #349bbc;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 13px;
}
html>body .subMenuTitle {
	height: 13px;
}
.subSubMenu {
	width: 182px;
	background: #0182ac;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.subSubMenuTitle {
	cursor: pointer;
	font-size: 10px;
	color: #5eb752;
	height: 24px;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #349bbc;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 13px;
}
html>body .subSubMenuTitle {
	height: 13px;
}

.world {
	width: 100%;
	height: 100%;
}

DIV#menu {
	width: 182px;
	z-index: 0;
}
