
/************************************/
/* Setup rounded corners and shadow */
.rounded {
	position: relative;
	z-index: 15;
	display: inline-block; /* IE6 fix to setup the layout */
}
.rounded {
	display: block; /* IE6 fix to setup the layout */
}
.nw {
	display: none;
	overflow: hidden;
	left: -2px;
	top: -2px;
	position: absolute;
	z-index: 30;
	width: 7px;
	height: 7px;
	background: url(imagenes/corners.gif) no-repeat left top;
/*/
	width: 17px;
	height: 17px;
	background: url(../images/corners_large.gif) no-repeat left top;
/**/
}
.ne {
	display: none;
	overflow: hidden;
	right: -2px;
	top: -2px;
	position: absolute;
	z-index: 30;
	width: 7px;
	height: 7px;
	background: url(imagenes/corners.gif) no-repeat right top;
/*/
	width: 17px;
	height: 17px;
	background: url(../images/corners_large.gif) no-repeat right top;
/**/
}
.sw {
	display: none;
	overflow: hidden;
	left: -2px;
	bottom: -10px;
	position: absolute;
	z-index: 30;
	width: 7px;
	height: 14px;
	background: url(imagenes/corners.gif) no-repeat left bottom;
/*/
	width: 17px;
	height: 24px;
	background: url(../images/corners_large.gif) no-repeat left bottom;
/**/
}
.se {
	display: none;
	overflow: hidden;
	right: -2px;
	bottom: -10px;
	position: absolute;
	z-index: 30;
	width: 7px;
	height: 14px;
	background: url(imagenes/corners.gif) no-repeat right bottom;
/*/
	width: 17px;
	height: 24px;
	background: url(../images/corners_large.gif) no-repeat right bottom;
/**/
}
.ex {
	display: none;
	overflow: hidden;
	left: 0;
	bottom: -9px;
	position: absolute;
	z-index: 10;
	width: 100%;
	width: expression(this.parentNode.clientWidth); /* IE6 fix */
	height: 8px;
	background: url(imegenes/shadow.gif) repeat-x;
}

/* Menu bar with dropdown and rounded corners */
.menubar .ex {
	display: block;
	overflow: hidden;
	left: 0;
	bottom: -8px;
	position: absolute;
	z-index: 10;
	width: 100%;
	width: expression(this.parentNode.clientWidth); /* IE6 fix */
	height: 8px;
	background: url(../images/shadow.gif) repeat-x;
}

.menuitem p{
margin: 0px;
cursor:pointer;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.menuitem .nw, .menuitem .ne, .menuitem .sw, .menuitem .se, .menuitem .ex { display: none; }
.menudd .sw {
	display: block;
	overflow: hidden;
	left: -1px;
	bottom: -6px;
	position: absolute;
	z-index: 30;
	width: 6px;
	height: 6px;
	background: url(../images/corners_bg.gif) no-repeat 0 -6px;
}
.menudd .se {
	display: block;
	overflow: hidden;
	right: -1px;
	bottom: -6px;
	position: absolute;
	z-index: 30;
	width: 6px;
	height: 6px;
	background: url(../images/corners_bg.gif) no-repeat -7px -6px;
}
.menudd .ex {
	display: block;
	left: 5px;
	bottom: -6px;
	position: absolute;
	z-index: 10;
	width: 220px;
	height: 6px;
	background: #808080 url(../images/corners_ex.gif) repeat-x;
}

.menubar {
	height: 32px;
	width: 960px;
	text-align: middle;
	background: #000 url(../images/mainmenu-bg.gif) repeat-x;
	padding-left: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	

}

.menubar ul li {
	float: left;
	margin-right: -1px;
	display: block;
}
.menubar ul li:hover {
	position: relative;
	z-index: 20;
}
.menubar ul {
	display: block;
	padding: 0;
	margin: 0;
	border:0px;
}

.menubar ul a {
	height: 24px;
	line-height: 24px;
	padding: 3px 10px 5px 10px;
	border-right: 1px solid #2A2A2A;
	margin-left: 1px;

	display: block;
	color: #FFF;
	text-align: center;
}
/* for Internet Explorer */
/*\*/
* html .menubar ul a {
	display: inline-block;
}
/**/
.menubar ul a:link,
.menubar ul a:visited {
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
.menubar ul a:hover {
	visibility: visible;
	background: #000 url(../images/mainmenu-bg-hover.gif) repeat-x;
	color: #AAA;
}
.menubar ul a.current {
	background: #000 url(../images/mainmenu-bg-current.gif) repeat-x;
}

.menubar ul table { border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0; }

/* dropdown menu */
.menudd { position:absolute; display:none; }
.menubar ul :hover .menudd {
	width: 230px;
	height: auto;
	padding: 3px 0 0 0;
	display: block;
	left: 0;
	top: 32px;
	background: #808080 url(../images/dd-bg.gif) repeat-x bottom;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	border: 1px solid #000;
	border-top: 0;
	border-bottom: 0;
	white-space: nowrap;
	text-align: left;
	z-index: 40;
}
.menubar ul :hover .menudd ul li {
	display: block;
	position: relative;
}
.menubar ul :hover .menudd ul li a {
	width: 230px;
	height: 18px;
	line-height: 18px;
	padding: 0 0 3px 0;
	margin: 0;

	border: 0;
	display: block;
	color: #FFF;
	text-align: left;

	font-size: 0.85em;
	font-weight: normal;
	text-indent: 5px;
}
.menubar ul :hover .menudd ul li a:hover {
	background: #444;
	color: #FFF;
}

.linksmenu li a,
.linksmenu li a:link,
.linksmenu li a:visited,
.linksmenu li a:active,
.mainmenu li a,
.mainmenu li a:link,
.mainmenu li a:visited,
.mainmenu li a:active {
	background: transparent url(../images/arrow.gif) 8px 7px no-repeat;
	padding: 4px 4px 4px 18px;

	display: block;
	text-decoration: none;
	color: #777;
	font-size: 0.85em;
	width: 100%; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 84%;
}
