/* CSS Document */

/*
*
* Main Top Section Menu
*
**/

#siteMenu{
margin-left: 4px;
margin-right: -10px;
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: #B787B0 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;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 0 0 10px 10px;
}

#siteMenu a span{
float:right;
display:block;
background: transparent url(/images/color_tabs_right2.gif) no-repeat right bottom;
padding: 13px 19px 13px 16px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px 10px 10px 10px;
}

#siteMenu a span{
float:none;
}


#siteMenu a:hover{
background-color: #606288;
}

#siteMenu a:hover span{
background-color: #606288;
}

#siteMenu #current a, #siteMenu #current span{ /*currently selected tab*/
background-color: #34315b;
}

/*
*
* 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: 7px 11px 8px; /*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:940px;
	text-align:center;
	background-image:url('/images/background.gif');
	background-repeat:no-repeat;
	background-position:right;
}

