﻿#TopNav
{
  font-size:14px;
  height:34px;
  line-height:34px;
  padding:10px 0px 10px 0px;
  text-transform:uppercase;
  width:100%;
}

#TopNav .LeftSide
{
  background-image:url("/Images/TopNav_Left.jpg");
  background-repeat:no-repeat;
  float:left;
  height:34px;
  width:12px;
}

#TopNav .Middle
{
  background-image:url("/Images/TopNav_Middle.jpg");
  background-repeat:repeat-x;
  float:left;
  height:34px;
  width:941px;
}

#TopNav .RightSide
{
  background-image:url("/Images/TopNav_Right.jpg");
  background-repeat:no-repeat;
  float:right;
  height:34px;
  width:12px;
}

.TekaByteTopMenu ul.AspNet-Menu /* Tier 1 Menu */
{
  width:100%;
}

.TekaByteTopMenu li /* tier 1 Menu Items */
{
  text-align:center;
  width:13.4em;
}

.TekaByteTopMenu a, /* all tier 1 anchors and spans (nodes with no link) */
.TekaByteTopMenu span
{
  color:#FFFFFF;
}


.TekaByteTopMenu li.AspNet-Menu-Leaf:hover, /* tier 1 items being hovered over */
.TekaByteTopMenu li.AspNet-Menu-WithChildren:hover
{
  background-image:url("/Images/TopNav_Hover.jpg") !important;
  background-repeat:repeat-x;
}

.TekaByteTopMenu li.AspNet-Menu-WithChildren:hover li  /* Clear the effect above from sub tiers */
{
  background-image:none !important;
}

.TekaByteTopMenu ul.AspNet-Menu ul  /* Tier 2 Menu */
{
  background-color:#FE8228;
  border-bottom:solid 2px #873B03;
  border-left:solid 2px #873B03;
  border-right:solid 2px #873B03;
  left:0;
  padding:3px 0px 3px 0px;
  top:32px;
  width:190px;
}

.TekaByteTopMenu li.AspNet-Menu-WithChildren li /* tier 2 Menu Items */
{
  margin:0px 3px 0px 3px;
  padding:3px 0px 3px 5px;
  text-align:left;
  width:177px;
}

.TekaByteTopMenu li.AspNet-Menu-WithChildren li:hover, /* tier 2 items being hovered over */
.TekaByteTopMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-Hover
{
  background-color:#0866B2;
  padding:3px 2px 3px 5px;
}

.TekaByteTopMenu li.AspNet-Menu-WithChildren li a, /* all tier 2 anchors and spans (nodes with no link) */
.TekaByteTopMenu li.AspNet-Menu-WithChildren span
{
  color:#FFFFFF;
  line-height:18px;
}