.menu {
/* width:750px; */
width:530px; 
font-size:0.85em;
position:relative;
z-index:99;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:106px;
/* width:150px; */
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-family: arial;
text-align:left;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:106px;
/*width:139px; */
height:30px; 
border:1px solid #fff; 
border-width:1px 0px 0 0; 
/* background:#758279; */
background: url(./images/b_normal.gif) no-repeat center;
/* padding-left:14px; */
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:106px;
w\idth:100px;
/* width:150px;
w\idth:139px; */
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#f8ebda url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#f8ebda url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#f8ebda; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px;
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul a:hover{
color:#fff; 
/* background:#949e7c; */
background: #ffffff url(./images/b_over.gif) no-repeat center;
}
.menu ul ul a:hover{
color:#000;
text-decoration: none; 
background:#f8bb9e;
}
.menu ul ul :hover > a {
color:#000;
text-decoration: none;
background:#f8bb9e;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* CALENDAR */
.calendar {
  background-color: #FFB391;
}

.calendar-month {
  font-family: Arial;
  font-size: 11px;
  color: #B85213;
  background-color: #FFE9DE;
  border-top: 1px solid #FFB391;
  border-left: 1px solid #FFB391;
  border-right: 1px solid #FFB391;
  padding: 2px;
}
.calendar th {
  font-family: Arial;
  font-size: 10px;
  background-color: #FFE9DE;
  padding: 2px;
  text-align: center;
}
.calendar td {
  font-family: Arial;
  font-size: 10px;
  color: #B85213;
  background-color: #FFFFFF;
  padding: 2px;
  text-align: center;
}

.calendar-na {
  font-family: Arial;
  font-size: 10px;
  color: #999999;
  text-align: center;
}

.vacancy {
  font-family: Arial;
  font-size: 11px;
  color: #B85213;
  background-color: #FFE9DE;
  border-top: 1px solid #FFB391;
  border-bottom: 1px solid #FFB391;
  padding: 2px;
}
.vacancy th {
  font-family: Arial;
  font-size: 10px;
  background-color: #FFE9DE;
  padding: 2px;
  text-align: center;
}

.vacancy td {
  font-family: Arial;
  font-size: 10px;
  color: #B85213;
  background-color: #FFFFFF;
  padding: 2px;
}

