/* Style sheet for www.teragrid.org/userinfo sub navigation */

.menulist {
 margin: 12px 0 0 0;
 padding: 0;
 list-style: none;
 z-index: 999;
}
/* Provides a correct bottom margin for IE */
* html .menulist {
 margin-bottom: 24px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 left: 0px;
 list-style: none;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 34px;
 visibility: hidden;
 width: 175px;
 z-index: 999;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 180px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background-image:url(images/nav_links_bg.gif);
 border: 1px solid #788;
 margin-right: -1px;
 margin-top: 0;
 margin-bottom: 0;
 padding:0;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 background: #465C85;
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/*
 Links not in menus (ported from wide_style.css)
 class content_link added to separate these from the default links used in common headers
*/

a.content_link {
        padding: 1px;
}

a.content_link:link {
        background: inherit;
        color: #003300;
        text-decoration: underline;
}

a.content_link:visited {
        color: #336699;
        text-decoration: underline;
        font-weight: normal;
}

a.content_link:active {
        background-color: #C6C6DE;
        color: #1A1AFF;
}

.content_link a:hover {
        border-bottom: 1px dotted #336633;
        background-color: #FFFFCC;
        color: #336633;
        margin: 0;
        text-decoration: none;
}

/* Links inside the menu */
.menulist a {
 color: #ffffff;
 display: block;
 font-family: Arial;
 font-size: 12px;
 padding: 6px 22px;
 text-align:center;
 text-align: left;
 text-decoration: none;
 line-height: 14px;
}

.menulist a:visited {
 color: #FFFFFF;
 text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background:url(images/nav_links_bg_roll.gif);
 text-decoration: none;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.innerli a:hover, .innerli a.highlighted:hover, .innerli a:focus {
 color: #FFF;
 background:#8A9DC3;
}
.menulist  a.highlighted {
 color: #FFF;
 background-color: #5F7AA4;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */


#listMenuRoot {
  margin-left: 100px;
}



#leftli {
  border-left: 0px;
}

/* properties for right hand navigation */
.rightnav {
        border-bottom: 2px solid #589A7F;
        float: right;
        text-indent: 0px;
        left: 512px;
        margin: -12px 10px 24px 24px;
        font-size: 85%;
        line-height: 110%;
        color: #504D6A;
        width: 250px;
}

.rightnav h3 {
        border: 1px solid #589A7F;
        margin-bottom: 6px;
        padding: 2px 8px;
}

.rightnav h4 {
        background: transparent;
        margin: 4px -24px;
}

.rightnav ul {
        text-indent: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
}

.rightnav li {
        padding-top: 4px;
  font-size: 100%;
        margin-left: -10px;
}
/* end rightnav class */

.sectitle {
        background-image: url(images/header_bkgd.gif);
        background-repeat: repeat-x;
        border: 1px solid #5DB893;
        padding: 2px 6px;
        margin-bottom: 12px;
        width: 400px;
}

/* used for "Back to top" links */
.top {
        text-align: right;
        font-size: 70%;
        line-height: 110%;
        color: #7C789F;
        margin-right: 10px;
}

/*
.top a:link {
        text-decoration: none;
}

.top:hover {
  text-decoration: none;
  border-bottom: 0;
  background-color: transparent;
}
*/

a.i_link:hover {
  text-decoration: none;
  border-bottom: 0;
  background-color: transparent;
}
