/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #CCCCCC;
	border: 0px ;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	
}

.jsdomenuitem {
	background-image: url(menu_item.jpg);
	background-color: transparent;
	border: none;
	color: #666666;
	display: block;

	padding-left: 45px;
	padding-right: 15px;
	padding-top: 0px; 
	_padding-top: 7px; 
	vertical-align: middle;
	height: 26px;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-image: url(menu_item_on.jpg);
	border: none;
	color: #000000;
	

	padding-left: 45px;
	padding-right: 15px;
	padding-top: 0px; 
	_padding-top: 7px; 
	height: 26px;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	position: relative; /* Do not alter this line! */
}


.jsdosubmenudiv {
	background-color: #e1e1e1;
	border: 1px solid #666666;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	
}

.jsdomenusubitem {
	
	background-color: #f1f1f1;
	border-bottom: 1px solid #666666;
	color: #666666;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px; 
	_padding-top: 7px; 
	height: 26px;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.7em;
	position: relative; /* Do not alter this line! */
}

.jsdomenusubitemover {
	background-color: #d1d1d1;
	border-bottom: 1px solid #666666;
	color: #000000;
	

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px; 
	_padding-top: 7px; 
	height: 26px;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.7em;
	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;
}