﻿.menuBar
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.homeItemBar
{
	float: left;
	width: 50px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	margin-right: 1px;
	border-right: #404040 1px solid;
	background: url(../../Images/home.png) no-repeat center center;
}

.itemBar
{
	float: left;
	width: 150px;
	height: 40px;
	color: #fff;
	margin-right: 3px;
	cursor: pointer;
}

.itemBar:hover
{
	color: #ffffcc;
	background: #a9a9a9;
}

.itemBar .titulo
{
	position: absolute;
	top: 10px;
	bottom: 10px;
	text-align: center;
	width: 151px;
	height: 20px;
	border-right: #404040 1px solid;
}

.itemBar .items
{
	position: absolute;
	top: 39px;
	margin-left: -1px;
	background: #fff;
	border: solid 1px #000;
	color: #000 !important;
	padding: 5px;
	width: 250px;
}

.itemBar .items .itemList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.itemBar .items .itemList .item
{
	padding: 5px;
	margin-bottom: 1px;
}

.itemBar .items .itemList .item a,
.itemBar .items .itemList .item a:visited
{
	color: #000;
	text-decoration: none;
}

.itemBar .items .itemList .item:hover a,
.itemBar .items .itemList .item:hover a:visited
.itemBar .items .itemList .item:hover a:hover
{
	color: #fff;
	text-decoration: none;
}

.itemBar .items .itemList .item:hover
{
	color: #fff !important;
	background: #696969 !important;
}

.itemBar .items .itemList .item .subItems
{
	position: absolute;
	left: 100%;
	margin-left: -5px;
	margin-top: -5px;
	background: #fff;
	border: solid 1px #000;
	color: #000 !important;
	padding: 5px;
	width: 200px;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-margin-before: -20px;
}

.itemBar .items .itemList .item .subItems .subItemsList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.itemBar .items .itemList .item .subItems .subItemsList .subItem
{
	padding: 5px;
	margin-bottom: 1px;
}

.itemBar .items .itemList .item .subItems .subItemsList .subItem a,
.itemBar .items .itemList .item .subItems .subItemsList .subItem a:visited
{
	color: #000;
	text-decoration: none;
}

.itemBar .items .itemList .item .subItems .subItemsList .subItem:hover a,
.itemBar .items .itemList .item .subItems .subItemsList .subItem:hover a:visited,
.itemBar .items .itemList .item .subItems .subItemsList .subItem:hover a:hover
{
	color: #fff;
	text-decoration: none;
}

.itemBar .items .itemList .item .subItems .subItemsList .subItem:hover
{
	color: #fff !important;
	background: #696969 !important;
}



