/* Fave Forums Menu */

DIV.forumlist
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 4px;
	padding: 4px;
	width: 210px;
	height: 250px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	text-overflow: ellipsis;
	scrollbar-highlight-color:  #999999;
	scrollbar-face-color:       #666666;
	scrollbar-shadow-color:     #333333;
	scrollbar-3dlight-color:    #000000;
	scrollbar-track-color:      #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color:      #CCCCCC;
}
DIV.forumlist_line_top
{
	background-color: #111111;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
DIV.forumlist_line_bottom
{
	background-color: #444444;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
DIV.forumlist_item
{
	padding-top: 1px;
	padding-bottom: 1px;
}
A.forumlist_link
{
	color: #FFFFFF;
	text-decoration: none;
}
A.forumlist_link:hover
{
	color: #FF6600;
	text-decoration: underline;
}

