/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #E6E6E6;
	border: 0px outset;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
}

.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #003366;
	font-size: 95%;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 4px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 4px;
	position: relative; /* Do not alter this line! */
}
.select1 {
	background-color: transparent;
	border: none;
	text-decoration: underline;
	color: #003366;
	font-size: 95%;
	font-weight: bold;
	padding-bottom: 6px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 8px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	border: none;
	text-decoration: underline;
	font-size: 95%;
	color: #336666;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 4px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 4px;
	position: relative; /* Do not alter this line! */
}
.jsdomenuitem2 {
	background-color: transparent;
	border: none;
	font-weight: bold;
	color: #003366;
	font-size: 70%;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 28px;
	padding-top: 4px;
	position: relative; /* Do not alter this line! */
}
.jsdomenuitem2c {
	background-color: transparent;
	border: none;
	font-weight: bold;
	color: #000000;
	font-size: 95%;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 28px;
	padding-top: 6px;
	position: relative; /* Do not alter this line! */
	background: url('../../img/menu.corner.gif') right bottom no-repeat;
}

.jsdomenuitemover2 {
	text-decoration: underline;
	border: none;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #336666;
	font-size: 70%;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 28px;
	padding-top: 4px;
	position: relative; /* Do not alter this line! */

}
.jsdomenuitemover2c {
	text-decoration: underline;
	color: #003366;
	border: none;
	font-size: 95%;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 28px;
	padding-top: 6px;
	position: relative; /* Do not alter this line! */
	background: url('../../img/menu.corner.gif') right bottom no-repeat;
}

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

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

.jsdomenusep {
}

.jsdomenusep hr {
	text-align: center;
	width: 100%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #CCCCCC;
	background-image: url(classic_divider.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 2px outset;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: arial, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: #CCCCCC;
	border: none;
	color: #000000;
	font-family: arial, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #CCCCCC;
	border: 1px outset;
	color: #000000;
	font-family: arial, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}
.test{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	background: url('../../img/menu.corner.gif') bottom right no-repeat;
	position: relative;

}

.jsdomenubaritemclick {
	background-color: #000099;
	border: 1px solid #000099;
	color: #FFFFFF;
	font-family: arial, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(../../img/strelka.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 5px;
	left: 10px;
	bottom: 5px;
	position: absolute; /* Do not alter this line! */
	width: 8px;
}

.icon2 {
	background-image: url(../../img/strelka.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 5px;
	left: 10px;
	position: absolute; /* Do not alter this line! */
	width: 8px;
}

.icon3 {
	background-image: url(icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}