/* begin menu ctrl */
.MenuGroup_tv1
{
	font-family:  verdana, arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 11px;
	background-color: white;
    border-left: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    text-decoration: underline;
    font-weight: bold;
}
.MenuItem_tv1
{
	background-color: white; 
	font-size: 11px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
	cursor: hand;
    text-decoration: underline;
    font-weight: bold;
}
.MenuItemOver_tv1
{
	background-color: #666666; 
	font-size: 11px;
	color: #ffffff; 
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
	cursor: hand;
    text-decoration: underline;
    font-weight: bold;
}
.SelectedMenuItemOver
{
    background-color: #dcdcdc;
    font-size: 11px;
    color: #333333;
    margin-left: 1px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
	cursor: default;
    text-decoration: underline;
    font-weight: bold;
}
.SelectedMenuItem
{
    background-color: #f5f5f5;
    font-size: 11px;
    margin-left: 1px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
	cursor: default;
    font-weight: bold;
}

.MenuItem_tv1 a, .MenuItem_tv1 a:visited, .SelectedMenuItem a, .SelectedMenuItem a:visited { color: #555 }

