.rcMenuContainer {
	font-family: "Century Gothic", Arial;
	position: absolute;
	border: 1px solid #7e7e7e;
	background: #f2f2f2;
	padding:2px;
	z-index:10;
	text-transform: capitalize;
}
.rcMenuItem {
	width:200px;
	float:left;
	font-size:11px;
	font-weight:normal;
	padding:3px;
	text-decoration:none;
	color:#8584c2;
	background-color:#C7D5FE;
	border:1px solid #7E7E7E;
	font-family: "Century Gothic", Arial;
}
.rcMenuItemHover {
	width:200px;
	float:left;
	font-size:11px;
	font-weight:normal;
	padding:3px;
	text-decoration:none;
	background-color:#C7D5FE;
	color:#edb6c9;
	border:1px solid #7E7E7E;
	font-family: "Century Gothic", Arial;
}
.rcMenuItemText {
	font-size:100%;
	font-weight:bold;
	border:0px;
	padding:2px;
	color:#FFFFFF;
	border: 0px solid #FFFFFF;
	background: #8584c2;
	text-align:center;
	font-family: "Century Gothic", Arial;
}
.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted grey;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}