﻿.menu_main
{
    width: 924px;
    height: 45px;
    background-color: #99cc66;
    z-index: 110;
}
.menu_items
{
    text-align: center;
    color:White;
    cursor: auto; cursor: pointer;
	font-family: Arial;
	font-size: 12px;
    padding: 2px;
	text-decoration: none;
	width:112px;
	font-weight: bold;
	height: 45px;
	z-index: 110;
}
a.menu_items
{
    color:White;
}
a.menu_items:hover
{
    color:White;
}
a.menu_items:visited
{
    color:White;
}
.menu_main_selected
{
    background-color: #3399cc;
}
.menu_dropdown
{
    border:1px solid #a4bed0;
    z-index: 110;
}
.menu_level1
{
    background-color: #99ccff;
    height: 25px;
    color:Black;
    width: 265px;
    padding: 2px;
    z-index: 110;
	text-align: left;
	filter: Alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: .9;

}
a.menu_level1
{
    color:black;
}
a.menu_level1:hover
{
    color:black;
}
a.menu_level1:visited
{
    color:black;
}
.menu_level1_selected
{
    background-color: #9EBACD;
}
