@charset "UTF-8";
/* CSS Document */
#contentBox {
	width:510px;
	height:410px;
	left: 15px;
	padding: 10px 10px 0 10px;
	margin: 0 0px;
	line-height: 1.0em;
}

#contentBox ul {
margin:0px;
padding:0px;
position:relative;
width:100%;
}

#contentBox ul li {
	display:inline;
	float:left;
	background-color:#e8bd96;
	margin-right:4px;
	margin-left: 10px;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #663300;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #663300;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
}

.titleCell {
	width:240px;
	height:36px;
	position:relative;
	z-index:1000;
	margin:0px -0px 0 0;
	padding:0 0 0 0;
	cursor:pointer;
}

.titleCell strong {
	font-size:14px;
	position:absolute;
	z-index:1000;
	width:240px;
	height:36px;
	text-align:center;
	/*border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #663300;
	border-bottom-color: #000;
	border-left-color: #663300;*/
}

#contentBox ul ul {
position:absolute; left:0px;
display:none;
z-index:100;
}

#contentBox ul ul li {
	border:#000000 solid;
	border-width:1px;
	width:500px;
	background-color:#FFF;
	padding:10px;
}

#contentBox ul li:hover ul {
display:block; top:-1px; !important; top:38px;
}

#contentBox ul li:hover .titleCell strong {
border-left:#000 solid;
border-right:#000 solid;
border-top:#000 solid;
border-bottom:#fff solid;
border-width:1px;
background-color:#FFF;
}
