@CHARSET "UTF-8";
/******* GENERAL RESET *******/
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container{
	width: 308px;
	direction:rtl;
	position:relative;
}

#container ul.menu{
	background:url(../images/tab-top.jpg) no-repeat;
	height:28px;
	margin-top:0;
	margin-bottom:10px;
	padding-right:0;
	line-height:21px;
}
#container ul.menu li{
	float: right;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	margin-bottom:0;
	padding:0 10px 5px;
	position: relative;
	color: #d15344;
	cursor: pointer;
	background:url(../images/arrow.jpg) no-repeat right center;
}
#container ul.menu li.active{
	top: 1px;
	border-bottom: 0;
	color: #8c352b;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	background:url("../images/tab-bg.jpg") repeat-y scroll 0 0 transparent;
	font-size:11px;
	margin:-12px auto 0;
	text-align:right;
	width:308px;
}
.content ul li{width:73px; float:right; padding-right:2px;}
/******* /CONTENT *******/
/******* NEWS *******/


/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials{
	display: none;
}
.content.tutorials ul li{ width:100px; float:right; padding-right:2px;}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links{
	display: none;
}
.content.links a{
	color: #5f95ef;
}
.content.links ul li{ width:75px; float:right; padding-right:2px;}
/******* /LINKS *******/
.bot-t{
	background:url(../images/tab-bottom.jpg) no-repeat;
	width:308px;
	height:14px;
}
/******* /LINKS *******/
.content.links-2{
	display: none;
}
.content.links-2 a{
	color: #8c352b;
}
.content.links-2 ul li{ width:75px; float:right; padding-right:2px;}
/******* /LINKS *******/
.content.tutorials-2{
	display: none;
}
.content.tutorials-2 ul li{ width:75px; float:right; padding-right:2px;}
/******* /LINKS *******/