
.RadMenu_companyContent .vertical
{
	width: 150px;
}

.RadMenu_companyContent .link
{
	text-decoration: none;
	color: #333333;
	line-height: 25px;
	border-bottom: 1px solid #cccccc;
	width:150px;
}

.RadMenu_companyContent .link:hover
{
	border-bottom: 1px solid #cccccc;
	color: black;
	cursor: hand;
}

.RadMenu_companyContent .first
{
	border-top: 1px solid #cccccc;
}


