#tray { position:relative; width:759px; height:45px; overflow:hidden; font:bold 90%/1 tahoma, sans-serif; background-image: url(../design/tray.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }
    #tray ul {list-style:none;}
    #tray li { display:inline; }
    #tray li a {display:block; float:left; padding:17px 15px; background:url(../design/tray-separator.gif) no-repeat 100% 0; text-decoration:none;}
    #tray li a:hover {background:url("../design/tray-hover.gif");}
    #tray li#tray-active a { font-weight: bold; background:url(../design/tray-active.gif); }
    #tray li#tray-active2 a { font-weight: bold; background: url(../design/tray-hover.gif); }
    #tray a.signin {
	background:url(../design/tray-active.gif);
	
	*background:transparent url("design/tray-active.gif") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#tray a.signin:hover {background:url("../design/tray-hover.gif");
}
#tray a.signin, #tray a.signin:hover {
	*background-position:0 3px!important; background:url("../design/tray-hover.gif");}
a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("images/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#tray a.menu-open { color:#fff!important; background-image: url(../design/tray-active.gif); background-repeat: repeat !important; background-attachment: scroll !important; background-position: 0 0 !important; outline:none medium; }
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url(images/toggle_up_dark.png);
	color:#666;
}
#signin_menu { -moz-border-radius-topleft:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -webkit-border-top-left-radius:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; display:none; background-color:#fff; width:210px; z-index:0; border:solid 1px #666; text-align:left; padding:12px; right: 0; margin-top:5px; margin-right: 0;
	*margin-right: -1px;
	color:#ccc; font-size:11px; position: absolute; top: 180px; left: 25%; margin-left: 0; }
#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:solid 1px #ccc;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#323531;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#323531!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#fff url(../design/bg-btn-blue.png) repeat-x;
	border:solid 1px #323531;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}
.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(../design/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(../design/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(../design/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(../design/tipsy-west.gif);
	background-position:left center;
}

        #search {position:absolute; top:8px; right:20px;}
        #search div {position:relative; width:160px;}
        
        #search #search-input {position:absolute; top:0; left:0; width:110px; height:30px; background:url(../design/search-input.gif) no-repeat; overflow:hidden;}
        #search #search-input input {width:136px; margin:8px; border:0; font:100%/1 "arial",sans-serif;}
        #search #search-submit {position:absolute; top:0; right:0; width:30px;}
