/*
Menu related selectors
*/
.menu_icone {
	width:180px;
}

.jsdomenudiv {
	background-color: #909090;
	background-image: url(office_xp_menu_left.png);
	background-repeat: repeat-y;
	border: 1px solid #8A867A;
	cursor: default;
	padding-bottom: 1px;
	padding-top: 1px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 100;
}

.jsdomenuitem {
	background: transparent;
	border: none;
	color: #eeeeee;
	font-family: Arial, Tahoma, Helvetica, sans,  sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: #303030;
	font-family: Arial, Tahoma, Helvetica, sans,  sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 2px;
	padding-left: 28px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(office_xp_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(office_xp_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 {
	padding-left: 28px;
}

.jsdomenusep hr {
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #909090;
	background-image: url(office_xp_top_fond.png);
	background-position: left;
	background-repeat: repeat-x;
	border: 0px outset;
	cursor: default;
	padding-bottom: 8px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 8px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	display: inline;
	font-family: Arial, Tahoma, Helvetica, sans,  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;
	background-color: #909090;

}

.jsdomenubaritem {
	background-color: #909090;
	background-image: url(office_xp_top.png);
	background-position: left;
	background-repeat: repeat-x;
	border: none;
	color: #eeeeee;
	display: inline;
	font-family: Arial, Tahoma, Helvetica, sans,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 20px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: #303030;
	display: inline;
	font-family: Arial, Tahoma, Helvetica, sans,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 23px;
	padding-right: 19px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #EFEDDE;
	border: 1px solid #8A867A;
	color: #303030;
	display: inline;
	font-family: Arial, Tahoma, Helvetica, sans,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 23px;
	padding-right: 19px;
	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.
*/
.camera {
	background-image: url(menu_camera.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.coffee {
	background-image: url(menu_coffee.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.sound {
	background-image: url(menu_mp3.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.mail {
	background-image: url(menu_mail.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.menu_photoblog {
	background-image: url(menu_photoblog.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 58px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 180px;
}
.menu_multimedia {
	background-image: url(menu_multimedia.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 70px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 180px;
}
.menu_portfolio {
	background-image: url(menu_portfolio.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 70px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 180px;
}


.lock {
	background-image: url(menu_lock.gif);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
