@charset "UTF-8";
/* CSS Document */

a {color:#ccc;text-decoration:none;}
a:hover {color: white;text-decoration: underline;}
#tabMenu {
	position:absolute;
	list-style:none;
	text-align: right;
	left:-276px;
	top:0px;
	width:250px;
	height: 352px;
}
#tabMenu li {
	cursor:pointer;
	cursor:hand;
	margin: 5px 0px 10px 0px;
}
li.mouseover {/*background-position:0 0;*/}
li.mouseout {/*background-position:0 -32px;*/}
li.selected span {/*background-position:0 0;*/ background-color: #e70c54;}
.box {
	position:absolute;
	left:282px;
	top:138px;
	width:750px;
	z-index:3;
	padding: 0px 0px 0px 7px;
	/*
	border-left-color: #e70c54;
	border-left-style: solid;
	border-left-width: 1px;
	*/
	}
.boxBody {
	/*background-color:#282828;*/
}
.boxBody div {
	display:none;
}
.boxBody div.show {
	display:block;
}
.boxBody #category a {
	display:block
}
/* styling for the content*/
.boxBody div ul {
	margin:0 10px 0 25px;
	padding:0;
	width:190px;
	list-style-image:url(images/arrow.gif)
}
.boxBody div li {
	border-bottom:1px dotted #8e8e8e; 
	padding:4px 0;
	cursor:hand;
	cursor:pointer
}
.boxBody div ul li.last {
	border-bottom:none
}
.boxBody div li span {
	font-size:8px;
	font-style:italic; 
	color:#888;
}
/* IE Hacks */
*html .boxTop {margin-bottom:-2px;}
*html .boxBody div ul {margin-left:10px;padding-left:15px;}

