﻿.rmText
{
	cursor: pointer;
}

.rmLink
{
	margin: 0px;
	height: 35px;
	color: #f5cadc;
	padding-left: 13px !important;
	padding-right: 13px !important;
	text-decoration: none;
}
.topFocus
{
	background: transparent url(   '../webmedia/images/MenuTopBackHover.png' ) repeat-x top;
	line-height: 35px;
	color: White;
	padding-bottom: 10px;
}
.notFocus
{
	padding-top: 10px;
}
.notFocus:hover
{
	background: transparent url(   '../webmedia/images/MenuTopBackHover.png' ) repeat-x top;
	color: White;
}
.rmSlide
{
	margin-top:-10px;
}
.hmenulink
{
	background: transparent url(   '../webmedia/images/MenuSub.gif' ) repeat-x;
	line-height: 25px;
}
.hmenulink
{
	background:#ffe1e0;
	color:#600130;
	height:25px;
	border-bottom:solid 1px #ffa4a1;
	font-weight:bold;
	opacity:0.65;
	filter:alpha(opacity=65);
}
.hmenulink:hover
{
	background:url('../webmedia/images/menu_dropdown_bg_hover.png') repeat-x;
	color:White;
	font-weight:bold;
	opacity:1;
	filter:alpha(opacity=100);
}

