/*
Menu related selectors
*/
.jsdomenudiv {
background-color: #FFFFFF;
background-repeat: repeat-y;
border: 1px solid #8A867A;
cursor: hand;
padding-bottom: 1px;
padding-top: 1px;
position: absolute; /* Do not alter this line! */
visibility: hidden;
z-index: 1
}

.jsdomenuitem {
background: #ffffff;
border: none;
color: #2266AA;
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 5px;
padding-top: 2px;
position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
cursor: hand;
background-color: #2266AA;
border: 1px solid #316AC5;
color: #FFFFFF;
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
margin-left: 1px;
margin-right: 1px;
padding-bottom: 2px;
padding-left: 12px;
padding-right: 5px;
padding-top: 2px;
position: relative; /* Do not alter this line! */
}
.jsdomenuarrow {
background-image: url('http://www.login4career.com/version2.0.1/extras/arrow_blue.gif');
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('http://www.login4career.com/version2.0.1/extras/arrow_blue.gif');
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: #FFFFFF;
background-position:  left 50%;
background-repeat: no-repeat;
border: 1px outset;
cursor: hand;
padding-bottom: 3px;
padding-left: 1px;
padding-right: 1px;
padding-top: 2px;
position: absolute; /* Do not alter this line! */
visibility: visible
}
.jsdomenubardragdiv {
cursor: move;
display: inline;
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
font-size: 13px;
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: #2266AA;
border: 1px solid #ffffff;
color: #ffffff;
display: inline;
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
position: relative; /* Do not alter this line! */
}
.jsdomenubaritemover {
background-color: #E2EAFC;
border: 1px solid #316AC5;
color: red;
display: inline;
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
position: relative; /* Do not alter this line! */
}
.jsdomenubaritemclick {
background-color: #ffffff;
border: 1px solid #316AC5;
color: red;
cursor: hand;
display: inline;
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
padding-bottom: 2px;
padding-left: 10px;
padding-right:10px;
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('http://www.login4career.com/version2.0.1/extras/home.gif');
background-repeat: no-repeat; /* Do not alter this line! */
height: 16px;
left: 0px;
position: relative; /* Do not alter this line! */
width: 16px
}
.icon2 {
background-image: url('http://www.login4career.com/version2.0.1/extras/home.gif');
background-repeat: no-repeat; /* Do not alter this line! */
height: 16px;
left: 4px;
position: absolute; /* Do not alter this line! */
width: 16px
}
.icon3 {
background-image: url('http://www.login4career.com/version2.0.1/extras/home.gif');
background-repeat: no-repeat; /* Do not alter this line! */
height: 16px;
left: 4px;
position: absolute; /* Do not alter this line! */
width: 16px
}