ul#nav li.main  {
	display: block;
	list-style: none;
	background: url(../images/pmato.gif) repeat-x top right;
	margin-right: 2px;
}

ul#nav li.main a {
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 14px 10px;
}

ul#nav li.mainactive {
	background-color:#000000;
}

ul#nav li.main a:hover, ul#nav li.mainactive a, ul#nav li.mainactive a:hover {
	font-weight: bold;
	display: block;
	background: url(../images/pmatoa.gif) repeat-x top right;
	padding: 23px 10px 14px 10px;
}

ul#nav li.over ul, 
ul#nav li.over li.over ul { 
	display: block; 
}

ul#nav li.over ul ul {
	display: none; 
}


ul#nav {
	position: absolute;
	top: 58px;
	right: 0px;
	height: 30px;
	padding: 0;
		margin: auto;
		list-style: none;
}

ul#nav ul {
	padding: 0;
	margin: auto;
	list-style: none;
}


ul#nav li {
	float: left;
	position: relative;
	z-index: 1000;
}

ul#nav li li {
	float: left;
	width: 200px;
}

ul#nav li a {
	padding: 7px 0px 14px 0px;
	display: block;
	color: #ffffff;
	background: url(../images/) 100% 0;
	text-decoration: none;
	line-height: 14px;
}

ul#nav li.over a {
	background-position: 100% -50px;
}

ul#nav li.home a {
	color: #ffffff;
	background: url(../images/) 0 0;
	width: 20px;
}

ul#nav li.home a:hover {
	background-position: 0 -50px;
}

ul#nav li.more li.more a {
	background-position: right center;
	background-repeat: no-repeat;
}

ul#nav li.more li.more li a
{
	background: url(../images/pmatoa.gif) repeat-x top right;
}

ul#nav ul {
	display: none;
	position: absolute; 
	width: 200px;
	top: 50px;
	left: 0;
	border: 1px solid #919191;
}

ul#nav ul ul {
	top: -1px;
	left: 200px;
}

ul#nav li.drop a {
	background-color: #EB9B2D !important;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 2000;
}

ul#nav li.dropsub a {
	background: none #EB9B2D !important;	
}

ul#nav li.dropsub a:hover {
	background-color: #000000 !important;	
}

