.navhor{
white-space: nowrap;
margin-left: 0px;
}

.navhor ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.navhor ul li{
position: relative;
display: inline;
float: left;
background: url("../images/gachmenu.png") repeat-y top 0px right;

}
.navhor ul li ul li{
position: relative;
display: inline;
float: left;

}
.navhor ul li img{margin-top: -8px;}
.navhor ul li.active_mn a{color: #fff !important; background: #e69812;}
.navhor ul li:last-child{
    background: none;
}
/*Top level menu link items style*/
@font-face{font-family: "UTMSwissCondensed"; src: url('UTM Swiss Condensed.ttf') format('truetype');}
.navhor ul li a{
display: block;
padding: 11px 11px 11px 12px;
text-decoration: none;
font-size: 14.5px;
text-transform: uppercase;
font-weight: normal;
font-family: "UTMSwissCondensed";
}
/*.navhor ul li:first-child a{padding-left: 0;}
.navhor ul li:last-child a{padding-right: 0;}*/

* html .navhor ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.navhor ul li a:link, .navhor ul li a:visited{
color: #fff;
}

.navhor ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #fff;
background: #e69812;
}

.navhor ul li a:hover{
color: #fff;
background: #e69812;
}

.navhor ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #fff;
background: #00548a;
}

.navhor ul li ul li a:hover{
color: #fff;
background: #00548a;
}
	
/*1st sub level menu*/
.navhor ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navhor ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.navhor ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.navhor ul li ul li a{
min-width: 180px; /*width of sub menus*/ white-space: nowrap;
padding: 5px 8px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #00548a;
background: #0572b8;
text-transform: none;
font-size: 14px !important;
}
.navhor ul li ul li:first-child a{padding: 5px 8px;}
.navhor ul li ul li:last-child a{padding: 5px 8px;}
.navhor ul li ul li a:hover{color: #fff !important;}

#smoothmenu2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #0572b8;
background: none;
}

#smoothmenu2 ul li a:hover{
color: #0572b8;
background: none;
}

#smoothmenu2 ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #fff;
background: #00548a;
}

#smoothmenu2 ul li ul li a:hover{
color: #fff;
background: #00548a;
}

/* Holly Hack for IE \*/
* html .navhor{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
display:none;
}

.rightarrowclass{
display:none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}