/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #333333;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
	border: 2px ridge #FFFFFF;
}

.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 10px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #000000;
	border: none;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 10px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(classic_arrow2.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_o2.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%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #CCCCCC;
	background-image: url(classic_divider.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 2px outset;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: #CCCCCC;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #CCCCCC;
	border: 1px outset;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #000099;
	border: 1px solid #000099;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/*
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(home.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}

.icon2 {
	background-image: url(calculator.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}

.icon3 {
	background-image: url(globe.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}

.icon4 {
	background-image: url(tools.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.icon5 {
	background-image: url(phone.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}

.icon6 {
	background-image: url(shopping_cart.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.icon7 {
	background-image: url(page.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.favs {
	background-image: url(favorite.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.comms {
	background-image: url(user_comment.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.user1 {
	background-image: url(user.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.lock1 {
	background-image: url(lock.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.camera {
	background-image: url(camera.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.pound {
	background-image: url(pound_sterling.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.help {
	background-image: url(help.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.pro1 {
	background-image: url(process.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.data1 {
	background-image: url(database.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.users1 {
	background-image: url(users.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.book1 {
	background-image: url(book.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.power1 {
	background-image: url(power.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.cam1 {
	background-image: url(video_camera.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
.email1 {
	background-image: url(email.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 24px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 24px;
}
