#nav A
{
    color: #000;
    border-bottom: #000 1px solid;
    text-decoration: none;
    white-space: nowrap;
}
UL#nav li
{
    display: inline;
    border-right: 15px;
    background: #000;
    width: auto;
    float: left;
    position: relative;
    white-space: nowrap;
padding-right: 0px;
	padding-left: 0px;
}

UL#nav LI UL
{
    display: none;
}
ul#nav li ul li
{
    width: 160px;
    white-space: nowrap;
}

ul#nav li ul
{
    left: -40px;
    white-space: nowrap;
}

ul#nav ul li a
{
    display: block;
    color: white;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

UL#nav ul li A:hover
{
    display: block;
    background: #af0000;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

UL#nav LI:hover UL, UL#nav LI.over UL
{
    display: block;
    width: 60px;
    position: absolute;
    white-space: nowrap;
}

#navbar
{
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    font-family: arial;
    color: white;
}
#searchbar
{
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    font-family: arial;
    color: white;
}
#nav
{
    white-space: nowrap;
    margin  :1px;
    padding :0px;
}
UL#nav li ul LI.overSubmenu 
{
    background-color:#af0000;
    cursor: pointer;
}
.ShapeTop {
background-image: url(../images/MenuImages/bgTop.jpg); background-repeat: repeat-x;
}
.ShapeLeft {
background-image: url(../images/MenuImages/bgL.jpg); background-repeat: repeat-y;
}
.ShapeRight {
background-image: url(../images/MenuImages/bgR.jpg); background-repeat: repeat-y;
}
.ShapeBottom {
background-image: url(../images/MenuImages/bgBottom.jpg); background-repeat: repeat-x;
}

.ShapeMiddle {
color: #ffffff; background-color: #000000; text-align: center; font-size: 11px; cursor: pointer;
                                                            font-family: arial; padding-left: 8px; padding-right:12px;
}

.ShapeTop_over {
background-image: url(../images/MenuImages/bgTop_over.jpg); background-repeat: repeat-x;
}
.ShapeLeft_over {
background-image: url(../images/MenuImages/bgL_over.jpg); background-repeat: repeat-y;
}
.ShapeRight_over {
background-image: url(../images/MenuImages/bgR_over.jpg); background-repeat: repeat-y;
}
.ShapeBottom_over {
background-image: url(../images/MenuImages/bgBottom_over.jpg); background-repeat: repeat-x;
}

.ShapeMiddle_over {
color: #ffffff; background-color: #af0000; text-align: center; font-size: 11px; cursor: pointer;
                                                            font-family: arial; padding-left: 8px; padding-right: 12px;
}



#menu{
         color:white;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS;
margin-left: 0px !important;
background-color: #af0000;
border: solid 1px #ff0000;

}
table#menu tr td {
padding: 0px;
border: solid 1px #ff0000;

}
table#menu tr td.showSubMenu {
padding: 0px;
padding-top: 5px;
border: none!important;
background-color: #ffffff;
vertical-align: top;
height: 22px;
}

table#menu tr td a {
         color:white;
        	font-family: Trebuchet MS, sans-serif;
         text-align: center;
         width: 100px;
         padding: 5px 5px 5px 5px;
         display:block;
         text-decoration: none;
}


table#menu{
         margin: 3px 3px 3px 3px;
}
table#menu tr td div a {
         color:white;
        	font-family: Trebuchet MS, sans-serif;
         font-size: 11px;
         font-weight:normal;
         text-align: center;
	display: inline;
         text-decoration: none;
}
.showSubMenu{
    display:block;
    background-color:#ffffff !important;
    color: #000000;
height: 27px;
}
.showSubMenu a{
    color: #000000 !important;
}
.howSubMenu div {
vertical-align: middle;
}
.showSubMenu a:hover{
    text-decoration: underline!important;

}

.hideSubMenu{
    display:none;
}
.highlightSelected {
color: #ff0000!important;
font-weight: bold!important;
border: none!important;
background-color: #ff0000;
}
.highlightSelected a{
    color: #ffffff!important;
}
a.curentSelectedMenu{
color: #ff0000!important;
font-weight: bold!important;
}
.showSubMenu a {
padding-left: 7px!important;
padding-right: 7px!important;
}
#ob1Search input[type=text]{
	margin-top:2px;
	width:150px;
}