/* CSS Document */

/*
*
* Main Top Section Menu
*
**/

#siteMenu{
margin-left: 4px;
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-right: 0;
float:right;
}

#siteMenu ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#siteMenu li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#siteMenu a{
float:left;
color: white;
background: #b1b17d url(/images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#siteMenu a span{
float:right;
display:block;
background: transparent url(/images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#siteMenu a span{
float:none;
}


#siteMenu a:hover{
background-color: #acad00;
}

#siteMenu a:hover span{
background-color: #acad00;
}

#siteMenu #current a, #siteMenu #current span{ /*currently selected tab*/
background-color: #90910a;
}

/*
*
* Main Services Menu
*
**/

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #ffffff;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(/images/pinkbg.gif) top right no-repeat;
border-top: 1px solid #465007; /*top border style*/
border-bottom: 1px solid #465007; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #465007; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #C7DADE; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: #ffffff;
}

#thicktabs li a:hover{
color: #ffffff;
background-image: url(/images/pinkbgover.gif); /*background image swap on hover*/
}

#servicesMenu {margin-top:10px; margin-bottom:3px; width:777px; text-align:center; background-image:url(/images/background.gif); background-repeat:no-repeat; background-position:right;}