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

#press-menu .year {
	text-transform: none;
	font-size: 120%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: bold;
}
#press-menu .press-month-cont,  #press-menu .press-month {
	text-transform: uppercase;
	font-size: 120%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: normal;
}

#press-menu .press-month-cont {
	font-weight: bold;
}

.press-date {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-top: 25px;
}

.press-headline {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#press-menu ul ul {
	border:1px dashed #ccc;
    border-width:1px 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#press-menu .press-current A{
	font-weight: bold;
	color: red;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
	margin-left: -16px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 0px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }