/*
Menu related selectors
*/
.jsdomenudiv {	
	padding-bottom: 1px;
	padding-top: 1px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
}

.blue {
	background-image: url(i/menu_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #233962;	
	padding-bottom: 5px;
	padding-top: 5px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
}

.jsdomenuitem {
	background: transparent;
	border: none;
	color: #fff;
	font-family:  Verdana;
	letter-spacing : 1px;
	font-size : 12px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-image: url(i/menu_shade.png);
	background-repeat: repeat-x;
	color: #fff;
	font-family: Verdana;
	letter-spacing : 1px;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(i/arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 8px;
}

.jsdomenuarrowover {
	background-image: url(i/arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 6px;
	width: 8px;
}

