/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: transparent;
/*    border: 1px outset;
	border-bottom-color: none;
	border-left-color: none;
	border-right-color: none;
	border-top-color: #FFFFFF;*/
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
    text-align:right;
}

.jsdomenuitem {
	background-color: transparent;
    background: url(/xiteflex/layout/gfx/nav.gif) no-repeat 123px 5px;
    border: none;
	color: #333333;
    height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 23px;
	padding-top: 2px;
    margin-bottom: 5px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: transparent;
    background: url(/xiteflex/layout/gfx/nav.gif) no-repeat 123px 5px;
	border: none;
	color: #48596C;
    height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 23px;
	padding-top: 2px;
    margin-bottom: 5px;
	position: relative; /* Do not alter this line! */
}

.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: 8px;
	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: 8px;
	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;
}

