@charset "utf-8";
/* CSS Document */

.main_menu
{
	font-family:"Times New Roman";
	color:#fff;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
	padding:0px;
    height: 22px;
    border-left: solid 1px #555;
    background: #000 url(header.png) repeat-x top;
    cursor: pointer;
}

.main_menu_over
{
	font-family:"Times New Roman";
	color:#fff;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
	padding:0px;
    height: 22px;
    border-left: solid 1px #555;
    background: #04E30A url(header_over.png) repeat-x top;
    cursor: pointer;
}

.sub_menu
{
	font-family:"Times New Roman";
	color:#000;
	font-weight:normal;
	font-size: 11px;
	text-align:left;
	padding:5 12 5 12;
	background-color:#6CFD70;
	/* filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90; */
    cursor: pointer;
} 

.sub_menu_over
{
	font-family:"Times New Roman";
	color:#FFF;
	/* font-weight:bold;  */
	font-size: 11px;
	text-align:left;
	padding:5 12 5 12;
	background-color:#04E30A;
    cursor: pointer;
}

.third_menu
{
	font-family:"Times New Roman";
	color:#000;
	font-weight:normal;
	font-size: 11px;
	text-align:left;
	padding:5 12 5 12;
	background-color:#6CFD70;
	/* filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; */
	vertical-align:text-bottom;
    cursor: pointer;
}

.third_menu_over
{
	font-family:"Times New Roman";
	color:#FFF;
	/* font-weight:bold;  */
	font-size: 11px;
	text-align:left;
	padding:5 12 5 12;
	background-color:#04E30A;
	vertical-align:text-bottom;
    cursor: pointer;
}



/*
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000; 
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

*/

.main_menu a:link {
	color: #fff;
	text-decoration: none;
}
.main_menu a:visited {
	color: #fff;
	text-decoration: none;
}
.main_menu a:hover {
	color: #fff;
	text-decoration: none;
}
.main_menu a:active {
	color: #fff;
	text-decoration: none;
}


.main_menu_over a:link {
	color: #fff;
	text-decoration: none;
}
.main_menu_over a:visited {
	color: #fff;
	text-decoration: none;
}
.main_menu_over a:hover {
	color: #fff;
	text-decoration: none;
}
.main_menu_over a:active {
	color: #fff;
	text-decoration: none;
}





.sub_menu a:link {
	color: #000;
	text-decoration: none;
}
.sub_menu a:visited {
	color: #000;
	text-decoration: none;
}
.sub_menu a:hover {
	color: #fff;
	text-decoration: none;
}
.sub_menu a:active {
	color: #000;
	text-decoration: none;
}

.sub_menu_over a:link {
	color: #fff;
	text-decoration: none;
}
.sub_menu_over a:visited {
	color: #fff;
	text-decoration: none;
}
.sub_menu_over a:hover {
	color: #fff;
	text-decoration: none;
}
.sub_menu_over a:active {
	color: #fff;
	text-decoration: none;
}




.third_menu a:link {
	color: #000;
	text-decoration: none;
}
.third_menu a:visited {
	color: #000;
	text-decoration: none;
}
.third_menu a:hover {
	color: #fff;
	text-decoration: none;
}
.third_menu a:active {
	color: #000;
	text-decoration: none;
}

.third_menu_over a:link {
	color: #fff;
	text-decoration: none;
}
.third_menu_over a:visited {
	color: #fff;
	text-decoration: none;
}
.third_menu_over a:hover {
	color: #fff;
	text-decoration: none;
}
.third_menu_over a:active {
	color: #fff;
	text-decoration: none;
}
