.navbar {
}  

.mainDiv {
	width:246px;
}

.topItem {
	width:221px;
	height:26px;
	background:url(library/images/vm_li_bg.gif) no-repeat;
	color:#fff;
	line-height:24px;
	cursor:pointer;
	padding-left:25px;
	font-size:13px;
	font-weight:bold;
}

.topItemOver{
	width:221px;
	height:26px;
	background:url(library/images/vm_li_bg.gif) no-repeat;
	color:#fff;
	line-height:24px;
	cursor:pointer;
	padding-left:25px;
	font-size:13px;
}

.topItemClose {
	width:221px;
	height:26px;
	background:url(library/images/vm_li_bg.gif) no-repeat;
	color:#fff;
	line-height:24px;
	cursor:pointer;
	padding-left:25px;
	font-size:13px;
}

.topItemCloseOver {
	width:221px;
	height:26px;
	background:url(library/images/vm_li_bg.gif) no-repeat;
	color:#fff;
	line-height:24px;
	cursor:pointer;
	padding-left:25px;
	font-size:13px;
}

.dropMenu {
  filter:alpha(opacity=100);
  margin:2px 0px;
}

.subMenu {
   display:block;
}

.subItem {
	color:#000000;
	background:url(library/images/vm_li_sub_bg.gif) no-repeat;
	width:219px;
	height:26px;
	line-height:26px;
	padding-left:25px;
	margin:2px 0px;
	cursor:pointer;
	display:block;
	font-weight:bold;
}

.subItem a {
	color:#bc0005;
	text-decoration:none;
	cursor:pointer;
	width:219px;
	height:26px;
	line-height:26px;
	margin:2px 0px;
}

.subItemOver {
	color:#627075;
	text-decoration:none;
	background:url(library/images/vm_li_subb_bg.gif) no-repeat;
	width:219px;
	height:26px;
	line-height:26px;
	padding-left:25px;
	cursor:pointer;
	margin:2px 0px;
}

.subItemOver a {
	color:#627075;
	text-decoration:none;
	width:224px;
	height:26px;
	line-height:26px;
	cursor:pointer;
	margin:2px 0px;
}


