﻿
.masterMenuMainItem
{
    border: 1px solid #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    background-image: url('../images/siteImages/menuHeadBackGrey.gif');
    background-repeat: repeat-x;
    height: 21px;
}
.masterMenuItems
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    height: 21px;
    border-bottom-style: dotted;
    border-bottom-color: #C0C0C0;
    border-bottom-width: 1px;
}
.linkText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
a:hover.linkText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.linkItem
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}