/* mainmenu */

a.mainmenu {
	font-weight: bold;
	color: white;
	text-decoration: none;
	white-space: nowrap;
}

a.mainmenu:hover {
	color: #3ab5fb;
	text-decoration: none;
}

/* submenu */

.submenu {
	min-height: 20px;
	padding-top: 5px;
	border-bottom : 1px solid #4b0041;
	width: 100%;
	background-image: url(/template/images/ico-subarrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	text-align:left;
}

.submenu a{
	font-weight: bold;
	font-size: 10px;
	color: #926391;
	text-decoration: none;
	height: 18px;
}

.submenu a:hover {
	font-weight: bold;
	color:#3ab5fb;
	text-decoration: none;
}


/* activemenulinks */

.submenuactive a {
	height: 18px;
	font-weight: bold;
	font-size: 10px;
	color: #3891c9;
	text-decoration: none;
}

a.submenuactive:hover {
	font-weight: bold;
	color: #3891c9;
	text-decoration: none;
}

a.activemenu {
	font-weight: bold;
	color: #3891c9;
	text-decoration: none;
}

a.activemenu:hover {
	font-weight: bold;
	color: #3891c9;
	text-decoration: none;
}

.menutable {
	position: absolute;
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	top: 173px;
	left: 0px;
	background-color:none;
}


.highlight {
	text-decoration: none;
	color: #d9330d;
}
