/***************** MENUS ******************/

#top_menu {
	margin: 0 auto;
	height: 20px;
}

/***************** TOP MENUS ******************/

.menu_a { 
	display: block; 
	float: left;
	height: 20px;
	padding: 0 10px 0 20px;
	text-decoration: none;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;	
	color: #98989c; 
	background: url(img/top_menus_bullet.gif) no-repeat left 1px;
	margin: 0 11px;
}

/****************** ACTIVE ******************/

.menu_a_active_about {
	display: block;
	float: left;
	height: 20px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #95207D;
	background: url(img/top_menus_bullet_about.gif) no-repeat left 1px;
}

.menu_a_active_who {
	display: block;
	float: left;
	height: 20px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #d91f0e;
	background: url(img/top_menus_bullet_who.gif) no-repeat left 1px;
}

.menu_a_active_what {
	display: block;
	float: left;
	height: 20px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #d60071;
	background: url(img/top_menus_bullet_what.gif) no-repeat left 1px;	
}

.menu_a_active_project {
	display: block;
	float: left;
	height: 20px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	padding: 0 10px 0 20px;
	text-decoration: none;	
	color: #0094e4;
	background: url(img/top_menus_bullet_project.gif) no-repeat left 1px;	
}

.menu_a_active_what_to_do {
	display: block;
	float: left;
	height: 20px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #b1000f;
	background: url(img/top_menus_bullet_what_to_do.gif) no-repeat left 1px;	
}

.menu_a_active_who_can {
	display: block;
	float: left;
	height: 20px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #e26500;
	background: url(img/top_menus_bullet_who_can.gif) no-repeat left 1px;	
}

.menu_a_active_how {
	display: block;
	float: left;
	height: 20px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #d60071;
	background: url(img/top_menus_bullet_how.gif) no-repeat left 1px;	
}

.menu_a_active_users {
	display: block;
	float: left;
	height: 20px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #007428;
	background: url(img/top_menus_bullet_users.gif) no-repeat left 1px;	
}

.menu_a_active_ {
	display: block;
	float: left;
	height: 20px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #98989c;
	background: url(img/top_menus_bullet.gif) no-repeat left 1px;	
}

/****************** HOVER ******************/

#li_about:hover {
	display: block;
	float: left;
	height: 20px;
	color: #95207D;
	background: url(img/top_menus_bullet_about.gif) no-repeat left 1px;
}

#li_who:hover {
	display: block;
	float: left;
	height: 20px;
	color: #d91f0e;
	background: url(img/top_menus_bullet_who.gif) no-repeat left 1px;
}

#li_what:hover {
	display: block;
	float: left;
	height: 20px;
	color: #d60071;
	background: url(img/top_menus_bullet_what.gif) no-repeat left 1px;	
}

#li_project:hover {
	display: block;
	float: left;
	height: 20px;
	color: #0094e4;
	background: url(img/top_menus_bullet_project.gif) no-repeat left 1px;	
}

#li_what_to_do:hover{
	display: block;
	float: left;
	height: 20px;
	color: #b1000f;
	background: url(img/top_menus_bullet_what_to_do.gif) no-repeat left 1px;	
}

#li_who_can:hover {
	display: block;
	float: left;
	height: 20px;
	color: #e26500;
	background: url(img/top_menus_bullet_who_can.gif) no-repeat left 1px;	
}

#li_how:hover {
	display: block;
	float: left;
	height: 20px;
	color: #d60071;
	background: url(img/top_menus_bullet_how.gif) no-repeat left 1px;	
}

#li_users:hover {
	display: block;
	float: left;
	height: 20px;
	color: #007428;
	background: url(img/top_menus_bullet_users.gif) no-repeat left 1px;		
}

#li_:hover {
	display: block;
	float: left;
	height: 20px;
	color: #98989c;
	background: url(img/top_menus_bullet.gif) no-repeat left 1px;		
}

/***************** LEFT_MENUS ******************/
#left_menu {
	float: left;
	width: 280px; 
}

#default_left_content_title {
	width: 244px;
	font: 14px Verdana, Arial, Helvetica, san-serif;
	margin-top: 30px;
	padding: 0 0 11px 36px;
	text-align: left; 
	font-weight: bold; 
}

.left_content_title_about {
	color: #95207D;
}

.left_content_title_who {
	color: #d91f0e;
}

.left_content_title_what {
	color: #d60071;
}

.left_content_title_project {
	color: #0094e4;
}

.left_content_title_what_to_do {
	color: #b1000f;
}

.left_content_title_who_can {
	color: #e26500;
}

.left_content_title_how {
	color: #d60071;
}

.left_content_title_users {
	color: #007428;
}

.left_content_title_ {
	color: #98989c;
}

.left_menu_a_about {	
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #95207D;
}

.left_menu_a_who {	
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #d91f0e;
}

.left_menu_a_what {	
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #d60071;
}

.left_menu_a_project {	
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #0094e4;
}

.left_menu_a_what_to_do {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #b1000f;
}

.left_menu_a_who_can {	
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #e26500;
}

.left_menu_a_how {	
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #d60071;
}

.left_menu_a_users {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #007428;
}

.left_menu_a_ {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #98989c;
}

/*************** ACTIVE ******************/

.left_menu_a_active_about {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #651454;
}

.left_menu_a_active_who {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #a71a0d;
}

.left_menu_a_active_what {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #9f0154;
}

.left_menu_a_active_project {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #007dc0;
}

.left_menu_a_active_what_to_do {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #8d010c;
}

.left_menu_a_active_who_can {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #b04f01;
}

.left_menu_a_active_how {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #a20156;
}

.left_menu_a_active_users {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #033e18;
}

.left_menu_a_active_ {
	display: block;
	font: 12px Verdana, Arial, Helvetica, san-serif;
	padding: 3px 0 3px 36px;
	text-align: left; 
	text-decoration: none;
	font-weight: bold; 
	color: #636365;
}

/*************** HOVER ******************/

.left_menu_a_about:hover {
	color: #651454; 
}

.left_menu_a_who:hover {
	color: #a71a0d; 
}

.left_menu_a_what:hover {
	color: #9f0154; 
}

.left_menu_a_project:hover {
	color: #007dc0;
}

.left_menu_a_what_to_do:hover {
	color: #8d010c;
}

.left_menu_a_can:hover {
	color: #b04f01;
}

.left_menu_a_how:hover {
	color: #a20156;
}

.left_menu_a_users:hover {
	color: #033e18;
}

.left_menu_a_:hover {
	color: #636365;
}

/************* SECOND LEVEL LEFT MENU *************/

.submenu_project {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #0094e4;
}

.submenu_active_project {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #007dc0;
}

.submenu_project:hover {
	color: #007dc0;
}

.submenu_about {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #95207d;
}

.submenu_active_about {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #651454;
}

.submenu_about:hover {
	color: #651454;
}

.submenu_what_to_do {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #b1000f;
}

.submenu_active_what_to_do {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #8d010c;
}

.submenu_what_to_do:hover {
	color: #8d010c;
}

.submenu_how {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #d60071;
}

.submenu_active_how {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #a20156;
}

.submenu_how:hover {
	color: #a20156;
}

.submenu_what {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #d60071;
}

.submenu_active_what {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #9f0154;
}

.submenu_what:hover {
	color: #9f0154;
}

.submenu_who_can {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #e26500;
}

.submenu_active_who_can {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #b04f01;
}

.submenu_who_can:hover {
	color: #b04f01;
}

.submenu_who_can {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #e26500;
}

.submenu_active_who_can {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #b04f01;
}

.submenu_who_can:hover {
	color: #b04f01;
}

.submenu_ {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;
	color: #98989c;
}

.submenu_active_ {
	display: block;
	padding: 3px 0 3px 56px;
	font: 10px Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;	
	color: #636365;
}

.submenu_:hover {
	color: #636365;
}
