/* Coding and Designing :Hermass J Elijah */
/* Email Id: hermass.elijah@gmail.com */



#csshbar {
 width:100%;
}
#csshbar ul {
 margin:1;
 padding:1;
 list-style:none;
}
#csshbar li {
 display:inline;
 margin:0 1px 0 0;
 padding:0;
}
#csshbar a {
 text-decoration: none;
 letter-spacing: 1px;
 background: #F0F0F0 url(images/hbar1middle.gif) center repeat-x;
 margin: 0 1px 0 0;
 float:left;
 clear:right;
 padding:0;
 white-space:nowrap;
}
#csshbar a .hbarleftspan {
 background: url(images/hbar1left.gif) left top no-repeat;
 display:block;
}
#csshbar a .hbarrightspan {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 padding-left: 20px;
 padding-right: 14px;
 padding-bottom: 2px;
 padding-top: 6px;
 color: #000000;
 background: url(images/hbar1right.gif) right top no-repeat;
 display:block;
}
#csshbar a:hover {
 background: #FFFFFF url(images/hbar1middleh.gif) top repeat-x;
}
#csshbar a:hover .hbarleftspan {
 background: url(images/hbar1lefth.gif) left top no-repeat;
}
#csshbar a:hover .hbarrightspan {
 color: #CC0000;
 background: url(images/hbar1righth.gif) right top no-repeat;
}
#csshbar #current a {
 background: #FFFFFF url(images/hbar1middleh.gif) top repeat-x;
}
#csshbar #current .hbarleftspan {
 background: url(images/hbar1lefth.gif) left top no-repeat;
}
#csshbar #current .hbarrightspan {
 color: #000000;
 background: url(images/hbar1righth.gif) right top no-repeat;
}
