BODY
{
}
.menuBar
{
	BACKGROUND-COLOR: white;
	TEXT-ALIGN: center;
	width : 100%;
	border: none;
}
.Bar
{
	FLOAT: left;
	CURSOR: hand;
	POSITION: relative;
	BACKGROUND-COLOR: #698281;
	TEXT-ALIGN: center;
	font-family : Verdana;
	font-size : xx-small;
	font-weight : bold;
	color : white;
	height : 25px;
	line-height : 25px;
	border:1px solid white;
	border-right:none;
	background-image : url(img/pontobot.gif);
	background-position : left;
	background-repeat : no-repeat;
}
.Bar_ativa
{
	FLOAT: left;
	CURSOR: hand;
	POSITION: relative;
	BACKGROUND-COLOR: #565656;
	TEXT-ALIGN: center;
	font-family : Verdana;
	font-size : xx-small;
	font-weight : bold;
	color : white;
	height : 25px;
	line-height : 25px;
	border:1px solid white;
	border-right:none;
	background-image : url(img/pontobot.gif);
	background-position : left;
	background-repeat : no-repeat;
}
.menu
{
	BORDER: buttonhighlight 2px outset;
	VISIBILITY: hidden;
	LINE-HEIGHT: 140%;
	POSITION: relative;
	BACKGROUND-COLOR: #ffffff;
	outline : Fuchsia solid thin;
	width : 175px;
	position: absolute;
	padding:1px;
	padding-bottom:0px;
}
.menuItem
{
	TEXT-ALIGN: left;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 20px;
	WIDTH: 100%;
	CURSOR: hand;
	height:20px;
	LINE-HEIGHT: 20px;
	background-color:#829F9E;
	font-family : Verdana;
	font-size : xx-small;
	font-weight : bold;
	color:white;
	background-image : url(img/pontobot.gif);
	background-position : left;
	background-repeat : no-repeat;
	border-bottom:1px solid white;
}
.ItemMouseOver
{
	TEXT-ALIGN: left;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 5px;
	WIDTH: 100%;
	CURSOR: hand;
	height:20px;
	LINE-HEIGHT: 20px;
	background-color:#eeeeee;
	font-family : Verdana;
	font-size : xx-small;
	font-weight : bold;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}

.BarOver
{
	FLOAT: left;
	CURSOR: hand;
	POSITION: relative;
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #829f9e;
	font-family : Verdana;
	font-size : xx-small;
	font-weight : bold;
	color : white;
	height : 25px;
	line-height : 25px;
	border:1px solid white;
	border-right:none;
	background-image : url(img/pontobot.gif);
	background-position : left;
	background-repeat : no-repeat;
