.menuArea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 218px;
	width: 110px;
	color: #CCCCCC;
	float:right;
	margin:0px 20px 0px 0px;
}

.menuCat {
	padding-top:4px;
	font-size: 13px;
	text-align: center;
	height: 25px;
	font-weight: bold;
	color: #666666;
	
}
.menuCat a{
	color: #666666;
	text-align: center;
	height: 25px;
	font-weight: bold;
	text-decoration:none;
	display:block;
}
.menuCat a:hover {
	color:#333333;
	text-decoration: none;
}
.subMenuCat {
	height: 25px;
	padding-top:7px;
	font-size: 13px;
	text-align: center;
}

.subMenuCat a:link {
    height: 25px;
	color:#666666;
	text-decoration: none;
}
.subMenuCat a:visited {
	color: #666666;
	text-decoration: none;
}
.subMenuCat a:hover {
	color: #333333;
	text-decoration: none;
}
#SubMenuItem1 {
	height: 32px;
	overflow: hidden;
}
#SubMenuItem2 {

	height: 32px;
	overflow: hidden;
}

