.navbar
{
}  

.mainDiv
{
  width:158px;
}

.singleItem
{
  font: 14px "新細明體",  "Arial", "Helvetica", "sans-serif";
  letter-spacing: 0;
  background: url("../images/submenu-arrow-right.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 158px;
  height: 25px;
  padding-top: 5px;
  color: #808080;
  cursor:pointer;
}

.singleItemOver
{
  font: 14px "新細明體",  "Arial", "Helvetica", "sans-serif";
  letter-spacing: 0;
  background: url("../images/submenu-arrow-right-on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 158px;
  height: 25px;
  padding-top: 5px;
  color: #ff8080;
  cursor:pointer;
}
 
.topItem
{
  font: 14px "新細明體",  "Arial", "Helvetica", "sans-serif";
  letter-spacing: 0;
  background: url("../images/submenu-arrow-down.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 158px;
  height: 25px;
  padding-top: 5px;
  color: #808080;
  cursor:pointer;
}

.topItem a a:visited
{
  color: #808080;
}

.topItemOver
{
  font: 14px "新細明體",  "Arial", "Helvetica", "sans-serif";
  letter-spacing: 0;
  background: url("../images/submenu-arrow-down-on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  padding-top: 5px;
  width: 158px;
  color: #ff8080;
  cursor:pointer;
}

.topItemOver a a:visited
{
  color: #ff8080;
}

.topItemClose
{
  font: 14px "新細明體",  "Arial", "Helvetica", "sans-serif";
  letter-spacing: 0;
  background: url("../images/submenu-arrow-right.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  padding-top: 5px;
  width: 158px;
  color: #808080;
  cursor:pointer;
}

.topItemClose a a:visited a:active
{
  color: #808080;
}

.topItemCloseOver
{
  font: 14px "新細明體",  "Arial", "Helvetica", "sans-serif";
  letter-spacing: 0;
  background: url("../images/submenu-arrow-right-on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  padding-top: 5px;
  width: 158Px;
  color: #ff8080;
  cursor:pointer;
}

.topItemCloseOver a a:visited a:active
{
  color: #ff8080;
}

.topItemCloseOver a:hover
{
  color: #ff8080;
}

.dropMenu
{
  font: 14px "新細明體",  "Arial", "Helvetica", "sans-serif";	
  background-color: #ffffff;
  color: #808080;
  border: 1px solid #808080;
  /* border-width: 0 1px 1px 1px; */
  border-width: 0 0 0 0;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu a
{
   display:block;
}

.subItem
{
	margin-left:20px;
	text-indent:14px;
	font: 12px "新細明體",  "Arial", "Helvetica", "sans-serif";
	background: url("../images/submenu-arrow-right.gif") no-repeat 0 0;
	cursor:pointer;	
	color: #808080;
	text-decoration:none;
	cursor:pointer;
	height: 25px;
	padding-top: 5px;
}

.subItemOver
{
	margin-left:20px;
	text-indent:14px;
	font: 12px "新細明體",  "Arial", "Helvetica", "sans-serif";
	background: url("../images/submenu-arrow-right-on.gif") no-repeat 0 0;
	cursor:pointer;	
	color: #ff8080;
	text-decoration:none;
	cursor:pointer;
	height: 25px;
	padding-top: 5px;
}

.currSI
{
	margin-left:20px;
	text-indent:14px;
	font: 12px "新細明體",  "Arial", "Helvetica", "sans-serif";
	background: url("../images/submenu-arrow-right-on.gif") no-repeat 0 0;
	cursor:pointer;	
	color: #ff8080;
	text-decoration:none;
	cursor:pointer;
	height: 25px;
	padding-top: 5px;
}

.currSIOver
{
	margin-left:20px;
	text-indent:14px;
	font: 12px "新細明體",  "Arial", "Helvetica", "sans-serif";
	background: url("../images/submenu-arrow-right-on.gif") no-repeat 0 0;
	cursor:pointer;	
	color: #ff8080;
	text-decoration:none;
	cursor:pointer;
	height: 25px;
	padding-top: 5px;
}

.currSIs
{
	margin-left:20px;
	text-indent:14px;
	font: 10px "新細明體",  "Arial", "Helvetica", "sans-serif";
	background: url("../images/submenu-arrow-right-on.gif") no-repeat 0 0;
	cursor:pointer;	
	color: #ff8080;
	text-decoration:none;
	cursor:pointer;
	height: 25px;
	padding-top: 5px;
}

.currSIsOver
{
	margin-left:20px;
	text-indent:14px;
	font: 10px "新細明體",  "Arial", "Helvetica", "sans-serif";
	background: url("../images/submenu-arrow-right-on.gif") no-repeat 0 0;
	cursor:pointer;	
	color: #ff8080;
	text-decoration:none;
	cursor:pointer;
	height: 25px;
	padding-top: 5px;
}
.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




