A {FONT-FAMILY: Verdana, Tahoma, Sans-serif, Arial; FONT-SIZE: 8pt; LINE-HEIGHT: 1.6; 
    COLOR: #E25C36; 
   TEXT-DECORATION: none
}
A:hover {COLOR: #8E905F;
	TEXT-DECORATION: underline
}
A.mBlue2    {color:#737347; text-decoration:none;}
A.mBlue2:hover  {color:#000000; text-decoration:none;}
A.mBlue    {FONT-FAMILY: Arial, Verdana; FONT-SIZE: 10pt; color:#E25C36; text-decoration:none;}
A.mBlue:hover  {color:#000000; text-decoration:underline;}
A.mbot   {FONT-FAMILY: Arial, Verdana; FONT-SIZE: 10pt; FONT-WEIGHT: bold; color:#A05C4F; text-decoration:none;}
A.mbot:hover  {color:#E25C36; text-decoration:underline;}
A.tit   {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold; color:#A05C4F; text-decoration:none;}
A.tit:hover  {color:#E25C36; text-decoration:underline;}
DIV#tab{
              COLOR: #FFFFFF;
              padding-left : 5;
	padding-right : 5;
              margin-left : 2;
	margin-right : 2;
              background-color : #E49971;
              border : 1px solid red;
}
DIV#tab-bg{
              COLOR: #404040;
              line-height : 80%;
}
DIV#tab-yell{
              padding-left : 5;
	padding-right : 5;
              margin-left : 2;
	margin-right : 2;
              line-height : 90%;
              background-color : #FFCBB3;
              border : 1px solid red;
}
DIV#tab-w{
              COLOR: #B35539;
              padding-left : 15;
              margin-left : 2;
	margin-right : 2;
              background-color : #FFFBF9;
              border : 1px solid red;
              border-top : none;
}

#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:180px;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left: 0px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#737347;	/* Black text color */
		border:1px solid #FE7F3A;
		height:15px;	/* 20 pixel height */
		line-height:19px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		margin:1px;	/* A little bit of air */
		padding:1px;	/* Air between border and text inside */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#000000;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #FE7F3A;
		background-color:#FFF1EF;
		font-family:arial;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000000;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFFFFF;	/* White text */
		background-color:#E49971;	/* Blue background */
       text-decoration:none; 
	}
