/*DROP DOWN MENU */
#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted white;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #079FE1;
	color:#FFFFFF;
}
/*DROP DOWN MENU */

/*SWITCH MENU */
.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	/*background-color:#ECECFF;*/
	/*color:#000000;*/
	color: #2D6390;
	width:183px;
	padding:2px;
	text-align:left;
	font-weight:bold;
	/*border:1px solid #000000; */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.submenu{
	margin-bottom: 0.5em;
	font-size:11px;
}
.submenu a {
	border-bottom: 1px dotted #0158A9;
	text-decoration:none;
	color: #0158A9;
	font-size:11px;
}
.submenu a:hover {
	border-bottom: 1px dotted #D79E43;
	text-decoration:none;
	color: #D79E43;
	font-size:11px;
}


/*SWITCH MENU */

.error,.asterisk {
	color: #FF0000;
	font-family:verdana;
	font-size:11px;
}

.default {
	color: #000000;
	font-family:verdana;
	font-size:11px;
}

.default_w {
	color: #FFFFFF;
	font-family:verdana;
	font-size:11px;
}