.menu-panel {
	width:176px;
	background-color:#CB0169;
	vertical-align:top;
}

.content-panel-home {
	vertical-align:top;
	height:260px;
	font-family: arial;
	font-size:10px;
color:#555555;

}

.content-panel-internal {
	vertical-align:top;
	height:440px;
	font-family: arial;
	font-size:8px;
color:#555555;
padding: 8px;
}

.base-info {
	border-top:#008855 1px solid;
	height:15px;
	text-align:center;
	font-family: arial;
	font-size:9px;
	color:#000000;
	background-color:#41A57C;
}

.menu-item {
	width:109px;
	height:59px;
	padding-left:5px;
	padding-bottom:5px;
	vertical-align:bottom;
	background:url(/templates/27/internet/public/images/menu1.gif);
	background-repeat : no-repeat;
}

.menu-item-selected {
	width:104px;
	height:59px;
	padding-left:5px;
	padding-bottom:5px;
	vertical-align:bottom;
	background:url(/templates/27/internet/public/images/menu2.gif);
	background-repeat : repeat-x;
}

.menu-link {
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.menu-link:hover {
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	color:#75C4A4;
	text-decoration:none;
}

.menu-link-selected {
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.menu-link-selected:hover {
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	color:#75C4A4;
	text-decoration:none;
}


