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

li.menuItem
{
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	list-style: none;
	border:2px solid #5c5c5c;
	width:150px;
	height:15px;
	cursor:pointer;
	position:relative;
	left:-20px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:5px;
}

li.menuItemSelected
{
	border-left:2px solid #e40000;
}

img.header
{
	display:block;
	cursor:default;
	margin-top:15px;
}

img.headerClickable
{
	display:block;
	cursor:pointer;
	margin-top:15px;
}


img.headerAlone
{
	display:block;
	margin-top:15px;
	cursor:default;
}

img.headerAloneClickable
{
	display:block;
	margin-top:15px;
	cursor:pointer;
}


img.separator
{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	cursor:default;
}
