﻿/* for root items */
.RadMenu_Simple 
{
  z-index: 90000 !important;
	white-space:normal !important;
}
ul, li, a, ul:focus, li:focus, a:focus {
	outline:none !important;
	border:0 !important;
}
:focus {
    outline: none !important;
}


.RadMenu_Simple ul.rmRootGroup {
 xbackground-image: url(images/nav-bg.png);
 xbackground-color: #005F9E;
 xbackground-repeat:repeat-x;
 	width:960px;
	height:37px;
}

.RadMenu_Simple .rmRootGroup .rmLink {
  color: #eeee62;
  width: 159px;
  padding:0px;
  text-decoration: none;
  cursor:pointer;
	text-align:center;
}
	.RadMenu_Simple .rmRootGroup .rmLink > .rmLast {
		border-right: 0px;
	}
.RadMenu_Simple .rmHorizontal > .rmItem {
  line-height: 41px;
  vertical-align:middle;
	text-transform: uppercase;
	xfont-family: Georgia;
	font-size: 16px;
	letter-spacing: 1pt;
	font-weight: bold;
  xbackground-image: url(images/orange.png);
  background-repeat: no-repeat;
 	width:159px;
	 text-align:center;
	height:41px;
	border-left: solid 1px #eeee62;

}

.RadMenu_Simple .rmRootGroup > .rmFirst 
{
  xbackground-image: url(images/orange_left.png);
  background-repeat: no-repeat;
 	xwidth:160px;
	height:41px;
	border-left:none !important;
}
.RadMenu_Simple .rmRootGroup > .rmLast
{
  xbackground-image: url(images/orange_right.png);
  background-repeat: no-repeat;
 	xwidth:160px;
	height:41px;
}

.RadMenu_Simple .rmVertical .rmItem {
  line-height: 41px;
  vertical-align:middle;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 11pt;
	letter-spacing: 1pt;
	font-weight: normal;
	xtext-transform: capitalize !important; 
	letter-spacing:1.0px;
}

.RadMenu_Simple .rmRootGroup .rmText {
  text-align:center;
  xmargin-left:15px;
	display:block;
	width:159px;
}
 
/* for hover, focused, expanded top items */
.RadMenu_Simple .rmRootGroup > .rmItem > .rmLink:hover,
.RadMenu_Simple .rmRootGroup > .rmItem > .rmExpanded {
  xbackground-image: url(images/blue.png);
  background-repeat: no-repeat;
  background-color: #4ca2b9;
 	xwidth:160px;
	height:41px;
}
.RadMenu_Simple .rmRootGroup > .rmFirst > .rmLink:hover,
.RadMenu_Simple .rmRootGroup > .rmFirst > .rmExpanded {
  xbackground-image: url(images/blue_left.png);
  background-repeat: no-repeat;
  background-color: #4ca2b9;
 	xwidth:160px;
	height:41px;
}

.RadMenu_Simple .rmRootGroup > .rmLast > .rmLink:hover,
.RadMenu_Simple .rmRootGroup > .rmLast > .rmExpanded {
  xbackground-image: url(images/blue_right.png);
  background-repeat: no-repeat;
  background-color: #4ca2b9;
 	xwidth:160px;
	height:41px;
}

/* for hover, focused, expanded items */
.RadMenu_Simple .rmItem .rmLink:hover, 
.RadMenu_Simple .rmItem .rmFocused,
.RadMenu_Simple .rmItem .rmSelected,
.RadMenu_Simple .rmItem .rmExpanded {
  background-color: #4ca2b9;
}
 
/* for subitems (level1) */
.RadMenu_Simple .rmSlide {
  width: auto;
  z-index: 900000;
}

.RadMenu_Simple .rmGroup {
  background-color: #4ca2b9;
  min-width: 230px;
	border-left: solid 1px #eeee62;
}
	.RadMenu_Simple .rmGroup:first-of-type   {
		background-color: #4ca2b9;
		min-width: 230px;
		border-left: solid 0px #eeee62;
	}
.RadMenu_Simple .rmGroup .rmLink {
  color: #000000;
  text-decoration:none;
  cursor:pointer;
  min-width: 230px;
}

.RadMenu_Simple .rmGroup .rmItem {
  line-height: normal;
	text-align: left;
  vertical-align:middle;
	xfont-family: 'Pontano Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.RadMenu_Simple .rmGroup .rmText {
  text-align: left;
  padding: 8px !important;
	min-width:222px;
	white-space:normal;
}

.RadMenu_Simple .rmGroup .rmItem .rmLink:hover, 
.RadMenu_Simple .rmGroup .rmItem .rmFocused,
.RadMenu_Simple .rmGroup .rmItem .rmSelected,
.RadMenu_Simple .rmGroup .rmItem .rmExpanded {
  min-width: 230px !important;
  color: #eeee62;
  background-color: #4ca2b9;
  background-image: none;
}


/* level2 items */
.RadMenu_Simple .rmLevel2 {
  background-color: #4ca2b9;
  min-width: 230px !important;
}
 
.RadMenu_Simple .rmLevel2 .rmLink {
  color: #000000;
  text-decoration:none;
  xwidth: 230px !important;
  cursor:pointer;
}

.RadMenu_Simple .rmLevel2 .rmItem {
  line-height: normal;
	text-align: left;
  vertical-align:middle;
	xfont-family: 'Pontano Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
  border-left: 1px solid #4ca2b9;
  xtext-transform: capitalize !important; 
	letter-spacing:1.0px;

}

.RadMenu_Simple .rmLevel2 .rmText {
  width: auto;
  text-align: left;
  padding: 5px;
  xpadding: 5px 15px 5px 10px;
}

.RadMenu_Simple .rmLevel2 .rmItem .rmLink:hover, 
.RadMenu_Simple .rmLevel2 .rmItem .rmFocused,
.RadMenu_Simple .rmLevel2 .rmItem .rmSelected,
.RadMenu_Simple .rmLevel2 .rmItem .rmExpanded {
  color: #eeee62;
  background-color: #4ca2b9;
  background-image: none;
  min-width: 230px !important;
}

.RadMenu_Simple .rmLevel1 .rmSlide {
  xleft:222px !important;
  }

.rmLevel3 {
	xborder: solid 1px #E96952;
	border:solid 1px #EEEE62;
	background-color:#BADBE4 !important;
}