
a.button, div.menubar
{
    font-size: 12px;
	text-decoration: none; 
	color: blue;
}

div.menubar 
{
    background: #ffdd00;
    padding: 4px 2px 3px 2px;
    border: 2px solid;
    border-color: #ff9 #777 #777 #ff9;
    text-align: left;
    /* for ie when centering */
}

div.menubar a.button, div.menubar button
{
	background: transparent;
	border: 1px solid #ffdd00;
	left: 0px;
	top: 0px;
	margin: 1px;
	padding: 1px 4px;
	position: relative;
    text-decoration : none;
}

div.menubar, div.menubar button, div.menubar a.button
{
	text-decoration: none; 
	color: blue;
}

div.menubar a.button:hover 
{
    background: #ffff00;
	border-color: #ff9 #777 #777 #ff9;
    color: blue;
    text-decoration : none;
}

div.menubar a.active,
div.menuBar a.active:hover 
{
    background: #ffdd00;
	border-color: #ff9 #777 #777 #ff9;
    color: blue;
    left: 1px;
    top: 1px;
    text-decoration : none;
}
