body {
behavior: url(/csshover.htc);
}

#topMenu {

float: left;
padding: 0;

height: 29px;
}

#topMenu ul {
list-style: none outside none;
position:relative;
margin: 0;
padding: 0;

max-width:200px;
min-width:10px;
/*height:15px;*/
float: left;
background-image:url(/resources/topNavBorder.gif);
background-repeat:no-repeat;
}


#topMenu ul li{
float:left;
position:relative;

/*height:42px;*/

}

#topMenu ul:first-child{
background-image:none;
}

#topMenu ul li ul{
left: 0;
position: absolute;
display: block;
/*height:42px;*/
/*width:105px;*/
background: #b1b195;
padding: 9px;
border-left:none;
}

/*heres the break point*/
#topMenu ul li a {
list-style: none;
font: 14px arial, helvetica, sans-serif;
margin: 0;
text-align: center;
letter-spacing:0.6pt;
margin-left:3px;
padding-right: 16px;
padding-left: 16px;
padding-top:10px;
padding-bottom:10px;
vertical-align:middle;

display:block;
}

#topMenu ul li a#li_99505{
margin-left:0px;
}

#topMenu ul li a:last-child{
border:none;
}

#topMenu ul li.menu1 a {
border-left: none;
}

#topMenu ul li ul li a {
font: 13px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 3px;
padding-left:10px;
text-align: left;
color: #ffffff;
background: #b1b195;
text-decoration: none;
border-left: none;
/*width:100px;*/
letter-spacing:0.0px;
}

#topMenu a {
font: 10px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px;
padding-right: 10px;
padding-left: 10px;
color: #ffffff;
white-space: nowrap;
text-decoration: none;
}

#topMenu a:hover {
color: white;
background: #b1b195;

}

#topMenu ul li ul li a:hover {
color: #7f7f6f;
/*background: #7f7f6f;*/
/*text-decoration:underline;*/
}

.topMenuHighlight {
color: white;
}

.topMenuHighlight a {
color: white;
background: #b1b195;
}


#topMenu li {
float:left;
position: relative;
}

#topMenu ul ul {
position: absolute;

z-index: 500;
}

#topMenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
/**/


div#topMenu ul ul,
div#topMenu ul li:hover ul ul,
div#topMenu ul ul li:hover ul ul
{display: none;}

div#topMenu ul li:hover ul,
div#topMenu ul ul li:hover ul,
div#topMenu ul ul ul li:hover ul
{display: block;}


/* Fix IE. Hide from IE Mac */

* html #topMenu ul li { height: 1%; z-index: 500;}

/* End */

