#topmenu {
 z-index: 100; 
 width: 996px;
 background: #fff;
 position: relative;
 height: 20px;
 margin: 0;
}

#topmenu * {
    z-index: 100;
}
#topmenu .topmenuTitle {
 position: relative;
 width: 186px;
 float: left;
}
#topmenu .topmenuTitle p {
 text-align: right;
}
#topmenu .topmenuTitle p a{
 text-align: right; display: block;
 color: #ee7d20;
 font-weight: bold;
 letter-spacing: 0.1ex;
 text-transform: uppercase;
}
#topmenu .topmenuTitle a .apose {
 display: block;
 clear: both;
 text-align: right;
}

ul#nav li a:hover {
 background: transparent;
 color: #333;

}

ul#nav li a div {
    margin-left: 1em;
}

ul#nav li a div.portal {
    margin-left: 0px;
}

ul#nav li {
 margin: 0px;

 float: left;
 display: block;
/* background-color: #999;*/
 background: url(../webimg/) no-repeat;
}

ul#nav ul li {
 height: auto;
}

ul#nav li a{
 text-align: left;
 padding: 0.1em 2em 0.1em 12px;
 width: auto;
 display: block;
 color: #145478;
 font-weight: bold;
}

ul#nav li a:hover{
 color: #ee7d20;
 background: url(../webimg/nav_li_background.png) 0 -2px no-repeat;

}

ul#nav ul li a {
    width: 160px;
 padding-top: 2px;
 margin: 0;
 height: 1.5em;
    padding-right: 14px;
 min-height: 1.4em;
 line-height: 1.2em;
}

ul#nav ul li a.external {
	padding-left: 25px;
	padding-right: 0px;
	background-image: url(../webimg/extlinkico_dark.gif);
	background-position: 8px 6px;
	background-repeat: no-repeat;
/*	background: url(../webimg/extlinkico_dark.gif) 8px 6px no-repeat;*/
}

ul#nav ul li a.external:hover {
	background-image: url(../webimg/extlinkico_light.gif);
	background-position: 8px 6px;
	background-repeat: no-repeat;
/*	background: url(../webimg/extlinkico_light.gif) 8px 6px no-repeat;*/
}

#nav {
float: left;
 position: absolute;
 left: 186px;
 list-style: none;
 display: block;
 height: auto;
 margin: 0em 0 0 0px;
 padding: 0;
 font-size: 1em;
}

#nav ul {
 padding: 0;
 margin: 0;
 list-style: none;
 z-index: 99;
 width: auto;
 overflow: visible;
 width: 190px;
}

#nav li { 
}

#nav ul li a{
 background: #dce5f4;
 border-left: 0px none #fff;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
}

#nav ul li a:hover{
 background: transparent url(../webimg/nav_li_background.png) 0 -1px no-repeat;
}

/*all see this */
#nav ul, #nav ul ul, #nav ul ul ul{
 display: none; 
 position: absolute;
/* filter: alpha(opacity=95);
 opacity: 0.95; */
}

/* non-IE browsers see this */

#nav ul li>ul, #nav ul ul li>ul{
 margin-top:-1.35em; 
} 
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
 display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
 display: block;
}

li>ul {
 top: auto;
 left: auto;
}
