/* ######### Style for Menu ######### */
.underlinemenu{
margin: 0px;
padding: 0px;
}

.underlinemenu ul{
margin: 0px;
margin-left: 0px;
padding-left: 0px;
float: left;
width: 100%;
border: 0px;
}

* html .underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0px;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
float: left;
color: #4F3321;
padding: 0px;
text-decoration: none;
border: 0px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #4F3321;
border-bottom-width: 0px;
font-family:Arial, Helvetica, sans-serif, ;
font-size: 10px;
line-height:16px;
z-index:100;
background-color: #E7CD7C;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
text-align: left;
border-bottom: 1px solid #4F3321;
padding: 2px 16px 2px 8px;
text-decoration: none;
color: #332115;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: white;
color: #332115;
}

/*nav button & mouse over*/
.language{
width: 100%;
height:25px;
overflow: hidden;
}

.language ul{
margin: 0;
padding: 0;
list-style-type: none;
margin-left:562px;
}

.language ul li, .language ul li a{
display: inline;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px; /*padding inside each tab*/
}

li.eng{
display:block;
background:url(../images/eng_under.gif) 0px 0px no-repeat;
width:64px;
height:25px;
}

li.eng a{
display:block;
background:url(../images/eng.gif) 0px 0px no-repeat;
width:64px;
height:25px;
}

li.eng a:hover{
display:block;
background:url(../images/eng_over.gif) 0px 0px no-repeat;
width:64px;
height:25px;
}

li.chi{
display:block;
background:url(../images/chi_under.gif) 0px 0px no-repeat;
width:44px;
height:25px;
}

li.chi a{
display:block;
background:url(../images/chi.gif) 0px 0px no-repeat;
width:44px;
height:25px;
}

li.chi a:hover{
display:block;
background:url(../images/chi_over.gif) 0px 0px no-repeat;
width:44px;
height:25px;
}

/* ######### Style for nav ######### */
li.navProfile a{
color:#4F3321;
display:block;
width:110px;
height:25px;
background:url(../images/menu_01.gif) 0px 0px no-repeat;
}
#Profile li.navProfile a, li.navProfile a:hover{
color:#4F3321;
display:block;
width:110px;
height:25px;
background:url(../images/menu_over_01.gif) 0px 0px no-repeat;
}

li.navPhilosophy a{
color:#4F3321;
display:block;
width:74px;
height:25px;
background:url(../images/menu_02.gif) 0px 0px no-repeat;
}
#Philosophy li.navPhilosophy a, li.navPhilosophy a:hover{
color:#4F3321;
display:block;
width:74px;
height:25px;
background:url(../images/menu_over_02.gif) 0px 0px no-repeat;
}

li.navCollections a{
color:#4F3321;
display:block;
width:109px;
height:25px;
background:url(../images/menu_03.gif) 0px 0px no-repeat;
}
#Collections li.navCollections a, li.navCollections a:hover{
color:#4F3321;
display:block;
width:109px;
height:25px;
background:url(../images/menu_over_03.gif) 0px 0px no-repeat;
}

li.navTechnology a{
color:#4F3321;
display:block;
width:75px;
height:25px;
background:url(../images/menu_04.gif) 0px 0px no-repeat;
}
#Technology li.navTechnology a, li.navTechnology a:hover{
color:#4F3321;
display:block;
width:75px;
height:25px;
background:url(../images/menu_over_04.gif) 0px 0px no-repeat;
}

li.navService a{
color:#4F3321;
display:block;
width:109px;
height:25px;
background:url(../images/menu_05.gif) 0px 0px no-repeat;
}
#Service li.navService a, li.navService a:hover{
color:#4F3321;
display:block;
width:109px;
height:25px;
background:url(../images/menu_over_05.gif) 0px 0px no-repeat;
}

li.navDiamond_Knowledge a{
color:#4F3321;
display:block;
width:110px;
height:25px;
background:url(../images/menu_06.gif) 0px 0px no-repeat;
}
#Diamond_Knowledge li.navDiamond_Knowledge a, li.navDiamond_Knowledge a:hover{
color:#4F3321;
display:block;
width:110px;
height:25px;
background:url(../images/menu_over_06.gif) 0px 0px no-repeat;
}

li.navContact_Us a, li.navContact_Us a:link{
color:#4F3321;
display:block;
width:110px;
height:25px;
background:url(../images/menu_07.gif) 0px 0px no-repeat;
}
#Contact_Us li.navContact_Us a, li.navContact_Us a:hover{
color:#4F3321;
display:block;
width:110px;
height:25px;
background:url(../images/menu_over_07.gif) 0px 0px no-repeat;
}

li.navDownload a, li.navDownload a:link{
color:#4F3321;
display:block;
width:76px;
height:25px;
background:url(../images/menu_08.gif) 0px 0px no-repeat;
}
#Download li.navDownload a, li.navDownload a:hover{
color:#4F3321;
display:block;
width:76px;
height:25px;
background:url(../images/menu_over_08.gif) 0px 0px no-repeat;
}

li.chi span, li.eng span, li.navProfile span, li.navPhilosophy span, li.navCollections span,
li.navTechnology span, li.navService span, li.navDiamond_Knowledge span, li.navContact_Us span,li.navDownload span {
display:none;
}


