/* MENU'S */

div.mainmenu A {
	display: block;
	position: relative;
	left: 16px;
	width: 140px;
	height: 14px;
	
	border: 1px solid #ffffff;
	padding-top: 4px;	
	padding-bottom: 5px;

	color: #000000;
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: normal;
	text-align: left;
	text-indent: 8px;
	text-decoration: none;
	white-space: nowrap;	
	background-color: #99c5e2;
	z-index: 2;
}
div.mainmenu A:hover, div.mainmenu_on A, div.mainmenu_on A:hover {
	display: block;
	position: relative;
	left: 16px;
	width: 140px;
	height: 14px;
	
	border: 1px solid #ffffff;
	padding-top: 4px;	
	padding-bottom: 5px;

	color: #ffffff;
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: normal;
	text-align: left;
	text-indent: 8px;
	text-decoration: none;
	white-space: nowrap;	
	background-color: #99c5e2;
	z-index: 2;
}

div.submenu A {
	display: block;
	position: relative;
	left: 16px;
	width: 140px;
	height: 14px;
	
	border: 1px solid #ffffff;
	padding-top: 4px;	
	padding-bottom: 5px;

	color: #000000;
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: normal;
	text-align: left;
	text-indent: 8px;
	text-decoration: none;
	white-space: nowrap;	
	background-color: #b897ba;
	z-index: 2;
}
div.submenu A:hover, div.submenu_on A, div.submenu_on A:hover {
	display: block;
	position: relative;
	left: 16px;
	width: 140px;
	height: 14px;
	
	border: 1px solid #ffffff;
	padding-top: 4px;	
	padding-bottom: 5px;

	color: #ffffff;
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: normal;
	text-align: left;
	text-indent: 8px;
	text-decoration: none;
	white-space: nowrap;	
	background-color: #b897ba;
	z-index: 2;
}
div.menubreak {
	display: block;
	position: relative;
	left: 16px;
	width: 140px;
	height: 3px;	
	background-color: #6e1f72;
	z-index: 2;
}

/*********************************************/

div.contentmenu A{
	display: block;
	position: relative;
	left: 16px;
	top: 80px;	
	width: 10px;
	margin-bottom: 4px;
	color: #6e1f72;
	font-family: Tahoma; 
	font-size: 9pt; 
	white-space: nowrap;
	text-decoration: none;
	z-index: 1;
}
div.contentmenu A:hover{
	display: block;
	position: relative;
	left: 16px;
	top: 80px;	
	width: 10px;
	margin-bottom: 4px;
	color: #6e1f72;
	font-family: Tahoma; 
	font-size: 9pt; 
	white-space: nowrap;
	text-decoration: underline;
	z-index: 1;
}

/*********************************************/

div.rightmenu A {
	display: block;
	position: relative;
	left: 16px;
	width: 140px;
	height: 14px;

	border: 1px solid #4d9acd;
	margin-bottom: 3px;
	padding-top: 4px;	
	padding-bottom: 5px;

	color: #6e1f72;
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: normal;
	text-align: left;
	text-indent: 8px;
	text-decoration: none;
	white-space: nowrap;	
	background-color: #e5f0f8;
	z-index: 2;
}

div.rightmenu A:hover, div.rightmenu_on A, div.rightmenu_on A:hover {
	display: block;
	position: relative;
	left: 16px;
	width: 140px;
	height: 14px;

	border: 1px solid #4d9acd;
	margin-bottom: 3px;
	padding-top: 4px;	
	padding-bottom: 5px;

	color: #000000;
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: normal;
	text-align: left;
	text-indent: 8px;
	text-decoration: none;
	white-space: nowrap;	
	background-color: #e5f0f8;
	z-index: 2;
}
