/* RadMenu 4Day skin */


.RadMenu_4Day 
{
	text-align: left;
	background: #fff url(Menu/MenuBackground.gif) repeat-x top left;
	
}


.RadMenu_4Day .rmRootGroup
{
	/*border-bottom: 1px solid #f00;*/
}

.RadMenu_4Day_Context
{
	background: none;
	border: 0;
}

.RadMenu_4Day .rmLink,
.RadMenu_4Day .rmTemplate
{
	line-height: 24px;
	text-decoration: none;
	color: #333;
	border:solid 1px #fff;
}



.RadMenu_4Day .rmLink:focus,
.RadMenu_4Day .rmFocused
{
	outline: 0;
}

.RadMenu_4Day .rmExpanded
{
	z-index: 10000;
	position: relative;
}

.RadMenu_4Day .rmLink:hover,
.RadMenu_4Day .rmFocused,
.RadMenu_4Day .rmExpanded
{
	background-color: #ffeeee;
	color: #000;
	cursor:pointer;
	border-color:#f00;
	border-bottom-color:#fff;

}

.RadMenu_4Day .logo, .RadMenu_4Day .logo:hover
{
	 background-color:transparent;border:0;  margin-top: -4px !important;  height:22px;
}

.RadMenu_4Day .rmLink,
.RadMenu_4Day .rmTemplate
{
	font: normal 11px Arial, sans-serif;
}

.RadMenu_4Day .rmGroup
{
	background: #fff;
}

.RadMenu_4Day .rmGroup .rmLink,
.RadMenu_4Day .rmGroup .rmTemplate
{
	text-decoration: none;
	color: #333;
	
}

.RadMenu_4Day .rmGroup .rmLink:hover,
.RadMenu_4Day .rmGroup .rmFocused,
.RadMenu_4Day .rmGroup .rmExpanded
{
	color: #f00;	
	border-bottom-color:#fff;
}

.RadMenu_4Day .rmText
{
	padding: 3px 15px 3px;
}

.RadMenu_4Day .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 4px 25px 5px 20px;
}

.RadMenu_4Day_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu_4Day .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_4Day .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_4Day .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_4Day .rmGroup .rmFocused .rmExpandRight,
.RadMenu_4Day .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_4Day .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_4Day .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_4Day .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */
.RadMenu_4Day .rmHorizontal .rmItem {line-height: 1.1em;margin-top: 0.3em;margin-bottom: 0.2em; }
.RadMenu_4Day .rmHorizontal .rmLast .rmLink{border-right:0; }
.RadMenu_4Day .rmHorizontal .rmFirst .rmLink{border-left:0}
.RadMenu_4Day .rmVertical .rmItem {margin-top: 0.1em;margin-bottom: 0.1em;}
.RadMenu_4Day .rmVertical .rmItem .rmLink:hover { background-color: #fff;border-color:#fff;}.
.RadMenu_4Day .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_4Day .rmRootGroup .rmGroup .rmItem,
.RadMenu_4Day_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_4Day .rmGroup
{
	border: 1px solid #f00;
	background-color: #fff;
}


.RadMenu_4Day .rmGroup .rmExpanded
{
	z-index: 100;
}

.RadMenu_4Day .rmTopArrow,
.RadMenu_4Day .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_4Day .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_4Day .rmLeftArrow,
.RadMenu_4Day .rmRightArrow
{
	width: 10px;
	height: 100%;
	margin-top: -1px;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_4Day .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_4Day .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_4Day .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_4Day .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_4Day .rmSeparator .rmText
{
	display: none;
}

.RadMenu_4Day .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_4Day .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_4Day .rmLeftImage
{
	margin: 2px;
}

.RadMenu_4Day .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_4Day .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_4Day_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_4Day .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_4Day .rmItem .rmDisabled:hover
{
	background: none;
}

.teml_li a
{
	color:#333;	
	text-decoration:none;
}
.teml_li a:hover
{
	color:#f00;
}