﻿.NavBar
{
 
  cursor: default; 
} 

.TopItem
{
    padding: 0px 5px 0px 5px;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    color: #000;
    margin: 0 10px 0 10px;
    
}

.TopItemHover
{
    padding: 0px 5px 0px 5px;
    margin: 0 10px 0 10px;
    border-style: none;
    font-size: 11px;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: underline;
}

.TopItemActive
{
	color: #666666;
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: hand;
	line-height: 22px;
	border-bottom: #eaeaea 1px solid;
	text-align: right;
}

.Level2Item
{
	font-family: tahoma, verdana;
	font-size: 11px;
	padding-left: 10px;
	cursor: hand;
	border-bottom: #eaeaea 1px solid;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-top: 6px;
}

.Level2ItemHover
{
	font-family: tahoma, verdana;
	font-size: 11px;
	padding-left: 10px;
	cursor: hand;
	border-bottom: #eaeaea 1px solid;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-top: 6px;
	color: #ff6600;
}

.Level2ItemSelected
{
	background-color: #f1f1f1;
	font-family: tahoma, verdana;
	font-size: 12px;
	padding-left: 10px;
	cursor: hand;
	border-bottom: #eaeaea 1px solid;
	color: #339933;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-top: 3px;
}

.Level2Group
{

}

.Empty
{
}


.nav
{
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: tahoma;
    padding: 0px;
    margin: 0px;
    line-height: 14px;
}

.nav a
{
    padding: 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 10px 0 10px;
    font-family: tahoma;
  
}

.nav a:hover
{
    padding: 0px;
    margin: 0px 10px 0px 10px;
    text-decoration: underline;
    font-family: tahoma;
}
.VerMenuGroup
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: auto;
    width: 180px;
    font-family: tahoma;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
}

.VerMenuItem
{
    font-size: 11px;
    line-height: 11px;
    margin: 0px;
    background-position: right;
    height: 24px;
    width: 145px;
    display: block;
    text-align: right;
    padding: 0px 0px 0px 0px;
    line-height: 22px;
    background: url(../images/right-menu-bg.jpg) no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    border-style: none;
    font-family: tahoma;
    font-weight: bold;
}

.VerMenuItemHover
{
    height: auto;
    font-size: 11px;
    line-height: 11px;
    font-family: tahoma;
    background-position: 0;
    border-style: none;
    border-width: 0px;
    margin: 0px;
    height: 24px;
    width: 145px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    background: url('../images/right-menu-bg-ovr.jpg') no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
    vertical-align: middle;
}
