/* GENERAL DEFINITIONS STARTS */
.sf-menu {
	z-index: 1;
}
.sf-menu ul {
	position: absolute;
	display: none;
	z-index: 100;
}
.sf-menu ul li {
	width: 100%;
	background:	#FFF;
}
.sf-menu li {
	position: relative;
	float: left;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li li a {
	padding-left: 10px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #EEEFFF;
	outline: 0;
}
/* GENERAL DEFINITIONS ENDS */


/* MENU PRINCIPAL STARTS */
#Menu {
	width: 832px;
	height: 37px;
	background: url(../images/defaults/corner.gif) no-repeat top right;
	background-color: #D3DFE6;
}
#Menu ul {
	width: 160px;
}
#Menu li a, #MenuSimple li a {
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	font-family: "Trebuchet MS", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
#Menu li li a {
	text-align: left;
	height: 100%;
}
#Menu li li li a {
	height: 100%;
}
#Menu li:hover ul,
#Menu li.sfHover ul {
	left: 0;
	bottom: 17px;
}
#Menu li li:hover ul,
#Menu li li.sfHover ul {
	left: 160px;
	bottom: -9px;
}
.BajarMenuUl {
	top: 0;
	background:	none !important;
}
/* MENU PRINCIPAL ENDS */


/* CATEGORIES MENU STARTS */
.Categories ul {
	width: 210px;
}
.Categories li {
	height: 20px; /* Para IE6 */
	padding-top: 5px;
	float: none;
}
.Categories a {
	height: 20px;
}
.Categories li li a {
	display: block;
}
.Categories li:hover ul,
.Categories li.sfHover ul {
	left: 142px;
	bottom: -9px;
}
/* CATEGORIES MENU STARTS */


/*** arrows **/
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 6px;
	top: 5px; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/defaults/arrows-ffffff.png) no-repeat top right; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .5em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../images/defaults/shadow.png) no-repeat bottom right;
	padding: 0 10px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}