#menuArea, #menuArea a{
	width: 178px;
}

#menuArea{
	height: 240px;
}

/***********************************
Set Colors 
***********************************/
a.heading, a.subItem, a.activeHeading, a.headingHover{
	border: 1px solid #B5B5B7;
}
a.heading, a.subItem, a.activeHeading, a.headingHover{
	border-bottom: 1px solid #E4E5E7;
}
a.heading, a.subItem, a.activeHeading, a.headingHover{
	background-color: #F4F5F7;
	color: #353535;
}

#menuArea a.subItem{
	background-color: #F9FAFC;
}
#menuArea a.subItem:hover, #menuArea a.subItemHover, #menuArea a.selectedItem{
	background-color: #A0A2A1;
	color: #fff;
}

#menuArea a.headingHover{
	background-color: #e0e2e1;
	color: #494848;
}

#menuArea a{
	height: 24px;
	line-height: 24px;
	text-indent: 15px;
	cursor: pointer;
	vertical-align: middle;
	border-right:none;
	border-left:none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	display: block;
	text-decoration: none;
}
#menuArea a.activeHeading{
	background-image: url('/images/downArrow.gif');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: default;
}

#menuArea a.headingHover{
	background-image: url('/images/rightArrow.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#menuArea a.selectedActiveHeading{
	background-color: #ccc;
}
#menuArea a.selectedHeading, #menuArea a.selectedActiveHeading, #menuArea a.activeHeading{
}

#menuArea a.headingHover{	
	font-weight: bold;

}
#menuArea a.selectedHeading{
	background-color: #ccc;
	cursor: default;
}
#menuArea a.subItem, #menuArea a.subItemHover, #menuArea a.selectedItem{
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	font-size: 10.5px;
	text-indent: 15px;
	border: none;
}
#menuArea a.subItem:hover, #menuArea a.subItemHover{
	font-weight: bold;
	text-decoration: none;
}
#menuArea a.selectedItem{
	background-color: #ccc;
	color: #494848;
	/*
	background-image: url('../images/activeTab.gif');
	background-position: 160px 0px;
	background-repeat: no-repeat;
	*/
	cursor: default;
}

