/* CSS Document */
table.center {
    margin-left:auto; 
    margin-right:auto;
}

li ul {
	display: none;
}

#topnav
{
    font-family: /*century gothic,*/ Verdana, arial, helvetica, san-serif;
    font-size: 10px;
    width: 600px;
    padding: 0px;
    border: 0px;
    z-index: 1000;
    margin-top: 161px;
    margin-left: 145px;
    text-align: left;
    position: relative;
    top: 0px;
}

#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topnav li {
	float: left;
	position:  relative;/*absolute;*/
	/*width: 106px;-----*/
	text-align: left;
	cursor: default;
	/*background-color: #007534;*/
	font-size: 9px;
}

#topnav li:hover ul, li.over ul {
	display: block;
}

#nav a {
	font-weight: normal;
	color: #435e4b;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	left: 0px;
	width: 106px;
}

#nav li li {
	display: block;
	font-weight: normal;
	color: #435e4b;
	background-color: #DCDCDC;
	line-height: 12px;
	color: #435e4b;
	border-top: none;
	border-right: 1px solid #354538;
	border-bottom: 1px solid #354538;
	border-left: 1px solid #354538;
	width: 115px;
}

#nav li li a {
	display: block;
	padding: 4px;
	/*border: 1px solid #DCDCDC;*/
}

#nav li li a:hover {
	color: #000000;
	background-color: white;
}

/*#catagory a
{
    font-size: 10px; 
    font-weight: bold;
    color: #71917d;
    text-decoration: none;
    text-align: left;
    width: 110px;
    text-transform: uppercase;
}*/

#catagory a:hover {
	color: #ffffff;
    text-transform: uppercase;
}

#catagoryhome a { 
	font-size: 12px;
	/*font-weight: bold;*/
	color: #71917d;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;/**/
	}


#catagoryhome a:hover {
	color: #ffffff;
}

#catagorywho a {
	font-size: 12px;
	/*font-weight: bold;*/
	color: #71917d;
	text-decoration: none;
	text-align: left;
    text-transform: uppercase;
	}

#catagorywho a:hover {
	color: #ffffff;
}

#catagorywhat a {
	font-size: 12px;
	/*font-weight: bold;*/
	color: #71917d;
	text-decoration: none;
	text-align: left;
    text-transform: uppercase;
	}

#catagorywhat a:hover {
	color: #ffffff;
}

#catagorywhy a {
	font-size: 12px;
	/*font-weight: bold;*/
	color: #71917d;
	text-decoration: none;
	text-align: left;
    text-transform: uppercase;
	}

#catagorywhy a:hover {
	color: #ffffff;
}

#catagorycontact a {
	font-size: 12px;
	/*font-weight: bold;*/
	color: #71917d;
	text-decoration: none;
	text-align: left;
    text-transform: uppercase;
	}

#catagorycontact a:hover {
	color: #ffffff;
}
body {
	background-repeat: no-repeat;
}
