/* CSS Document */

#logo {
	padding: 0;
	margin: 0;
	float: left;
	margin-top: 17px;
}
#topMenu {
	background-image: url("../images/titleStrip.png");
	background-repeat: no-repeat;
	margin-top: 78px;
	text-align: right;
	height: 31px;
	color: #363536;
}
#jsddm {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
	#jsddm li {
		float: right;
		list-style: none;
		
	}

	#jsddm li a	{
		display: block;
		/*background: #20548E;*/
		padding: 5px 12px;
		text-decoration: none;
		/*border-right: 1px solid white;*/
		
		/*width: 70px;*/
		/*color: #EAFFED;*/
		white-space: nowrap;
	}

	#jsddm li a:hover {
		/*background: #1A4473;*/
	}
		
		#jsddm li ul {
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			background: #bed62f;
			padding: 9px 8px 9px 8px;
		}
		
		#jsddm li ul li {
			float: none;
			display: inline;
			/*background: #bed62f;*/
			/*margin: 9px 8px 9px 8px;*/
		}
		
		#jsddm li ul li a {
			width: auto;
			padding: 12px;
			border-bottom: 1px dotted #404040;
			border-top: 1px dotted #bed62f;
			background-color: #404040;
			color: #bed62f;
			font-weight: bold;
		}
		
		#jsddm li ul li a:hover {
			background: #bed62f;
			color: #404040;
		}


#clubForm {
	width: 460px;
	height: 150px;
	border: 10px solid #404040;
	background-color: #eee;
	position: absolute;
	z-index: 10;
	top: 130px;
	left: 20px;
}
#clubFormSubmit {
	background-color: #bed62f;
	color: #363636;
	font-weight: bold;
	border: 0;
	clear: both;
	float: right;
	text-align: right;
	padding: 5px 15px;
	margin-right: 357px;
}
#clubCloseB {
	font-size: 20px;
	font-weight: bold;
	color: #CCCCCC;
	cursor: pointer;
	float: left;
	margin-left: 9px;
}

#searchCloseB {
	font-size: 20px;
	font-weight: bold;
	color: #bed62f;
	cursor: pointer;
	float: left;
	margin-left: 9px;
}
#searchForm {
	width: 290px;
	height: 100px;
	border: 10px solid #bed62f;
	background-color: #404040;
	position: absolute;
	z-index: 10;
	top: 108px;
	left: 0px;
}
#searchFormSubmit {
	background-color: #bed62f;
	color: #363636;
	font-weight: bold;
	border: 0;
	clear: both;
	float: right;
	text-align: right;
	padding: 5px 15px;
	margin-right: 220px;
	margin-top: 6px;
}

