﻿#Oycot_menupanel {
    background: url(../Images/NavItems/oycot_menubar.png) no-repeat;
    height: 42px;
    width: 998px;
}

#Oycot_menupanel_content {
    font-size: 10px; 
    color: #fefefe; 
    font-weight: bold;
    padding-left: 30px;
}

ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.menubar_li {
    float:left;
    width:auto;
    padding-left:10px;
}

.menubar_li a {
    display:block;
    color:#FFFFFF;
    text-decoration: none;
}

.menubar_li a:hover {
    display:block;
    color:#FFFFFF;
    text-decoration: none;
    background-image: none;
    text-indent:0px;
}

.menubar_li_ns {
    line-height: 22px;
    padding: 0 3px;
}

.menubar_left {
    background: url(../Images/NavItems/oycot_menubar_left.jpg) no-repeat;
    height: 22px;
    width:5px;
    float:left;
}

.menubar_center {
    background: url(../Images/NavItems/oycot_menubar_center.jpg) repeat-x;
    height: 22px;
    width:1px;
    float:left;
    width:auto;
    padding-left:2px;
    padding-right:2px;
    line-height: 22px;
}

.menubar_right {
    background: url(../Images/NavItems/oycot_menubar_right.jpg) no-repeat;
    height: 22px;
    width:5px;
    float:left;
}

.submenu_section {
    clear:both;
    line-height:20px;
    padding-left:3px;
    width:600px;
    display: none;
}

.submenu_section a{
  margin-top:2px;
  padding:5px 5px;
} 

.submenuitem{float:left;}
.submenu_section a.selected, .submenu_section a:hover {
  /*background:#FAFEFF url(../Images/NavItems/nav_sub_selected_bg.jpg) repeat-x scroll right center;
  color: #EEF3F7;
  background-color: #DFDFDF;
  border: 1px solid #BFBFBF;*/
}

.menubar_left_down {
    background: url(../Images/NavItems/oycot_menubar_left_down.png) no-repeat;
    height: 20px;
    width:5px;
    float:left;
}

.menubar_center_down {
    background: url(../Images/NavItems/oycot_menubar_center_down.png) repeat-x;
    height: 20px;
    width:1px;
    float:left;
    width:auto;
    padding-left:2px;
    padding-right:2px;
    line-height: 20px;
}

.menubar_right_down {
    background: url(../Images/NavItems/oycot_menubar_right_down.png) no-repeat;
    height: 20px;
    width:5px;
    float:left;
}

.visiblesection{
  display: block;
}

.itmate{
  
}

/*.oycot_nav_section{
  background:#FDFDFF url(../Images/NavItems/nav_bg.jpg) repeat-x scroll left bottom;
  width: 972px;
  margin: auto;
}

.oycot_nav_container{
  border:1px solid #8B91A0;
}

.rootnav_section{
  background:#1D2226 url(../Images/NavItems/nav_root_bg.jpg) repeat-x scroll left top;
  height:30px;
  padding-left:2px;
  width:100%;
}

.rootnav_section a{
  border-color:#000000 #2D2D2D #000000 #7E8586;
  border-style:solid;
  border-width:0 1px;
  color:#FFFFFF;
  display:block;
  float:left;
  font-size:0.68em;
  font-weight:bold;
  margin-left:1px;
  margin-top:2px;
  padding:7px 24px 6px;
  text-decoration:none;
}

.rootnav_section a.selected, .rootnav_section a:hover {
  background:#3A3B3D url(../Images/NavItems/nav_selected_bg.jpg) repeat-x scroll left top;
  border-color:#575757 #000000 #000000 #2D2D2D;
  border-style:solid;
  border-width:1px;
  padding:6px 24px 5px;
}

.submenu_section {
  background:#FDFDFF url(../Images/nav_sub_bg.jpg) repeat-x scroll left bottom;
  clear:both;
  height:28px;
  padding-left:2px;
  width:auto;
}

.subLinksOn {
  display:block;
  visibility:hidden;
}

.subLinksOff {
}

.subLinksReveal {
  display:block;
}
.submenu_section a {
  color:#000000;
  display:block;
  float:left;
  font-size:0.7em;
  line-height:1.3em;
  margin-left:1px;
  margin-top:3px;
  padding:2px 20px 4px;
  text-decoration:none;
}

.submenu_section a.selected, .submenu_section a:hover {
  background:#FAFEFF url(../images/nav_sub_selected_bg.jpg) repeat-x scroll right center;
  border:1px solid #C5D5E8;
  line-height:1.3em;
  margin-top:2px;
  padding:2px 19px 4px;
}*/