/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

.arrow_out {
    float: right;
    clear: none;
    border: 0px;
    margin-top: 9px;
    margin-right: 7px;
    background: url(/images/icons/arrow_out.gif) no-repeat;
    width: 6px;
    height: 8px;
}

.arrow_over {
    float: right;
    clear: none;
    border: 0px;
    margin-top: 9px;
    margin-right: 7px;
    background: url(/images/icons/arrow_over.gif) no-repeat;
    width: 6px;
    height: 8px;    
}

/* level 0 inner */
.lv0_i_out {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 7px;
	margin-left: 10px;
	color: #2a2a6b;
}
.lv0_i_over {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
	margin: 7px;
	margin-left: 10px;
	/*color: #2a66c1;*/
	color: #FFFFFF;
}

/* level 0 outer */
.lv0_o_out {
    position: absolute;
	text-decoration : none;
	border-right: 2px solid #8b9fb1;
	border-bottom: 1px solid #8b9fb1;
	border-left: 0px;
	border-top: 0px;
	background: #e5e5cd;
}
.lv0_o_over {
    position: absolute;
	text-decoration : none;
	border-right: 2px solid #8b9fb1;
	border-bottom: 1px solid #8b9fb1;
	border-left: 0px;
	border-top: 0px;
	/*background: #e5e5cd;*/
	background: #71A3D1;
}

/* level 1 inner */
.lv1_i_out {
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 7px;
	color: #2a66c1;
}
.lv1_i_over {
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	margin: 7px;
	color: #FFFFFF;
}

/* level 1 outer */
.lv1_o_out {
	text-decoration : none;
	border : 2px solid #8b9fb1;
	background: #e5e5cd;
}
.lv1_o_over {
	text-decoration : none;
	border : 2px solid #8b9fb1;
	background: #71A3D1;
}

a:hover {
	cursor: pointer;
}

a[href=null]:hover {
	cursor: text;
}
