@charset "utf-8";
/* CSS Document */
#menubg{height:33px;background:url(http://www.thebanyan.in/web/image/images/menuNbg.gif) center center repeat-x; width:100%}
.menu{
width:100%;  background:url(http://www.thebanyan.in/web/image/images/menuNbg.gif) center center repeat-x; 
font-weight:bold;
}

.menu ul{width:100%;
text-align:center;

padding:0px ;
margin:0px;
}
.menu ul li {display:inline; float:left }
.menu ul li a{padding:8px 4px ; margin:0px; background:url(http://www.thebanyan.in/web/image/images/menuNbg.gif) center center repeat-x; display:block; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; border-right:#FFFFFF dotted 1px; width:80px;
}
.menu ul li a:hover{ background:url(http://www.thebanyan.in/web/image/images/menuObg.gif) center center repeat-x;}
.contactus{width:98px;}

.dropdownmenu{ position:absolute; top:0px; visibility:hidden; width:150px;
 font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold;
line-height:18px; background-color:#03629F; color:#FFFFFF; z-index:100; }

.dropdownmenu a{display:block; font-weight:bold; color:#FFFFFF;  text-decoration:none;
padding:3px 0px; width:auto; text-indent:3px;}
.dropdownmenu a:hover{background-color:#88AA40; border-top:1px  #FFFFFF dotted; border-bottom:1px  #FFFFFF dotted;}


