                UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9B9C97;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	width: 800px;

	
                }

                UL.tabNavigation LI {
                    display: inline;
                }

                UL.tabNavigation LI A {
	padding: 7px;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
                }

                UL.tabNavigation LI A.selected,
                UL.tabNavigation LI A:hover {
	background-color: #CCC;
	color: #000;
	padding-top: 7px;
                }
                
                UL.tabNavigation LI A:focus {
                        outline: 0;
                }

                div.tabs > div {
	padding: 5px;
	margin-top: 3px;
	width: 800px;
                     /*   border: 5px solid #333;*/
                }
                div.tabs > div h2 {
                        margin-top: 0;
                }
