@charset "UTF-8";

#menuFrame
{
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 28px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#menuItem1, #menuItem2, #menuItem3, #menuItem4, #menuItem5, #menuItem6, #menuItem7,
#menuItem1a, #menuItem2a, #menuItem3a, #menuItem4a, #menuItem5a, #menuItem6a, #menuItem7a
{
	margin: 0px;
	padding: 0px;
	height: 28px;
	line-height: 28px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	float: left;
	cursor: pointer;
	z-index: 100;
}

#menuItem1, #menuItem1a 
{
	border: 0px;
}

#menuItem1, #menuItem2
{
	width: 112px;
	background-image: url('../_images/menu_112_inactive.gif');
}

#menuItem1a, #menuItem2a
{
	width: 112px;
	background-image: url('../_images/menu_112_active.gif');	
}

#menuItem3, #menuItem4, #menuItem5, #menuItem6, #menuItem7
{
	width: 110px;
	background-image: url('../_images/menu_110_inactive.gif');
}

#menuItem3a, #menuItem4a, #menuItem5a, #menuItem6a, #menuItem7a
{
	width: 110px;
	background-image: url('../_images/menu_110_active.gif');	
}

#menuItem1List, #menuItem2List, #menuItem3List, #menuItem4List, #menuItem5List, #menuItem6List, #menuItem7List
{
	margin-top: 3px;
	text-align: left;
	display: none;
}

#menuItem1 a, #menuItem2 a, #menuItem3 a, #menuItem4 a, #menuItem5 a, #menuItem6 a, #menuItem7 a, 
#menuItem1a a, #menuItem2a a, #menuItem3a a, #menuItem4a a, #menuItem5a a, #menuItem6a a, #menuItem7a a
{
	display: block;
	width: 110px;
	line-height: 25px;
	font-family: inherit;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menuItem1a a, #menuItem2a a, #menuItem3a a, #menuItem4a a, #menuItem5a a, #menuItem6a a, #menuItem7a a
{
	color: #1851A0;
}

#menuItem1 a:HOVER, #menuItem2 a:HOVER, #menuItem3 a:HOVER, #menuItem4 a:HOVER, #menuItem5 a:HOVER, #menuItem6 a:HOVER, #menuItem7 a:HOVER
{
	color: #1851A0;
}

#menuItem1a a:HOVER, #menuItem2a a:HOVER, #menuItem3a a:HOVER, #menuItem4a a:HOVER, #menuItem5a a:HOVER, #menuItem6a a:HOVER, #menuItem7a a:HOVER
{
	color: #1851A0;
}

#menuFrame div ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	position: absolute;
	background: #C8D9F2;	
	border: 1px solid #1851A0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px;
	width: 224px;
	z-index: 1000;
}

#menuFrame div ul li
{
	height: 25px;
	line-height: 25px;
	font-family: inherit;
	font-weight: normal;
	border-bottom: 1px solid #1851A0;
	color: #1851A0;
}

#menuFrame div ul li a
{
	display: block;
	width: 214px;
	line-height: 25px;
	padding-left: 10px;
	font-family: inherit;
	font-size: 11px;
	font-weight: normal;
	color: #1851A0;
	text-decoration: none;
}

#menuFrame div ul li a:HOVER
{
	color: #1851A0;
	background: #FFFFFF;
}