/* 
    Document   : style1
    Created on : Jul 27, 2008, 2:46:54 AM
    Author     : deepakk
    Description:
        Purpose of the stylesheet follows.
*/

#header{
  background-image: url(images/header.jpg);
  height: 146px;
  width: 777px;
  left: 0px;
  top: 0px;
}

#header a{
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: bolder;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 70px;
  margin-top: 35px;
  color: #ffffaa;
}

#navlist{
  font-size: 14px;
  position:relative;
  margin-left: 0px;
  padding-left: 0px;
  white-space: nowrap;
  height: 27px;
  width: 800px;
  margin:0px;padding:0px;top:0px;left:0px;
}
#navlist li{
  display: inline;
  list-style-type: none;
}
#navlist a {
  padding: 3px 10px;
  background-color:#ddd;
  background-image: url(images/button.gif);
  height: 20px;
  width: 91px;
  display: inline;
  position: absolute;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#navlist a:hover{background-image: url(images/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 555px;}
#n7{left: 666px;}
#n8{left: 777px;}
#n9{left: 888px;width:50px;}

.ta {  background-color: #CCCCFF; border-style: none}

