@charset "utf-8";
.navbar
{
	position: absolute;
	top: 5px;
	z-index: 100;
	right: 0px;
}  

.mainDiv
{
  width:185px;
}

.topItem
{
	width: 185px;
	height: 22px;
	color: #333333;
	cursor:pointer;
}
.topItem img {
	margin-right: 1px;
	margin-left: 1px;
}

.topItemOver
{
  height: 22px;
  width: 185px;
	color: #333333;
  cursor:pointer;
}
.topItemOver img {
	margin-right: 1px;
	margin-left: 1px;
}

.twicon {
}
.twicon img {
	height: 20px;
	vertical-align: middle;
}
#wcontent img {
	height: 20px;
	vertical-align: middle;
}


.topItemClose
{
  height: 25px;
  width: 185px;
	color: #333333;
  cursor:pointer;
}
.topItemClose img {
	margin-right: 1px;
	margin-left: 1px;
}



.topItemCloseOver
{
  cursor:pointer;
}
.topItemCloseOver img {
	margin-right: 1px;
	margin-left: 1px;
}



.dropMenu
{
	color: #000;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	background: #FFFFFF url(../images/dropmenu_bg.gif) repeat-x;
	border-top: 1 solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.subMenu{
}

.subItem
{
	margin-left:10px;
	margin-top:2px;
  width: 185px;
  height:175px;
}
.subItem ul {
	margin: 0px;
	padding: 0px;
}
.subItem li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}



.subItem a {
}

.subItemOver {
	margin-left:10px;
	margin-top:2px;
  width: 185px;
}
.subItemOver ul {
	margin: 0px;
	padding: 0px;
}


.subItemOver li {
	list-style: none;
	display: inline;
	font-weight: normal;
	margin-right: 5px;
}

.subItemOver  a {
}
.subItemOver  a:hover {
	text-decoration: underline;
}

.subItem table {
	font-size: 100%;
	width: 100%;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
.subItem table td {
	vertical-align: top;
}
.subItemOver table  {
	font-size: 100%;
	width: 100%;
	border-collapse:collapse;
}
.subItemOver table td {
	vertical-align: top;
}


.drop {
   border-left:1px solid black;
   border-right:1px solid black;	
}




