.mainLink{
width: 178px;
height: 26px;
background: #2a81b9 url(../images/buttons/blue2.png) repeat-x !important;
background: #2a81b9 none;
border: 1px #0b4c95 solid;
margin-bottom: 2px;
}
.mainLink2{
width: 178px;
height: 26px;
background: #2a81b9 url(../images/buttons/blue2.png) repeat-x !important;
background: #2a81b9 none;
border: 1px #0b4c95 solid;
margin-bottom: 2px;
position: relative;
}
.secondLink{
width: 100%;
height: 26px;
background: #003399 url(../images/buttons/yellow.png) repeat-x;
border: 1px #ff9b10 solid;
margin-bottom: 2px;
}
a.linkText:link, a.linkText:visited{
font-size: .85em;
line-height: 26px;
color: #ffffff;
height: 26px;
width: 99%;
display: block;
padding-left: 2px;
}
a.linkText:hover, a.linkText:active{
background: #003399 url(../images/buttons/blue.png) repeat-x;
color: white;
}

.secondLink a:link, .secondLink a:visited{
color: #272bb2;
}
.secondLink a:hover, .secondLink a:active{
color: white;
}


.navLink{
width: 154px;
height: 28px;
display: block;
font-size: 1em;
}
.navLink a:link, .navLink a:visited{
color: white;
font-weight: bold;
}
.navLink a:hover, .navLink a:active{
color: #ffffff;
font-weight: bold;
background: gray url(../images/buttons/blue.png) repeat-x;
padding-left: 12px;
width: 148px;
}
