.chromestyle{/*主選項字型*/
width: 100%;
font-weight: bold;
font-size:11px;
/*font-size:0.75em;*/ 
font-family:Arial;
padding-left:-150px;
margin: 0 ;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
padding-left:-100px;
margin: 0 ;
}

.chromestyle ul{
border: 0px solid #ffccff;/*主選項邊框color*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE 背景色*/
padding: 0px 0;
margin: 0 ;/*主選項間隔*/
text-align: left; /*set value to "left", "center", or "right"*/
padding-left:-30px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #484848;/*字color*/
padding: 3px 8px;/*1-2階選項間隔線**/
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;/*選項間隔線*/
}

.chromestyle ul li a:hover{
color: #ffffff;/*字color*/
background: url(image/chromebg-over.gif) center center repeat-x; /*mouse rollover color THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #b0b0b0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Aarial;
font-family:Arial;
line-height:16px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#006699,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #b0b0b0; /*第二階選單框colorTHEME CHANGE HERE 虛線dashed */
padding: 3px 0;
text-decoration: none;
/*font-weight: bold;*/
color: black;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c10000;
color: #ffffff;/*字color*/
}