@charset "utf-8";
/* CSS Document */

/* Links */
.auroramenu li{
	position:relative;
	list-style-type: none;
	color:#03737e;
	font-size: 14pt;
	font-weight: 100;
	vertical-align: middle;
	padding-top: 5px;
	cursor: pointer;

	/* Hanging indent */
	text-indent: -1em;
	padding-left: 1em;
}

/* Second level */
.auroramenu li ul {
	display:none;
	padding-left:0.4em;
	margin-left:0;
}
.auroramenu .show {
	display:block !important;
}

/* Right and down arrows */
.auroramenu .rightBtn,
.auroramenu .downBtn {
	padding-left:25px;
	background-color:transparent;
	background-position:left center;
	background-repeat:no-repeat;
}
.auroramenu .rightBtn {
	background-image:url('../images/rightButton.png');
}
.auroramenu .downBtn {
	background-image:url('../images/downButton.png');
}



ul img {
	vertical-align: middle;
}

/* Not used anymore */
.aurorahide {
position:absolute;
right:12px;
top:6px;
display:none;
width:17px;
height:17px;
background-image:url('icons/aurora_minus_icon.gif');
}


.aurorashow{
position:absolute;
right:12px;
top:6px;
display:none;
width:17px;
height:17px;
background-image:url('icons/aurora_plus_icon.gif');
}

