﻿#topnav
{
	background-color: #996633;
	border-top:solid 3px #996633;
}

.services
{	
    background-image:  url(App_Themes/main/image/h-services.gif);
}

#content
{
	background-color: #996633;
}


#subnav 
{
    background-image:url(image/subnav.gif);
    background-repeat:repeat-x;
    /*color:#996633;*/
}

.subselected a, .subselected a:hover
{
	background-image: url(image/subnavselected.gif);
}

#links a
{
	color:#fff;
}

ul, ol
{
	margin: 0;
	padding: 0;
}

ul li
{
	list-style-position: outside;
	list-style-type: square;
	margin:0 1em 0 1.8em;
	padding:0;
}

li
{
	padding-right:5px;
	line-height:1.3em;
}




