#srtipe{
	background-color: #0E5780;
	padding: 0;
	width:100%;
	position: absolute;
	top: 0px;
	height:18px;
	z-index:1;
	}
#menubar{
	position: absolute;
	/* width declared by using uiMenubar.setWidth("auto",i); */
	left: 105px;
	top: 0px;
	background-color: #0E5780;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #0E5780 #0E5780 #0E5780 #0E5780;
	clear: both;
	z-index: 200;
	white-space: nowrap;
	margin: 0px;
}
.buttons{
	font-size: 9px;
	
	font-family: verdana, arial, helvetica;
	background-color: #0E5780;
	color: #ffffff;
	cursor: default;
	float: left;
	display: block;
	padding: 1px 6px 1px 6px;
	margin: 1px 1px 1px 1px;
	text-decoration: none;
	white-space: nowrap;
	z-index: 300;
	text-align: center;

}
.buttonsOver{
	font-size: 9px;
	
	font-family: verdana, arial, helvetica;
	float: left;
	display: block;
	text-decoration: none;
	z-index: 300;
	color: #eef;
	background-color: #0E5780;
	padding: 1px 6px 1px 6px;
	margin: 1px;
	border-color: #bdb76b #bdb76b #bdb76b #bdb76b;
	cursor: default;
	text-decoration: none;
	white-space: nowrap;
}
.buttonsDown{
	font-size: 9px;
	
	float: left;
	display: block;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
	z-index: 300;
	color: #eef;
	background-color: #0E5780;
	padding: 1px 5px 0px 6px;
	margin: 2px 1px 1px 2px;
	border-color: #bdb76b #bdb76b #bdb76b #bdb76b ;
	cursor: default;
}

.menuItem, .thelabel{
	font-size: 12px;
	display: block;
	margin: 0;
	color: #000000;
	background-color: #ffffff;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
	z-index: 900;
	width: 100%;
}
.thelabel{
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 15px;
}
.menuItemOver 
{
	white-space: nowrap;
	font-size: 12px;
	color: #000000;
	background-color: #cccc99;
	padding: 3px 10px 3px 10px;
	text-decoration: underline;
	width: 100%;
}
a.menuItem:hover {
	font-size: 12px;
	color: #ffffff;
	background-color: #bdb76b;
}
.thelabelOver{
	font-size: 12px;
	display: block;
	margin: 0;
	color: #ffffff;
	background-color: #bdb76b;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 15px; 

}
.menu {
	font-family: verdana, arial, helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: #bdb76b #bdb76b #bdb76b #bdb76b ;
	position: absolute;
	top: 24px;
	background-color: #ffffff;
	visibility: hidden; 
	z-index: 1000;
	padding: 4px 0;
	color:#000000;
}
.menu * {cursor: default;}
.separator{margin:0px 0;}

a{color:#0066cc;text-decoration : underline; } 
a.visited{color:#0066cc;text-decoration : underline;}
a:hover{color:#0066cc;text-decoration : underline; } 
#content{ color:#333 }
#content a{color:#0066cc;text-decoration : underline;}
#content a:visited{color:#0066cc; text-decoration : underline;}


	
	

