@charset "utf-8";
/* CSS Document */

.menu {
 float:left;
 width:160px;
}

.menuTitle {
 width:160px;
 color:#fff;
 background-color:#777;
 border-bottom:solid 1px #474747;
 height:25px;
 line-height:25px;
 text-indent:10px;
 font-weight:bold;
}

.menuList {
 padding:0;
 margin:0;
}

.menuListItem {
 text-indent:10px;
}

.menuListSubItem {
 text-indent:20px;
}

.menuItem {
 display:block;
 width:160px;
 height:25px;
 border-bottom:solid 1px #777;
 line-height:25px;
 font-weight:bold;
 text-decoration:none;
 color:#474747;
 background-color:#fff;
}

.menuItem:hover {
 background-color:#efefef;
 color:#474747;
}

.menuSubItem {
 display:block;
 width:160px;
 height:25px;
 border-bottom:dotted 1px #777;
 line-height:25px;
 text-decoration:none;
 color:#777;
 background-color:#fff;
}

.menuSubItem:hover {
 background-color:#efefef;
 color:#474747;
}
