div#demo {
	background: #fff url(../images/titles/title_event.gif) no-repeat .2em 3px;
	clear: both;
	margin-top: 60px;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    Xposition:relative;
    zoom:1;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
    margin:0 0.16em 0 0; /* space between tabs */
    padding: 1px 0 0; /* gecko: make room for overflow */
    zoom:1;
}

.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected { 
    margin:0 0.16em -1px 0; /* for overlap */
}

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background: #fff; /* tab background */
    border:solid #fff;
    border-width: 1px 1px 0 1px;
    color:#000;
    text-decoration:none;
}

.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    cursor:hand;
    padding: .45em .75em .3em;
    left:0; right: 0; bottom: 0; /* protect from other orientations */
    top:-1px; /* for 1px rounded corners */
    position:relative;
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
	background: #fff;
	color: #990000;
	font-weight: bold;
	cursor: default;
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #ccc; /* selected tab background */
    outline:0;
}

.yui-navset .yui-nav .selected a em {
    padding:0.35em 0.75em; /* raise selected tab */
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    border-color: #e5e5e5; /* selected tab border color */
}

.yui-navset .yui-content {
    background: none; /* content background color */
}

.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
	background-color: #fff;
	background-image: url(../images/grade_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
    border-top: 1px solid #e5e5e5; /* content border */
    border-bottom: 1px solid #e5e5e5;
    padding:0.25em 0.5em; /* content padding */
}

.yui-navset .yui-content img {
	margin-left: 8px;
	border: 1px solid #E5E5E6;
}
