.novice {
    width: 500px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    background: white;
    padding: 10px;
	/*margin-bottom: 30px;
	border-bottom: 4px solid #EBEBEB;*/
}

.novice ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

.novice li {
	display: inline;
}

.novice a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}

.novice img {
    border: 0px;
}

.novice a:hover, .novice .active a {
	background: #EBEEF3;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #385B88;
}

a.link, a.link:visited 
{
        color: white;
        text-decoration: none;
        padding-left: 10px;
}

a.link:hover 
{
        color: white;
        text-decoration: underline;
        padding-left: 10px;
}