﻿#typelist
{
	border:solid 1px #b9b8b8;
	width:180px;
	height:300px;
	float:left;
	margin-right:3px;
	text-align:left;
	border-left:0;
}

#menu
{
    list-style-type:none;
    margin-left:20px;
    margin-top:4px;
    padding:0;
}

#menu li
{
    list-style-image:url(../../img/next.gif);
    height:25px;
}

#menu li.selected
{
    background:#ffcc99;
    font-weight:bold;
}

#menu li a
{
    text-decoration:none;
    font-size:12px;
    color:#cc0099
}

#menu li a:hover
{
    color:red;
    font-weight:bold;
}
    

#articlelist
{
	width:700px;
	text-align:left;	
	font-size:20px;
}

#articlelist table
{
	border:solid 1px #b9b8b8;
	width:700px;
}

#articlelist table tr td a
{
	 text-decoration:none;	
	 color:Black;
}

#articlelist table tr td.td2
{
	height:30px;
	width:400px;
}

#articlelist table tr td a:hover
{
	 font-weight:bold;
	 color:red;	
}
