/* #menu
 {

	position: relative;

	background: url('images/menubg.gif') repeat-x top left;
	
height: 28px;
	
margin-bottom: 3px;

}



#menu .tl 
{

	height: 28px;

	background: url(images/round_corners/top_left_transparence_inside.gif) top left no-repeat;

}




#menu .tr
 {

	height: 28px;

	background: url(images/round_corners/top_right_transparence_inside.gif) top right no-repeat;

}



#menu .bl 
{

	height: 28px;

	background: url(images/round_corners/buttom_left_transparence_inside.gif) bottom left no-repeat;

}



#menu .br
 {

	height: 28px;

	background: url(images/round_corners/buttom_right_transparence_inside.gif) bottom right no-repeat;

}



#menu .c 
{

	padding: 0em 0em 0em 229px;

}





#menu ul
 {

	position: absolute;
	
top: 0.4em;

}



#menu ul li 
{

	position: relative;
	
display: inline;

}



#menu ul li a
 {

	padding: 0.6em 1.0em 0.9em 1.0em;
	
color: #00a9a2;

	text-decoration: none;

}



#menu ul li a:hover
 {

	padding:  0.4em 1.0em 0.7em 1.0em;
	
//color: #00a9a2;

	text-decoration: none;

	background: url('images/menuactive.gif') repeat-x top left;

}



#menu ul li.active
 {

	padding:  0.4em 1.0em 0.7em 1.0em;
	
color: #00a9a2;
	
text-decoration: none;
	
// background: url('') repeat-x // top left;

}*/



#menuButtom
{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: Transparent;
}


/*
#menuButtom .tl
{
	background: url(images/round_corners/top_left_transparence_inside.gif) top left no-repeat;
}




#menuButtom .tr
{
	background: url(images/round_corners/top_right_transparence_inside.gif) top right no-repeat;
}



#menuButtom .bl
{
	background: url(images/round_corners/buttom_left_transparence_inside.gif) bottom left no-repeat;
}



#menuButtom .br
{
	background: url(images/round_corners/buttom_right_transparence_inside.gif) bottom right no-repeat;
}

*/

#menuButtom ul
{
	list-style: none;
	margin: 0;
	border: none 0;
	padding: 0;
}

#menuButtom li
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	list-style-image: none;
	height: 30px;
}

#menuButtom li a
{
	display: block;
	border: none;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: #FFFFFF url('images/menu_buttom_n.gif') top left no-repeat;
	color: #C8C8C8;
	text-decoration: none;
}

#menuButtom li a:hover
{
	background: #FFFFFF url('images/menu_buttom_a.gif') top left no-repeat;
	color: #FFFFFF;
}

/*
#menuButtom li.level1No a, #menuButtom li.level1Active a {
	color: #02a9a2;
   	text-decoration: none;
}

#menuButtom li.level1No a:hover, #menuButtom li.level1Active a:hover {
	text-decoration: underline;
}


#menuButtom li.level2No a, #menuButtom li.level2Active a {
	color: #02a9a2;
	text-decoration: none;
}

#menuButtom li.level2No a:hover, #menuButtom li.level2Active a:hover {
	text-decoration: underline;
}

#menuButtom li.level3No a, #menuButtom li.level3Active a {
	color: #02a9a2;
	text-decoration: none;
}

#menuButtom li.level3No a:hover, #menuButtom li.level3Active a:hover {
	text-decoration: underline;
}
*/
