.CuteEditorMenuBar
{
	margin:0px;
	padding:0px;
	position:relative;
	top:0px;
	width: 100px;
	height:20px;
}
.GlobalBar-Panel
{
	background-color: #4682b4;
	border-bottom: solid 1px white;
	height: 20px;
	width: 100%;
	padding-left: 5px;
}
.GlobalBar
{
	background-color: #4682b4;
	font-family: Verdana, serif; 
    font-size: 8pt; 
	color: white;
}
.GlobalBar-Item
{
	border: solid 1px #4682b4;
	color: white;
}
.GlobalBar-Hover
{
	border: solid 1px white;
	background-color: black;
	color: white;
	cursor: hand;
}
.GlobalBarD
{
	background-image: url(/Images/menu_background.gif);
	border:solid 1px #003366; /*: outset 2 white;*/
	color: black;
	padding-right: 1px;
}
.GlobalBarD-Item
{
	color: black;
}
.GlobalBarD-Hover
{
	background-color: #ffd700;
	color: black;
	cursor: hand;
}
