/* CSS Document */

div.hideLeftMnu#Menu ul
{
	height:35px;
	overflow:hidden;
	position:relative;/*absolute;This fix an IE bug I think IE sucks!!*/
}

#Menu ul.slidingmenu,
#Menu ul.slidingmenu ul,
#Menu ul.slidingmenu li,
#Menu ul.slidingmenu a
{
	padding:0;
	margin:0px;
	display:block;
	/*width:196px;*/  /*this Fix IE error*/
	width:183px;
	z-index:1;
	font-size: 12px;	
}

#Menu ul.slidingmenu ,
#Menu ul.slidingmenu ul
{
	/*width:196px;*/
	width:183px;
	z-index:1;
}
#Menu ul.slidingmenu li
{
	list-style-type:none;
	position:relative;
	cursor: default;
	padding-top: 2px;
	padding-bottom: 15px;
}

#Menu ul.slidingmenu li.topMenu
{
	margin:0px;
	height:19px;
	padding:0px;
	border:none;
}
#Menu ul.slidingmenu li.topSubMenu
{
	margin:0px;
	padding:0px;
	border:none;
	height:54px;
	/*border-bottom-width: 2px;
	border-bottom-style:dashed;
	border-bottom-color: #999999;*/
}
#Menu ul.slidingmenu li.bottomMenu
{
	margin:0px;
	padding:0px;
	border:none;
	height:54px;
}
#Menu ul.slidingmenu a
{
	width:100%;
	margin:0px;
	border:none;
}
#Menu ul.slidingmenu ul
{
	position: absolute;
	left: 100%;
	top: 0px;
}
#Menu ul.slidingmenu, img
{
	border:none;
}
#Menu ul.slidingmenu img.flg
{
	left:10px;
	position:absolute;
}
#Menu ul.slidingmenu img.shld
{
	left:149px;
	position:absolute;
}
#Menuul.slidingmenu, 
#Menu ul.slidingmenu ul
{
	/*border: 1px solid #6F6F6F;*/
	border:none;
}
#Menu ul.slidingmenu li
{
	text-align:center;
	/*border-bottom-width: 2px;
	border-bottom-style:dashed;
	border-bottom-color: #999999;
	z-index:1000;*/
	/*background-color: #eeffee;*/
	border:none;
	background-image: url(../../Images/scroll-middle.png);
	background-repeat: repeat-y;
}
#Menu ul.slidingmenu li#menuRoot
{
	background-image: url(../Images/Menubar-L.png);
	margin:0px;
	padding:0px;
	border:none;
	text-align:center;
	height:35px;
	background-repeat: no-repeat;
	background-position: left center;
}
#Menu ul.slidingmenu li#menuRoot img#menuImagenCaps
{
	padding-top:5px;
	margin:0px;
}
#Menu ul.slidingmenu a
{
	color:#000000;
	text-decoration:none;
	/*background-color: #eeffee;*/
	/*background-image: url(../../Images/scroll-middle.png);
	background-repeat: repeat-y;*/
}
#Menu ul.slidingmenu a:hover
{
	/*background:#ccddcc;*/
	color:#333333;
	font-weight:bold;
}
#Menu ul.slidingmenu ul
{
	position:absolute;
	top: 2px;/* the height of the top border*/
	left:100%;
	display:none;
}
