

/*----------------------------------------------------------------------------------------------------------------------------------*/

/* For back color of the nav */
.lightseagreenish > ul {
}

/* For main nav links */
.lightseagreenish > ul > li >a {
color:#fff;
}

/* For hover state of main nav links */
.lightseagreenish > ul > li:hover > a {
color:#fff;
background-color:#000;
}

/* For sublevel menu links coloring */
.lightseagreenish > ul > li .menu >li>a {
color:#f0f0f0;
}

/* For sublevel menu links hover state */
.lightseagreenish > ul > li .menu >li:hover>a {
color:#fff;
background-color:#f00;
}

/* For adding a green colored top border to sublevel menu and megamenu 这个区域是用得着的*/
.lightseagreenish > ul > li > .menu, .lightseagreenish > ul > li > .megamenu {
border-top:4px solid #f00;
}

/* For group heading, of megamenu, coloring 这个区域是用得着的*/
.lightseagreenish > ul > li > .megamenu h3 {
color:#20B2AA;
}

/* For hover state of megamenu group item list这个区域是用得着的 */
.lightseagreenish > ul > li > .megamenu > div > ul > li > a:hover {
color:#fff;
background-color:#f00;
}

