﻿body {
}
ul.CortecMenu, 
ul.CortecMenu_vertical {
	margin: 0px;
	padding: 0px;
}
ul.CortecMenu ul,
ul.CortecMenu_vertical ul {
	display: none;
}
ul.CortecMenu li {
	float: left;
	list-style: none;
	border:none;
	
}
ul.CortecMenu_vertical {
}
ul.CortecMenu_vertical li {
	float: none;
}

/* -- Sub-Menus -- */
ul.CortecMenu ul,
ul.CortecMenu_vertical ul {
	position: absolute;
	display: none;
	z-index: 10000;
}

ul.CortecMenu ul 
{
	margin-left:-41px;
	_margin-left:0px;
}

ul.CortecMenu ul li, ul.CortecMenu ul li.jdm_hover,ul.CortecMenu ul li.jdm_active
{
	float: none;
	cursor: pointer;
	cursor: hand;
	height:30px;
	line-height:30px;
	background:none;
	background-color:#ffffff;
	border-bottom:1px #999999 solid;
	width:200px;
	margin:0px;
}

ul.CortecMenu a, ul.CortecMenu a:link, ul.CortecMenu a:active, ul.CortecMenu a:visited
{
	text-decoration:none;
	font:  12px  Verdana, Arial, Sans-serif;
	height:30px;
	line-height: 30px;
	color:#999999;
	text-transform:uppercase;
	white-space:nowrap !important;
	padding-left:13px;
	padding-right:13px;
}

ul.CortecMenu a:hover
{
	color:#999999;
	font:  12px  Verdana, Arial, Sans-serif;
	text-transform:uppercase;
	text-decoration:underline;
	line-height: 30px;
	height:30px;
	white-space:nowrap !important;
	padding-left:13px;
	padding-right:13px;
}

ul.CortecMenu li a.active
{
	font-weight:bold !important;
}

ul.CortecMenu ul a, ul.CortecMenu ul a:link, ul.CortecMenu ul a:active, ul.CortecMenu ul a:visited
{
	font:  10px  Verdana, Arial, Sans-serif !important;
	line-height: 30px;
	height:30px;
}

