table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.dotright {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.slim {
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a {
	text-decoration: none;
}
#dropmenudiv{
position:absolute;
border:1px solid #663333;
border-bottom-width: 1px;
font:normal 10px arial;
line-height:13px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #663333;
padding: 1px 0;
text-decoration: none;
/*font-weight: normal;*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}


/*-------------------------------------*/
#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 11px Tahoma;

}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 6px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/yellowbg.jpg) top right no-repeat;
/*border-top: 1px solid #ffffff; top border style*/
/*border-bottom: 3px solid #999999; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
/*border-left: 1px solid #ffffff; left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #ffffff; /*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: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(images/yellowbgover.jpg); /*background image swap on hover*/
}

