nav ul { 
list-style: none outside none;
}

/* Primary Styles
	Author: Louis Lazaris
*/

nav ul {
	height: 39px;
	overflow: hidden;
	border: solid 0px #ccc;
	width: 960px;
	margin: 0 auto;
	padding-left:0
}

	nav ul li {
		float: left;
/*	background: url("../img/topmenu-whitecorner.png") no-repeat scroll right top transparent;*/
    text-align: center;
    max-width:203px;
	}

		nav ul li a, nav ul li a:link, nav ul li a:visited {
			display: block;
			height: 37px;
			border-bottom: 3px solid #cccccc;
			padding: 0 11px;
			float: left;
			line-height: 16px;
			text-decoration: none;
			border-right: solid 1px #cccccc;
			color: #48566E;
			text-transform:uppercase;
			font-size:11px;
			font-weight:bold;
			min-width:62px;
			
			
		}

		nav ul li a:hover, nav ul li a:active {
			color: black;	
		}
		
		nav ul li a.active, nav ul li a.active:link, nav ul li a.active:visited {
		color: #000000;
		border-bottom: 3px solid #ffffff;
		}
	
		nav ul li a span {
			color: #ccc;
			font-size: 11px;
			_font-size: 9px; /* for IE6 */
		}
		
		nav ul li a.active span {
			color: #fff;
			font-size: 11px;
			_font-size: 9px; /* for IE6 */
		}

	#dropdown {
		width: 960px;
		font-size: 12px;
		margin: 0 auto;
		border: solid 0px #ccc;
		border-top: none;
		display: none;
		position: relative;
		overflow: hidden;
		background: transparent url(../img/dropdown_bg.png) no-repeat center center;
		height: 220px;
	}
	
		
			#ajax h2 {
				text-align: center;
				font-size: 40px;
				color: #bbb;
			}
	
	.loading {
		background: transparent url(../img/loading.gif) no-repeat center center;
	}
	
	#dropdown.minheight {
		height: 220px;
		_height: 220px; /* for I6 */
		background: transparent url(../img/dropdown_bg.png) no-repeat center center;
	}
	
	#main {
		padding: 20px 0 0 0;
	}
	
	.close {
		position: absolute;
		top: 207px;
		right: 417px;
		background: transparent url(../img/dropdown_close.png) no-repeat center center;
		width:125px;
		height:13px;
		cursor: pointer;
	}
	
	#ajax {
	    overflow: hidden;
	    padding: 12px 0 0 5px;	
	}

	#ajax ul {
		float: left;
		width: 240px;
		padding: 0 30px 0 20px;
	}
	
	#ajax ul li {
		padding: 3px 0;
/*		list-style-image: url(../img/topmenu_marker.jpg); */
		list-style:none;
		margin-left:-18px;

}
	a#close-link { 
	    width:125px;
	    height:13px;
	}
	#ajax a {
	color: #777777;
	margin-left:-3px;
	}
	#ajax a:hover {
	color:#191d22;
	font-weight:bold;
	}

div.drop4col {
	float: left;
	padding-left: 6px;
        width:232px;
        overflow: hidden;
        font-size:11px;
        line-height:16px;
}	
div.drop3col {
	float: left;
	padding-left: 6px;
        width:309px;
        overflow: hidden;
        font-size:11px;
        line-height:16px;
}	
div.drop6col {
        float: left;
        padding-left: 6px;
        width:184px;
        overflow: hidden;
        font-size:11px;
        line-height:16px;
    }