.menutable {
	width: 130px;
}
.menutable td {
	font-family: Verdana;
	text-align: left;
	padding-left: 9px;
}
.mainmenu {
	height: 39px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #0c345e;
	padding-right:4px;
}
.mainmenuhover, .mainmenuactive, .mainmenuactivehover {
	height: 39px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
	background: #5691cd;
	text-decoration: none;
	padding-right:4px;
}
.submenu {
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	color: #0c345e;
	background: #e4e4e4;
	padding-top:2px;
	padding-bottom:2px;
}
.submenuhover, .submenuactive, .submenuactivehover{
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	color: #008cd1;
	background: #e4e4e4;
	padding-top:2px;
	padding-bottom:2px;
}

.subsubmenu {
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	height: 20px;
	color: #0c345e;
	background: #e4e4e4;
}
.subsubmenuhover, .subsubmenuactive, .subsubmenuactivehover {
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	height: 20px;
	color: #008cd1;
	background: #e4e4e4;
}

.mainrightbg {
	background: #5691cd url(/template/images/bg-mainmenu.jpg) repeat-y top left;
}
.mainrightbgcolor {
	background: #0c345e;
}
.mainborderleft {
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
}
.mainborderright {
	border-top: 3px solid white;
	border-right: 3px solid white;
	border-left: 3px solid white;
}
.mainbordertop {
	border-top: 3px solid white;
}
.mainborderbottom {
	border-bottom: 3px solid white;
}
.subborderleft {
	border-left: 3px solid white;
}
.subborderright {
	border-right: 3px solid white;
}
