/* CSS Document */

#ccMenu {
	width: 100%;
	float: left;
}
#ccMenu ul li:hover ul, #ccMenu ul li ul:hover ul, #ccMenu li.over.ul {
	display: block;
}
#ccMenu ul {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin: 0px;
}

#ccMenu li ul {
	left: 0px;
	top: 10px;
	display: block;
	bottom: 10px;
}

#ccMenu li {
	list-style-type: none;
	padding-bottom: 2px;
	color: #333333;
	width: 190px;
}

#ccMenu a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#ccMenu a:hover {
	color: #336666;
}

#ccMenu ul li ul {
	margin: 0px 0px 0px 10px;
	display: none;
	padding: 0px;
	list-style-type: none;
}
#ccMenu ul li ul li {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 18px;
	width: 150px;
	line-height: 16px;
}

#ccMenu li>ul {
	left: auto;
	top: auto;
}

#ccMenu .ccMenuTopTier a {
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 18px;
	background-position: left 3px;
	padding-top: 4px;
	padding-bottom: 8px;
	font-weight: bold;
}
