.MastheadNavBar
{
    position:relative;
    margin-top:5px;
    margin-bottom:10px;
    background: url(../images/navBar/nav-bg-repeat.gif) repeat-x;
    height:34px;
    width:100%;
}

.MastheadNavBarTL, .MastheadNavBarTR, .MastheadNavBarBL, .MastheadNavBarBR
{
    border:none;
    background-color:Transparent;
    position:absolute;
    background-repeat: no-repeat;
    background-position:center center;
    border:0;
}

.MastheadNavBarTL
{
    width:5px;
    height:5px;
    top:0px;
    left:0px;
    -top:-5px;
    background-image:url(../images/navBar/nav-tl.gif);
}

.MastheadNavBarTR
{
    width:5px;
    height:5px;
    top:0px;
    right:0px;
    -top:-5px;
    background-image:url(../images/navBar/nav-tr.gif);
}

.MastheadNavBarBL
{
    width:6px;
    height:6px;
    bottom:0px;
    left:0px;
    -bottom:-4px;
    background-image:url(../images/navBar/nav-bl.gif);*
}

.MastheadNavBarBR
{
    width:6px;
    height:6px;
    bottom:0px;
    right:0px;
    -bottom:-4px;
    background-image:url(../images/navBar/nav-br.gif);
}

.MastheadNavItem
{
    height:34px;
    line-height:34px;
    display:inline;
    background-color: transparent;
    background-image: url(../images/navBar/nav-divider.gif);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 0pt;
    padding:5px 10px 5px 10px;
    position: relative;
    font-size:11px;
}

.MastheadNavItem a, .MastheadNavItem a:hover, .MastheadNavItem a:focus
{
    position:relative;
    text-decoration:none;
    color:#333;
    cursor:pointer; /*cursor:default;*/
    padding:5px 1px 5px 1px;
    background-color:Transparent;
}

.MastheadNavBarSearchBox
{
    position:absolute;
    top:5px;
    right:5px;
    width:168px;
    height:23px;
    background:transparent url(../images/navBar/searchbox.png) no-repeat;
}

.MastheadNavBarSearchBoxInput
{
    position:absolute;
    top:4px;
    left:7px;
    width:135px;
    height:14px;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,Trebuchet MS,Tahoma,sans-serif;
    font-size:1em;
    border:none;
}

.MastheadNavBarSearchBoxWatermark
{
    position:absolute;
    top:4px;
    left:7px;
    width:135px;
    height:14px;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,Trebuchet MS,Tahoma,sans-serif;
    font-size:1em;
    border:none;
    font-style:italic;
    color:#666666;
    top:3px;
    left:3px;
    border:0;
}

.MastheadNavBarSearchBoxSubmit
{
    border: solid 1px black;
    position:absolute;
    top:4px;
    right:5px;
    width:16px;
    height:15px;
}
