h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/*
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
*/

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navBar{
	margin: 0 0 0 0;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color: white; text-decoration:none}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-size: 90%;
	background-image:url(../assets/cnc_menue/hg_menu.jpg);
	z-index: 1;	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link {
	padding: 5px 1px 5px 20px;
	width: auto;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #849DA3;
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #102942;
}



#sectionLinks a:visited{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #849DA3;
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #102942;
	padding: 5px 1px 5px 20px;
}


#sectionLinks a:hover{
	border-top: 1px solid #102942;
	background-image:url(../assets/cnc_menue/hg_menu_hov.jpg);
	padding: 5px 1px 5px 20px;
}
