
ul.tabset { height: 29px; background: url(../images/tabs_grey_background.gif) bottom left repeat-x;}
ul.tabset1 { height: 29px; background: url(../images/tabs_grey_background.gif) bottom left repeat-x;}
.tabset li { 
 float: left;
 width: 114px;
 height:29px;
 text-align: center; 
 font-weight:bold; 
 margin-left: 0px; 
 margin-right:2px; 
 display: block;  
 line-height: 29px; 
 background: url(../images/tabs_grey_large.gif) top left no-repeat; 
 }
 .tabset1 li { 
 float: left;
 width: 100px;
 height:29px;
 text-align: center; 
 font-weight:bold; 
 margin-left: 0px; 
 margin-right:2px; 
 display: block;  
 line-height: 29px; 
 background: url(../images/tabs_grey_large1.gif) top left no-repeat; 
 }
li.current { background-position: top right; }
.tabset a {
text-decoration: underline;
} 
.tabset li.current a { text-decoration: none; color: #666; } 
.tabset a:hover { text-decoration: underline; }

ul.tabsetsmall { height: 29px; background: url(../images/bg/tabs_grey_background.gif) bottom left repeat-x; }
.tabsetsmall li { float: left; width: 90px; height:29px; text-align: center; font-weight:bold; margin-left: 0px; margin-right: 2px; display: block;  line-height: 29px; background: url(../images/bg/tabs_grey_small.gif) top left no-repeat; }
li.current { background-position: top right; }
.tabsetsmall a { text-decoration: underline;} 
.tabsetsmall li.current a { text-decoration: none; color: #666; } 
.tabsetsmall a:hover { text-decoration: underline; }

ul#tertiaryNav { }
#tertiaryNav li { 
height: 30px;
line-height: 30px;
border-top: 1px solid #CCC; 
 }
#tertiaryNav a { text-decoration: none;  line-height: 2em; display: block; padding-top: 5px; padding-bottom: 5px; } 
#tertiaryNav li.current a { color: #CC0000; background: transparent url(../images/bg/pointer.gif) 185px center no-repeat; }
