/* header and 2 column layout start */
body {
  margin : 0px 0px 0px 0px;
}
#top {
  position: absolute;
  height: 80px;
  width: 952px;
  top:0px;
  border:0px none;
}
#left {
  position: absolute;
  height:100%;
  width:170px;
  top:82px;
  left: 4px;
}
#main {
  position: absolute;
  height:100%;
  width: 770px;
  top: 82px;
  left: 180px;
}
#mainindex {
  position: absolute;
  height:100%;
  width: 770px;
  top: 20px;
  left: 180px;
}
/* page layout ends here */

/* Menu 1 starts here */
#menu1 {
width: 200px;
float:left;
}

#menu1 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#menu1 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu1 a
{
color: #339900 ;
text-decoration: none;
font-size: 1.1em;
display: block;
padding: 3px;
width: 160px;
background-color: #339900;
border-bottom: 2px solid #ffffff;
}

#menu1 a:link, #menu1 a:visited
{
color: #ffffff;
text-decoration: none;
}

#menu1 a:hover
{
background-color: #339966 ;
color: #fff;
}

#menu1 li a#current
{
border-bottom: 3px solid #ffffff;
background: #339966 ;
color: #fff;
}


#menu1 li a#current1
{
border-bottom: 3px solid #C0C018;
background: #cccc99 ;
color: #000;
}

#menu1 li a#current2
{
border-bottom: 3px solid #C0C018;
background: #ffffff ;
color: #000;
}
/* Menu 1 ends here */


