/*
Menu related selectors
*/
.jsdomenudiv {
    background-color: rgb(0, 72, 125);
    border-color-bottom: rgb(0, 72, 125);
    border-color-top: #DDDDDD;
    border-color-left: #DDDDDD;
    border-color-right: rgb(0, 72, 125);
    border-right:2px outset;
    border-top:1px outset;
    border-left:1px outset;
    border-bottom:2px outset;
	cursor:pointer;

	margin-left:25px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 20;
}

.jsdomenuitem {
    font-size:0.9em;
	/* background-color: transparent; */
	background:url('http://nsbcc.caltech.edu/themes/NSBCCelegant/sidesplash.png');
	border: none;
    color: rgb(0, 72, 125);
    margin-bottom:1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
    font-size:0.9em;
	border: none;
    background:#EEEEEE;
    color: rgb(0, 72, 125);
    margin-bottom:1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	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%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {     
border:0px;
font-size:0.9em;
        color: rgb(0, 72, 125);
    background-color: transparent;
    height: 18px:
	 cursor: pointer;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-size: 12px;

	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {

	border: none;
    color: rgb(0, 72, 125);
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {


	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 0px;
	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(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;
}

