.chromestyle{
width: 767px;
font-weight: bold;
FLOAT: left;
dir: rtl
}
#menu-t {
 FLOAT: right; width:767px; background: url(../images/menu.png); HEIGHT: 46px  
}
#menu-t .menu1 {
 width:100px;
 height:36px;
 padding-top:11px;
 background-image:url(../images/b-m.gif);
 background-position:0px -71px;
 text-align:center;
 direction:rtl;
 font:bold;
 margin-top:3px;
 border-left:1px #739db3 solid;
 float:right;
  }
#menu-t .menu2 {
 width:123px;
 height:36px;
 padding-top:11px;
 background-image:url(../images/b-m.gif);
 background-position:0px -71px;
 text-align:center;
 direction:rtl;
 font:bold;
 margin-top:3px;
 border-left:1px #739db3 solid;
 float:right;
  }
#menu-t .menu3 {
 width:123px;
 height:36px;
 padding-top:11px;
 background-image:url(../images/b-m.gif);
 background-position:0px -71px;
 text-align:center;
 direction:rtl;
 font:bold;
 margin-top:3px;
 border-left:1px #739db3 solid;
 float:right;
  }
#menu-t .menu4 {
 width:123px;
 height:36px;
 padding-top:11px;
 background-image:url(../images/b-m.gif);
 background-position:0px -71px;
 text-align:center;
 direction:rtl;
 font:bold;
 margin-top:3px;
 border-left:1px #739db3 solid;
 float:right;
  }
#menu-t .menu5 {
 width:80px;
 height:36px;
 padding-top:11px;
 background-image:url(../images/b-m.gif);
 background-position:0px -71px;
 text-align:center;
 direction:rtl;
 font:bold;
 margin-top:3px;
 border-left:1px #739db3 solid;
 float:right;
  }
 #menu-t .menu6 {
 width:102px;
 height:36px;
 padding-top:11px;
 background-image:url(../images/b-m.gif);
 background-position:0px -71px;
 text-align:center;
 direction:rtl;
 font:bold;
 margin-top:3px;
 border-left:1px #739db3 solid;
 float:right;
  }
#menu-t .menu7 {
 width:102px;
 height:36px;
 padding-top:11px;
 background-image:url(../images/b-m.gif);
 background-position:0px -71px;
 text-align:center;
 direction:rtl;
 font:bold;
 margin-top:3px;
 float:right;
  }
 
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url() center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
 text-align:center;
display: inline;
}

.chromestyle ul li a{
color: #8c8c8c;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(../images/menu-h.png); center center repeat-x; /*THEME CHANGE HERE*/
color: #fff ;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(../images/downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
font:normal 15px Verdana;
line-height:10px;
z-index:100;
background-color: #8d784d;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
border-bottom: 1px #b29965 solid;
color: #f2e3c5;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000;
color: #fff ;
}