@charset "utf-8";
/* CSS Document */

.menu {
 float:left;
 width:160px;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 margin-top:8px;
}

.menuTitle {
 width:160px;
 color:#fff;
 background-color:#777;
 height:30px;
 line-height:30px;
 text-indent:10px;
}

.menuList {
 padding:0;
 margin:0;
 list-style-type:none;
}

.menuListItem {
 text-indent:10px;
}

.menuListSubItem {
 text-indent:10px;
}

.menuItem {
 display:block;
 width:160px;
 height:30px;
 line-height:30px;
 text-decoration:none;
 color:#777;
 background-color:#fff;
 font-weight:normal;
}

.menuItem:hover {
 background-color:#efefef;
 color:#474747;
}

.menuItemActive {
 display:block;
 width:160px;
 height:30px;
 line-height:30px;
 text-decoration:none;
 color:#ee3b33;
 font-weight:normal;
}

.menuItemActive:hover {
 background-color:#efefef;
 color:#474747;
}

.menuSubItem {
 display:block;
 width:160px;
 line-height:30px;
 text-decoration:none;
 color:#777;
 background-color:#fff;
 font-weight:normal;
 font-size:12px;
 font-family:arial;
}

.menuSubItem:hover {
 background-color:#efefef;
 color:#474747;
}

.menuSubItemActive {
 display:block;
 width:160px;
 height:30px;
 line-height:30px;
 text-decoration:none;
 color:#ee3b33;
 font-weight:normal;
 font-size:12px;
 font-family:arial;
}

.menuSubItemActive:hover {
 background-color:#efefef;
 color:#474747;
}

.hide {
  display:none;
}

.show {
  display:block;
}
