.jsdomenuarrow {
	background-image: url(arrow.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	background-image: url(arrow.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenudiv {
	background-color: #4F94CD;
	border: 2px solid black;
	cursor: default;
	padding-bottom: 3px;
	padding-top: 3px;
	position: absolute;
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: transparent;
	border: 1px solid #4F94CD;
	color: white;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 1px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background: #006699;
	border: 1px solid white;
	color: white;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 1px;
	padding-left: 7px;
	padding-top: 1px;
	position: relative; /* Do not alter this line! */
}

.jsdomenusep {
	padding-left: 0px;
}

.jsdomenusep hr{
	color: white;
	height: 1px;
	margin-left: 3px;
	margin-right: 3px;
}


/* Non-menubar styles */

.menusidecolor{
	background-color: #63B8FF;
}

.menusidecolor_upper{
	background-color: #4F94CD;
}

.picbgcolor{
	background-color: #006699;
}

.picbordercolor{
	border-color: #5CACEE;
	border-width: 2px;
}