/*css for the tabs start here*/

li span {display:inline;line-height:2; text-decoration:none}


ul.navigation {list-style:none; padding:0; margin:0}
* html ul.navigation {height:1%}
.navigation li {float:left; margin:0; padding:0;}

.navigation a, .navigation a:visited {color: #000; background: #dddddd url(../images/navl.jpg) left top no-repeat; font-weight:bold; padding-left: 12px; text-decoration:none}

ul.navigation a, ul.navigation span {display:block; float:left}

/* this 'current' is for the current page link*/
.navigation #current a{color: #fff; background: #A90101 url(../images/navlh.jpg) left top no-repeat; font-weight:normal; padding-left: 12px; text-decoration:none}

/* Hide from IE5-Mac \*/
ul.navigation a, ul.navigation span {float:none}
/* End IE5-Mac hide */

.navigation a span, .navigation a:visited span {background: #dddddd url(../images/navr.jpg) right top no-repeat; padding-right:12px}

/* this 'current' is for the current page link*/
.navigation #current a span {color:#fff;background: #A90101 url(../images/navrh.jpg) right top no-repeat; padding-right:12px}

.navigation a:hover, .navigation a:active, .navigation a:focus {color:#000; background:#A90101 url(../images/navlh.jpg) left top no-repeat; font-weight:bold; padding-left:12px}

.navigation a:hover span, .navigation a:active span, .navigation a:focus span {color:#fff;background:#A90101 url(../images/navrh.jpg) right top no-repeat; padding-right:12px}

/* css for the tabs ends here*/