@charset "utf-8";
/* CSS Document */

#menucontainer { 
width: 848px; height: 50px; position: relative; }
#menu {
	margin : 0;
	padding-bottom : 29px;
	padding-left : 18px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#menu a:link, #menu a:visited	{
	background : #E8EBF0;
	color : #155d9c;
	float : left;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 29px;
	text-align: center;
	margin-right : 3px;
	text-decoration : none;
	background: url(images/btn_off2.gif) no-repeat;
	height: 29px;
	cursor: pointer;
}
#menu a div { width: 133px; height: 29px; font-weight: bold; }

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu a:hover	{
	color : white;
	background: url(images/btn_off2.gif) no-repeat;
	background-position: -133px;
}

	
body.section-1 #menu li#nav-1 a, 
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a,
body.section-5 #menu li#nav-5 a,
body.section-6 #menu li#nav-6 a {
	background : #fff;
	background: url(images/btn_on1.gif) no-repeat;
	color : white;
}

#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4,
#menu #subnav-5,
#menu #subnav-6 {
	background-color: #155d9c;
	display : none;
	width: 812px;
}

body.section-1 #menu ul#subnav-1, 
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4,
body.section-5 #menu ul#subnav-5,
body.section-6 #menu ul#subnav-6 {
	display : inline;
	left : 18px;
	position : absolute; 
	top : 29px;
	font-size: 14px;
	line-height: 21px;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
}

body.section-1 #menu ul#subnav-1 a, 
body.section-2 #menu ul#subnav-2 a,
body.section-3 #menu ul#subnav-3 a,
body.section-4 #menu ul#subnav-4 a,
body.section-5 #menu ul#subnav-5 a,
body.section-6 #menu ul#subnav-6 a {
	background : #155d9c;
	border : none;
/*	border-left : 1px dotted #ccc;*/
	color : white;
	color: #f5efd0;
	font-size : smaller;
	font-weight : bold;
	line-height : 21px;
	margin-right : 4px;
	padding : 0px 25px;
	text-decoration : none;
	height: 21px;
}

 #menu ul a:hover {
	color : white !important;
}

#contents {
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}

#menu2 { margin-bottom: 20px; }
#menu2 ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#menu2 a:link, #menu2 a:visited { color: #529214; text-decoration: none; background: url(images/menu2.jpg) repeat-x; line-height: 34px; font-weight: bold; display: block; width: 200px; height: 34px; text-indent: 10px; margin: 0; padding: 0; .float: left}

#menu2 a span { font-weight: normal; color: #666666 }

#menu2 a:hover { color: #f10000}

#menu2 a:link.active, #menu2 a:visited.active { color: #f10000 }
