/*
Menu related selectors
*/
.jsdomenudiv {
	border: 0px solid #fff;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
}

.jsdomenuitem 
{
    text-align : left ;
	border: none;
	color: #cfd4be;
	font-family:  Arial;
	font-weight :bold ;
	font-size : 1.2em;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 13px;
	padding-right: 5px;
	position: relative; /* Do not alter this line! */
	margin-bottom:2px;
	
}

.jsdomenuitemover 
{
    text-align : left ;
	border: none;
	color: #fff;
	font-family:  Arial;
	font-weight :bold ;
	font-size : 1.2em;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 13px;
	padding-right: 5px;
	position: relative; /* Do not alter this line! */
	margin-bottom:2px;
	
	
}

.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: 4px;
}

.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: 8px;
	width: 4px;
}
.jsdomenusep {
	padding-left: 128px;
}


.greenshade 
{
    text-align : left ;
    border: solid 1px #f5f6f1;
	color: #fff;
	font-family:  Arial;
	font-weight :bold ;
	font-size : 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 5px;
	position: relative; /* Do not alter this line! */
	margin-bottom:2px;
	visibility: hidden;
    background:url(i/menu_subnav.gif);
	cursor: pointer;
}