div#top {
	/* background-color: #282828; */
	width: 100%;
	height: 134px;
	/* background: -ms-linear-gradient(
		center bottom,
		rgb(99,99,99) 20%,
		rgb(50,50,50) 80%); */
	/* background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(99,99,99)),
		color-stop(0.8, rgb(50,50,50))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(99,99,99) 20%,
		rgb(50,50,50) 80%
	); */
	background: url("../images/top-bg.png") 50% 50% repeat-x;
}

/* Page title
---------------------------------------------------------------------*/
#title {
	color:#FFF;
	font:bold 2.4em/26px 'Trebuchet MS',Trebuchet,Arial,sans-serif;
	letter-spacing:-0.02em;
	padding:20px 0 22px;
	text-shadow:1px 1px 3px #111;
}
#title span {
	color: #FFC806; 
}

/* Top navigation
---------------------------------------------------------------------*/

#topuser {
	color:#999;
	padding:6px 0 6px 10px;
	position:absolute;
	right:0;
	top:0;
	white-space:nowrap;
	font-size:12px;
	text-align:right;
}
#topuser span {
	color:#444;
}
#topuser a {
	color:#2A7AD2;
	padding:0;
	text-decoration:none;
}
#topuser a.high {
	color:#FFC806;
	text-decoration:none;
}
#topuser a:hover, header#top aside a:hover,
#topuser a:focus, header#top aside a:focus,
#topuser a:active, header#top aside a:active {
	color:#fff;
	text-decoration:none;
}
#topuser small {
	color:#666;
	font-size:11px;
	text-align:right;
}
#topuser img.avatar {
	background:#fff;
	float:right;
	margin:5px 0 0 8px;
	padding:4px;
}

/* Main menu
---------------------------------------------------------------------*/

.sf-menu,.sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
	float:left;
	/* font: 12px; */
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu a {
	display:block;
	position: relative;
	padding:.75em 1em;
	text-decoration:none;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
	left:12em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
	left:12em; /* match ul width */
	top:0;
}

/*** menu skin ***/
.sf-menu ul a {
	border-bottom: 1px solid #333;
}
.sf-menu a,.sf-menu a:visited {
	/* visited pseudo selector so IE6 applies text colour*/
	color:#eee;
}

.sf-menu li {
	float:left;
	background:#444;
	margin-right:3px;
}

.sf-menu>li {
	border-top-right-radius:4px;
	border-top-left-radius:4px;
}

.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li li {
	background:#444;
}
.sf-menu li li li {
	background:#444;
}

.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:hover,.sf-menu a:active {
	background:#555;
	outline:0;
}

.sf-menu>li:hover,.sf-menu>li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
	border-top-right-radius:4px;
	border-top-left-radius:4px;
}

.sf-menu li.current {
	background: #266DBB;
}

.sf-sub-indicator {
    /*background: url("../images/arrows-ffffff.png") no-repeat scroll -10px -100px rgba(0, 0, 0, 0);*/
    background: url("../images/arrows-ffffff.png") no-repeat 0px -100px;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.75em;
    text-indent: -999em;
    top: 1.05em;
    width: 10px;
}

ul#topnav li:hover .sf-sub-indicator { 
	background: url("../images/arrows-ffffff.png") no-repeat -10px -100px; 
}

.sf-with-ul {
    min-width: 1px;
    padding-right: 2em !important;
}