#menu {
	list-style: none;
	height: 40px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
        z-index:100;
	background-color:#f2f3f5; /* LV1 default background color*/ 
}

.menuBlank {
    background-color:#f2f3f5;
    width:960px;
    height:20px;
}

li.fileACase {
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
	width:320px;
        height:40px;
}

/*  Level 1 Item generic properties for both active and inactive items*/
li.lv1Item, li.lv1Item0, li.lv1Item1, li.lv1Item2, li.lv1Item3, li.lv1Item4, li.lv1Item5,
li.lv1Item_active, li.lv1Item0_active, li.lv1Item1_active, li.lv1Item2_active, li.lv1Item3_active, li.lv1Item4_active, li.lv1Item5_active {
	float: left;
	display: block;
	padding: 0px 10px 0px 10px;
	width:108px;
        height:40px;
}

li.lv1Item a, li.lv1Item0 a, li.lv1Item1 a, li.lv1Item2 a, li.lv1Item3 a, li.lv1Item4 a, li.lv1Item5 a,
li.lv1Item_active a, li.lv1Item0_active a, li.lv1Item1_active a, li.lv1Item2_active a, li.lv1Item3_active a, li.lv1Item4_active a, li.lv1Item5_active a {
	font-family: Arial; 
	font-size:15px;
}

.lv1Item0 a.aLv1_0, .lv1Item1 a.aLv1_1, .lv1Item2 a.aLv1_2, .lv1Item3 a.aLv1_3, .lv1Item4 a.aLv1_4, 
.lv1Item0 a.aLv1_0:visited, .lv1Item1 a.aLv1_1:visited, .lv1Item2 a.aLv1_2:visited, .lv1Item3 a.aLv1_3:visited, .lv1Item4 a.aLv1_4:visited {
    color:#4d687b;
}

.lv1Item0_active a.aLv1_0, .lv1Item1_active a.aLv1_1, .lv1Item2_active a.aLv1_2, .lv1Item3_active a.aLv1_3, .lv1Item4_active a.aLv1_4, 
.lv1Item0_active a.aLv1_0:visited, .lv1Item1_active a.aLv1_1:visited, .lv1Item2_active a.aLv1_2:visited, .lv1Item3_active a.aLv1_3:visited, .lv1Item4_active a.aLv1_4:visited {
    color:#4d687b;
}

.lv1Hover {
    background-color:#4d687b;
}

.lv1Hover a  {
    color:#ffffff !important;
}
/*
.lv1Item0_active, .lv1Item1_active, .lv1Item2_active, .lv1Item2_active, .lv1Item3_active, .lv1Item4_active {
    background-color: #4d687b;
}
.lv1Item0_active a.aLv1_0, .lv1Item1_active a.aLv1_1, .lv1Item2_active a.aLv1_2, .lv1Item3_active a.aLv1_3, .lv1Item4_active a.aLv1_4 {
    color:#ffffff !important;
}
*/

.menu_lv2_0, .menu_lv2_1, .menu_lv2_2, .menu_lv2_3, .menu_lv2_4 {
    position:relative;
    margin:0;
    top:0px;
    left:-10px;
    padding:0px 1px 0px 1px;
    border-color: #4d687b;
    border-width: 1px;
    border-style: solid;
    z-index:-100;
}

.menu_lv2_1 {
    *width:832px;
}

.lv2Item {
    width:167px;
    z-index:3000;
    padding: 4px 20px 3px 20px;
}

.lv2Item_line {
    width:167px;
    z-index:3000;
    padding: 0px 20px 0px 20px;

}

.lv2Item_lineInside {
    border-bottom: solid;
    border-bottom-color: white;
    border-bottom-width: 1.0px;
    font-size:1px;
}

.lv2Item a, .lv2Item a:visited {
    font-family: Arial !important; 
    font-size:18.0px !important;
    color:#ffffff !important;
}

.lv2Item:hover {
    background-color:#4d687b;
}

.lv2Item:hover a , .lv2Item:hover a:visited {
    color:#ffffff;
}

.lv2Item_link {
    width:167px;
    z-index:3000;
    padding: 10px 20px 10px 20px;
    background-repeat:no-repeat;
    background-position:center;
}

.lv2Item_link a, .lv2Item_link a:visited {
    font-family: Arial !important; 
    font-size:18.0px !important;
    color:#ffffff !important;
}

.lv2Item_link:hover {
    background-color:#4d687b;
}

.lv2Item_link:hover a , .lv2Item_link:hover a:visited {
    color:#ffffff;
}

.lv3Item {
    width:207px;
    z-index:3000;
    padding: 4px 20px 4px 21px;
}

.lv3Item a, .lv3Item a:visited {
    font-family: Arial !important; 
    font-size:12.0px !important;
    font-weight: lighter;
    color:#ffffff !important;
}

.lv3Item:hover {
    background-color:#4d687b;
}

.lv3Item:hover a , .lv3Item:hover a:visited {
    color:#ffffff;
}

.lv1Item0:hover .menu_lv2_0, .lv1Item0_active:hover .menu_lv2_0,
.lv1Item1:hover .menu_lv2_1, .lv1Item1_active:hover .menu_lv2_1,
.lv1Item2:hover .menu_lv2_2, .lv1Item2_active:hover .menu_lv2_2,
.lv1Item3:hover .menu_lv2_3, .lv1Item3_active:hover .menu_lv2_3,
.lv1Item4:hover .menu_lv2_4, .lv1Item4_active:hover .menu_lv2_4{
}

.menu_lv2_0, .menu_lv2_1, .menu_lv2_2, .menu_lv2_3, .menu_lv2_4 {
    background-color:#7b99a8;
}