.RMGtopMenu{
	position: relative;
	z-index: 100;
}

.RMGtopMenu ul{
	margin:0;  /*margin set to zero for firefox and safari*/
	padding: 12px 3px 6px 0;
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.RMGtopMenu ul li{
	margin: 0 0 0 5px;
	display: inline;
}

.RMGtopMenu ul li a{
	background: #9ab172 url(/media/greentab4.gif) repeat-x top; /*THEME CHANGE HERE*/
	border-bottom: 0px solid #58654c;
	border-top: 1px solid #7d9154;
	border-left: 1px solid #7d9154;
	border-right: 1px solid #7d9154;
	color: #ffffff;
	padding: 8px 14px 6px 12px;
	margin: 0 -3px 0 -2px;
	text-decoration: none;
}

.RMGtopMenu ul li a:hover{
	background: #ffffff url(/media/whitetabactive.gif) repeat-x top; /*THEME CHANGE HERE*/
	color: #5a6c49;
}

.RMGtopMenu ul li.selected a{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #ffffff url(/media/whitetabactive.gif) repeat-x top; /*THEME CHANGE HERE*/
	color: #5a6c49;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	margin: 0 0 0 0;
	padding:0;
	border: 1px solid #9ab172; /*THEME CHANGE HERE*/
	border-width: 0px 1px 4px 1px;
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
	color: #97ab7b;
	line-height: 1.6em;
	z-index:100;
	background: #ffffff;
	width: auto;
	visibility:hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#b0baa1,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-top: 1px solid #b3b391; /*THEME CHANGE HERE*/
	padding: 3px 60px 5px 14px;
	text-decoration: none;
	font-weight: bold;
	color: #97ab7b;
}

* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
	color:#5a6c49;
}


body#home a#home_top_link,
body#about a#about_top_link,
body#consultation a#consultation_top_link,
body#during-treatment a#during-treatment_top_link,
body#faqs a#faqs_top_link,
body#contact a#contact_top_link {
	background-image: url(/media/bluetabactive.gif); /*THEME CHANGE HERE*/
	color:white;
	text-decoration:none;
}
