﻿/*TAN button and border 666633 #666633*/
#srtipe{
	background-color: #666633;
	padding: 0;
	width:100%;
	position: absolute;
	top: 0px;
	height:40px;
	z-index:1;
	}
#menubar{
	position: absolute;
	/* width declared by using uiMenubar.setWidth("auto",i); */
	left: 105px;
	top: 0px;
	background-color: #666633;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #666633 #666633 #666633 #666633;
	clear: both;
	z-index: 200;
	white-space: nowrap;
	margin: 0px;
}
.Divider
{
	color:White;
	padding-top:2px;
	font-size:9px;	
	padding-bottom:2px;
	padding-right:3px;
}
.buttons
{
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	background-color: #666633;
	color: #ffffff;
	cursor: default;
	float: left;
	display: block;
	padding: 1px 6px 1px 0px;
	margin: 1px 1px 1px 1px;
	text-decoration: none; 
	border-color:#666633;
	z-index: 0;
	text-align: right;
	white-space: nowrap;

}
.buttonsOver{
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	float: left;
	display: block;
	text-decoration: none;
	z-index: 0;
	color: #eef;
	background-color: #666633;
	padding: 1px 6px 1px 0px;
	margin: 1px;
	border-color: #3344ee #666633 #666633 #3344ee;
	cursor: default;
	text-align:right;
	white-space: nowrap;
}
.buttonsDown{
	font-size: 11px;
	float: left;
	display: block;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
	z-index: 0;
	color: #eef;
	background-color: #666633;
	padding: 1px 5px 0px 6px;
	margin: 2px 1px 1px 2px;
	border-color: #3344ee #666633 #666633 #3344ee ;
	cursor: default;
}

.menuItem, .thelabel{
	font-size:11px;
	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%;
}

.menuItemOver {
	font-size: 11px;
	white-space: nowrap;
	color: #000000;
	background-color: #cccc99;
	text-decoration: underline;
	padding: 3px 10px 3px 10px;
	z-index: 900;
}

.thelabel{
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 15px;
}
a.menuItem:hover {
	font-size: 11px;
	color: #ffffff;
	background-color: #666633;
}
.thelabelOver{
	font-size: 12px;
	display: block;
	margin: 0;
	color: #ffffff;
	background-color: #666633;
	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: #666633 #666633 #666633 #666633 ;
	position: absolute;
	top: 24px;
	background-color: #666633;
	visibility: hidden; 
	z-index: 1000;
	padding: 4px 0;
}
.menu * {cursor: default;}
.separator{margin:0px 0;}

a{color:#003366;text-decoration : underline; } 
a.visited{color:#003366;text-decoration : underline;}
a:hover{color:#003366;text-decoration : underline; } 
#content{ color:#333 }
#content a{color:#191970;text-decoration : underline;}
#content a:visited{color:#87ceeb; text-decoration : underline;}


	
	

