/*
.nav2
{
  clear: both;
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, sans serif;
  font-size: 1.0em;
}
.nav2 ul
{
  float: left;
  width: 770px;
  margin: 0px;
  padding: 0px;
  border-top: solid 1px rgb(54,83,151);
  border-bottom: solid 1px rgb(54,83,151);
  background-color: rgb(127,162,202);
  font-weight: bold;
}
.nav2 li
{
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav2 li a
{
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  border-right: solid 1px rgb(54,83,151);
  color: rgb(255,255,255);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 100%;
}
.nav2 a:hover, .nav2 a.selected
{
  color: rgb(50,50,50);
  text-decoration: none;
}
*/


/*====================*/
/* RadMenu FLCSmenu skin */

.RadMenu_FLCSmenu
{
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, sans serif;
    font-weight: bold;
    font-size: 100%;
    border-top: solid 1px rgb(54,83,151);
    border-bottom: solid 1px rgb(54,83,151);
    background-color: rgb(127,162,202);
    width: 770px;
}

.RadMenu_FLCSmenu_Context
{
    background: none; /*border-top: 1px solid #d2d8de;*/
    padding: 0;
}

.RadMenu_FLCSmenu .link
{
    text-decoration: none;
    color: White;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    width: 130px;
    border-right: solid 1px rgb(54,83,151);
    text-transform: uppercase;
    vertical-align: middle;
}

.RadMenu_FLCSmenu .link:hover, .RadMenu_FLCSmenu .focused, .RadMenu_FLCSmenu .expanded
{
    color: rgb(50,50,50);
    text-decoration: none;
}

.RadMenu_FLCSmenu .text
{
    font-size: 12px;
    padding: 3px 10px;
    
}

.RadMenu_FLCSmenu .group
{
    border: solid 1px #d2d8de;
    border-top: 0px;
    border-bottom: 0px;
}

.RadMenu_FLCSmenu .group .link
{
    background: #f0f2f4;
    border-top: solid 1px #f6f7f9;
    border-bottom: solid 1px #dde1e4;
    border-left: 0px;
    border-right: 0px;
    width: auto;
    text-align: left;
    color: #333;
    min-width: 130px;
}

.RadMenu_FLCSmenu .group .text
{
    padding-left: 12px;
    font-weight: normal;
    padding-right: 60px;
}

.RadMenu_FLCSmenu .group .link:hover, .RadMenu_FLCSmenu .group .focused, .RadMenu_FLCSmenu .group .expanded
{
    background: white;
    color: #5984a2;
    font-weight: normal;
    border-top: solid 1px #f6f7f9;
}

.RadMenu_FLCSmenu .leftArrow, .RadMenu_FLCSmenu .rightArrow, .RadMenu_FLCSmenu .topArrow, .RadMenu_FLCSmenu .bottomArrow, .RadMenu_FLCSmenu .leftArrowDisabled, .RadMenu_FLCSmenu .rightArrowDisabled, .RadMenu_FLCSmenu .topArrowDisabled, .RadMenu_FLCSmenu .bottomArrowDisabled
{
    border-left: 1px solid #d2d8de;
    border-left: 1px solid #d2d8de;
    background: #889bb0 url(   'img/left.gif' ) center center no-repeat;
    width: 15px;
    text-decoration: none;
    text-indent: -3000px;
    color: #889bb0;
    overflow: hidden;
}

.RadMenu_FLCSmenu .topArrow, .RadMenu_FLCSmenu .topArrowDisabled
{
    background-image: url(   'img/top.gif' );
    width: 100%;
}

.RadMenu_FLCSmenu .bottomArrow, .RadMenu_FLCSmenu .bottomArrowDisabled
{
    background-image: url(   'img/bottom.gif' );
    width: 100%;
}

.RadMenu_FLCSmenu .rightArrow, .RadMenu_FLCSmenu .leftArrow
{
    height: 100%;
}

.RadMenu_FLCSmenu .rightArrow, .RadMenu_FLCSmenu .rightArrowDisabled
{
    background-image: url(   'img/right.gif' );
}

.RadMenu_FLCSmenu .vertical .separator .text
{
    padding-top: 3px;
    background: #f7f7f7 url(   'img/Separator.gif' ) no-repeat right;
    font-size: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.RadMenu_FLCSmenu .expandLeft, .RadMenu_FLCSmenu .expandRight
{
    background: transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_FLCSmenu .link:hover .expandLeft, .RadMenu_FLCSmenu .link:hover .expandRight, .RadMenu_FLCSmenu .focused .expandLeft, .RadMenu_FLCSmenu .focused .expandRight, .RadMenu_FLCSmenu .expanded .expandLeft, .RadMenu_FLCSmenu .expanded .expandRight
{
    background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_FLCSmenu_rtl, .RadMenu_FLCSmenu_rtl *
{
    text-align: right !important;
}

.RadMenu_FLCSmenu_rtl .group .text
{
    padding-left: 60px;
    padding-right: 12px;
}

.RadMenu_FLCSmenu_rtl .expandLeft, .RadMenu_FLCSmenu_rtl .expandRight
{
    background: transparent url(img/left.gif) left center no-repeat;
}

.RadMenu_FLCSmenu_rtl .link:hover .expandLeft, .RadMenu_FLCSmenu_rtl .link:hover .expandRight, .RadMenu_FLCSmenu_rtl .focused .expandLeft, .RadMenu_FLCSmenu_rtl .focused .expandRight, .RadMenu_FLCSmenu_rtl .expanded .expandLeft, .RadMenu_FLCSmenu_rtl .expanded .expandRight
{
    background: transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_FLCSmenu_rtl .group .link:hover .expandLeft, .RadMenu_FLCSmenu_rtl .group .link:hover .expandRight, .RadMenu_FLCSmenu_rtl .group .focused .expandLeft, .RadMenu_FLCSmenu_rtl .group .focused .expandRight, .RadMenu_FLCSmenu_rtl .group .expanded .expandLeft, .RadMenu_FLCSmenu_rtl .group .expanded .expandRight
{
    background: transparent url(img/left.gif) left center no-repeat;
}
