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

a {color:#ccc;text-decoration:none;}
a:hover {color: white;text-decoration: underline;}
#tabMenu {
	list-style:none;
	text-align: right;
}
#tabMenu li {
	cursor:pointer;
	cursor:hand;
	margin: 5px 0px 5px 0px;
	text-transform:uppercase;
	font-size: 11px;
}
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:-131px;
	top:24px;
	width:96px;
	z-index:3;
	padding: 0px 0px 0px 7px;
	}
.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;}

