/* Colors
dark blue:  rgb(57, 90, 174) = #395aae ~= #45b
light blue: rgb(216, 222, 234) = #d8deea ~= #cde
brighter dark blue, for selected entry: rgb(57, 90, 225)
very light blue: rgb(240, 243, 252)
dark yellow: rgb(210, 180, 171)
light yellow: rgb(255, 251, 218)
result text: rgb(102, 102, 102)
grays: #f7f7f7
*/

#topright{
	width: 100%;
	height: 18px;
	/* float: right; */
        background: #048;
	margin: 0 0 0 0;
        font-size: 10px;
	font-weight: bold;
        font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
        color: #abe;
        text-decoration:none;
	padding-top: 4px;
	border-bottom: 2px solid #006;
        }
#topright.hometop {
	padding-top: 9px;
	padding-bottom:4px;
}
#topright img.firsttimevisitor {
	float:left;
	display:inline;
	margin-left:11px;
	margin-top:1px;
}
#topright ul.topnav {
        font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
        float:right;
	margin-right: 8em;
	display:inline;
        /* margin-left:25%; */
        }
#topright ul.topnav li {
        float:left;
        padding-right: 21px;
        }
#topright ul.topnav li a{
        color: #abe; /* rgb(216, 222, 234); */
        text-decoration:none;
        }

/* Share This link */
				#topright ul.topnav li#sharethis {
					position:relative;
					margin-top:-2px;
				}
				#topright ul.topnav li#sharethis a.stbutton {
				padding:3px 5px 3px 22px;
				}
#topright ul.topnav li a.notatlink {
	color: #feb;
}
#topright ul.topnav li:hover a{
        color: #fff;
        text-decoration:none;
        }
#topright ul.topnav li p{
        border-right:1px solid #fff;
        }


/*	
#top{
	border: 1px solid red;
        background: #004488;
        overflow:hidden;
        padding-left:0px; 
        padding-right:10px;
        font-size: 10px;
        font-family: "Lucida Grande", verdana, sans-serif;
        line-height: 1.4em;
        color: #abe;
        text-decoration:none;
        }

#top h1 a {
        float:left;
        width:74px;
        height:29px;
        background: url(/images/logo_beta.gif) no-repeat 0 0;
	margin-left: 12px;
	margin-bottom: 9px;
        }

#top ul.topnav {
        font-family: "Lucida Grande", verdana, sans-serif;
        float:right;
	margin-right: 8em;
        }
#top ul.topnav li {
        display:block;
        float:left;
        padding-right: 21px;
        }
#top ul.topnav li:hover {
        display:block;
        float:left;
        }
#top ul.topnav li a{
        color: #abe;
        text-decoration:none;
        }
#top ul.topnav li:hover a{
        color: #fff;
        text-decoration:none;
        }
#top ul.topnav li p{
        border-right:1px solid #fff;
        }
*/

/* pulldown menu for result actions (get related, etc) */
/* .article_actions li.taglist {
    font-size: 1.2em;
    color: #395aae;
    }
.article_actions li.sort {
    float: right;
    font-size: 1.2em;
    color: #f00;
    } */
.article_actions {
    background: none; /* url('/images/navigation.gif') top left no-repeat; */
    cursor: default;
    float: left;
	z-index:100;
}
.article_actions li {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    margin-top: 2px;
    color: #45d;
    float: left;
	z-index:100;
}
.article_actions li:hover, #navigation li.sfhover {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    margin-top: 2px;
    color: #fff;
    background-color: #395aae;
	z-index:100;
}
.article_actions li a {
    display: block;
    /* line-height: 26px; */
    /* padding: 0 16px; */
    text-decoration: none;
	z-index:100;
}
.article_actions li:hover a, #navigation li.sfhover a {
    /* text-decoration: underline; */
	z-index:100;
}
.article_actions li:hover li a, #navigation li.sfhover li a {
    text-decoration: none;
	z-index:100;
}
.article_actions li ul {
    text-transform: none;
    position: absolute;
    background-color: #fff;
    width: 7.4em;
    border: 1px solid #999;
    left: -999em;
	z-index:100;
}
.article_actions li:hover ul, #navigation li.sfhover ul {
    left: auto;
    width: 163px;
    color: #f00;
    /* moz-opacity: 0.9;
    khtml-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90); */
	z-index:100;
}
.article_actions li li {
    float: none;
	z-index:100;
}
.article_actions li li a {
    display: block;
    /* padding: 6px 0 6px 12px; */
    /* line-height: normal; */
    color: #395aae;
    text-decoration: none;
    font-weight: normal;
    /* width: auto; */
	z-index:100;
}
.article_actions li li a:hover {
    color: white;
    text-decoration: none;
    background-color: #395aae;
	z-index:100;
}