/****************************************************************************************\
	The top menu container
\****************************************************************************************/

#topmenu
{
	clear:both;
	float:left;
	border-left:solid rgb(61,186,240) 1px;
	border-top:solid rgb(61,186,240) 1px;
}

/****************************************************************************************\
	The top menu, first line
\****************************************************************************************/

#topmenu1
{
}

#topmenu1 a
{
	display:block;
	float:left;
	border-right:solid rgb(61,186,240) 1px;
	width:115px;
	padding:6px 0px;
	text-align:center;
	text-decoration:none;
	color:black;
	font-weight:bold;
	font-size:10pt;
}

#topmenu1 a.inactive
{
	border-bottom:solid rgb(61,186,240) 1px;
}

#topmenu1 a.inactive:hover
{
	background-color:white;
}

#topmenu1 a.active_1
{
	border-bottom:solid rgb(61,186,240) 1px;
	background-color:white;
}

#topmenu1 a.active_2
{
	border-bottom:solid white 1px;
	background-color:white;
}

#topmenu1 .spacer
{
	display:block;
	float:left;
	border-right:solid rgb(61,186,240) 1px;
	border-bottom:solid rgb(61,186,240) 1px;
	width:78px;
	padding:6px 0px;
	font-weight:bold;
	font-size:10pt;
}

/****************************************************************************************\
	The top menu, second line
\****************************************************************************************/

#topmenu2
{
	clear:both;
	background-color:white;
	border-right:solid rgb(61,186,240) 1px;
	border-bottom:solid rgb(61,186,240) 1px;
	padding:3px 0px;
}

#topmenu2 a
{
	padding:0px 10px;
	text-decoration:none;
	color:black;
	font-size:10pt;
}

#topmenu2 a:hover
{
	text-decoration:underline;
}

#topmenu2 a.active
{
	font-weight:bold;
}

#topmenu2 span
{
	font-size:10pt;
	font-weight:bold;
}