/*
Menu related selectors
*/
.jsdomainmenudiv {
	background-color:  #FFFFFF;
	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;
	z-index: 10;
}

.jsdomainmenuitem {
	font-weight: bold;
	text-decoration: none;
	color: #286ea0;
	background: #eaeaea;
	border-left: 4px solid #286ea0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin-bottom: 4px;
	position: relative;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
	overflow: hidden;
}

.jsdomainmenuitemover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	background: #eaeaea;
	color: #505050;
	border-left: 4px solid #cccccc;
	margin-bottom: 4px;
	position: relative;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
	overflow: hidden;
}

.jsdomenudiv {
	background-color:  #FFFFFF;
	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;
	z-index: 10;
}

.jsdomenuitem {
	font-weight: normal;
	text-decoration: none;
	color: #286ea0;
	background: #eaeaea;
	border-left: 4px solid #286ea0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin-bottom: 4px;
	position: relative;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	overflow: hidden;
}

.jsdomenuitemover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
	background: #eaeaea;
	color: #505050;
	border-left: 4px solid #cccccc;
	margin-bottom: 4px;
	position: relative;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	overflow: hidden;
}

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

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

.jsdomenusep {
}

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


/*
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(icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

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

.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;
}
