.RadMenu_Top1 {width: 100%;}
.rmRootGroup {float: left;}	

/* Reg Menus */


.RadMenu_Top1 .rmLink {padding: 0px 10px 0px 10px;}


		/* Main Button Properties */

.RadMenu_Top1 .rmLink
{
	font-size: 10pt;
	font-family: Georgia;
	font-weight: normal;
	text-align: center;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: none;
	overflow: hidden;
}

.RadMenu_Top1 .rmLink:hover	{
	color: #e1eb94; 
	cursor: pointer;
	text-align: center;
	background: none;
	}


/* Submenus */


.rmSlide {}

		/* Sub Button Properties */
		
.rmVertical {}  /* Applies to entire submenu div */

.RadMenu_Top1 .rmGroup .rmLink {
	color: #fff;
	font-size: 10pt;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	background:  #6bbac9;
	min-height: 10px;
	padding: 5px;
	min-width: 130px
	}
	
.RadMenu_Top1 .rmGroup .rmLink:hover {
	color: #e1eb94;
	font-size: 10pt;
	text-align: center;
	padding: 5px;
	background-color: #6bbac9;
	min-height: 10px;
}

		/* Sub-Sub Button Properties IMPORTANT TO FILL OUT */
		
.rmLevel1 {background: url(../images/sub.jpg) repeat-x #6bbac9;}
.rmLevel2 {background: url(../images/sub.jpg) repeat-x #6bbac9;}
.rmLevel3 {background: url(../images/sub.jpg) repeat-x #6bbac9;}

