/* CSS Document */



#box2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	background-color:#ca1621;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 34px;
	width:100%;
	
}




#box2 li {
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
	width: 97px;
	float: left;
	height: 28px;
	padding-top:6px;
	position:relative;

}

#box2 li ul li {
	list-style-type: none;
	width: 140px;
	height: 28px;
	background-color:#ca1621;
	z-index:15;
}

#box2 a:link { color: #FFFFFF;	text-decoration: none; }
#box2 a:visited {	text-decoration: none; color: #FFFFFF;}
#box2 a:hover { text-decoration: underline; color: #FFFFFFF;}
#box2 a:active { text-decoration: none;}

#box2 ul li ul{ display:none}

#box2 ul {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#box2 ul li ul {
display:none;

	position:absolute;
	width: 140px;
	z-index:10;
	
	left:0px;
top:30px;}