/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
		position:absolute;
		/*position:absolute;
		left:-10000px;
		top:-600px;*/
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}
/* Skin */
.tabs-nav {
    list-style: none;
    margin:0;
    padding:0;
	margin-bottom:0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
	list-style-type:none;	
}
.tabs-nav a {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
	float:left;font-size:12px;background:url(../images/left.gif) no-repeat left top;margin:0;padding:0 0 0 8px;text-decoration:none;
}
.tabs-nav a span {
	float:left;display:block;background:url(../images/right.gif) no-repeat right top;padding:10px 14px 8px 8px;color:#fff;
}
.tabs-nav a span {float:none;}
/* End IE5-Mac hack */
.tabs-nav a:hover span {color:#fff;}
.tabs-nav a:hover {background-position:0% -43px;}
.tabs-nav a:hover span {background-position:100% -43px;}
.tabs-nav .tabs-selected a {background-position:0% -43px;}
.tabs-nav .tabs-selected a span {background-position:100% -43px;color:#fff}

#content .content_inner .tabs-nav .tabs-selected a, #content .content_inner .tabs-nav a:hover, #content .content_inner .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 0 -43px;
	color:#000;
    outline: 0; /* @ Firefox, switch off dotted border */
}
.tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-container {
	width:592px;
    border-top: 1px solid #ebebeb;
    padding: 1em 10px;
    background:url(../images/list_of_courses_bg.gif) no-repeat bottom;
}
.tabs-container ul li {
	font-size:12px;
	font-weight:bold;
	color:#333;
	line-height:22px;

}
.tabs-container ul li a {
	color:#65635f;
}
.tabs-container ul li a:hover {
	color:#333;
	text-decoration:underline;
}

.arrowlistmenu{

}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background:#000 url(../images/new-tab.png) no-repeat 0 0;
	margin-bottom: 3px; /*bottom spacing between header and rest of content*/
	padding: 3px 0 3px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}
#content .arrowlistmenu .menuheader {
	font-size:20px;
	color:#fff;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background:#000 url(../images/new-tab.png) no-repeat 0 -35px;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	font-size:12px;
	font-weight:bold;
	color:#333;
	line-height:22px;
	background:url(../images/bullet.png) no-repeat 5px;
	padding-left:22px;
}
.arrowlistmenu ul li a:visited{
	color: #333;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FC9500;
}
