/* CSS Document */
/*----------------------------------------------------
 *                  PRINCIPAL MENU
 *----------------------------------------------------*/
.menutitle{
	cursor:pointer;
	color:#FFFFFF;
	width:98%;
	text-align:left;
	font-weight:bold;
	border:1px none #000000;
	text-indent: 0.3em;
	font-size: 12px;
	background-image: url(../images/title.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

.submenu{
	background-color: #CEED8F;
	text-decoration: none;
	margin-bottom: 0.1em;
	width: 98%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
}
.master {
	background-color: #CEED8F;
	height: 100%;
	width: 170px;
}

.submenu a:hover {
	background-color: #9900CC;
	color: #FFFFFF;
}
.submenu a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3FFAD;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 0.2em;
	padding: 3px;
	color: #3F8916;
	font-weight: bold;
}

/*----------------------------------------------------
 * SUB-MENU : new stylesheet for Anylink vertical menu
 *----------------------------------------------------*/
#dropmenudiv{
	position:absolute;
	background-color: #CEED8F;
	border:1px solid #F3FFAD;
	font:bold normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	color: #000000;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #F3FFAD;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #3F8916;
	line-height: 14px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#dropmenudiv a:hover{
	background-color: #9900CC;
	color: #FFFFFF;
}
