.TopLink /*Applied to the <table> tag that surrounds the entire item*/
{
   width: 198px;
   height: 20px;
   background: url(/CmiWeb/images/nav_bg.png) no-repeat;
   padding: 1px;
   margin-top: 1px;
   text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.TopLinkOn
{
   width: 198px;
   height: 20px;
   background: url(/CmiWeb/images/nav_bg_current.png) no-repeat 2px;
   padding: 1px;
   margin-top: 1px;
   text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.TopLinkText /*Applied to the <td> tag that surrounds the text*/
{
   padding-left: 25px;
   color: #000;
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: 600;
   padding-top:2px;
}

.SubItem
{
   width: 198px;
   height: 19px;
   background: url(/CmiWeb/images/about_nav_bg.png) no-repeat;
   padding-left: 35px;
	cursor: hand;
	cursor: pointer;
   color: #000;
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: 600;
}
.SubItemOn
{
   width: 198px;
   height: 19px;
   background: url(/CmiWeb/images/about_nav_bg_hover.png) no-repeat;
   padding-left: 35px;
	cursor: hand;
	cursor: pointer;
   color: #000;
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: 600;
}
.SubItemText
{
   padding-left: 10px;
   color: #000;
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: 600;
   padding-top:2px;
}
