.topmenutd 
{
	font-size : 0.9em;
	font-family :  Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
}

.topmenu
{
	font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
	color : #FFFFFF;
	text-decoration : none;
}

.topmenu ul{
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration :none ;
}

/*Top level list items*/
.topmenu ul li
{
    position: relative;
    display: inline;
    float: left;
}

/*Top level menu link items style*/
.topmenu ul li a
{
    display: block;
    /*background: red; /*background of menu items (default state)*/
    padding: 0 0.88em 5 0.9em;
    margin: 5 0 0 0; 
    text-decoration: none;
}

* html .topmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}


.topmenu ul li a:link
{
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
    color: #555555;
    text-decoration :none ;
}
.topmenu ul li a:visited
{
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
    color: #555555;
    text-decoration :none ;
}





.topmenu ul li a.selected
{
    /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
    background: #a5bd0d;
    /*border-bottom: 5px solid #a5bd0d;*/
    color: #FFFFFF;
    text-decoration :none ;
}

.topmenu ul li a:hover
{
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
    background: #a5bd0d; /*background of menu items during onmouseover (hover state)*/
    /*border-bottom: 5px solid #a5bd0d;*/
    color: #FFFFFF;
    text-decoration :none ;
}
	
/*1st sub level menu*/
.topmenu ul li ul
{
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    text-decoration :none ;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.topmenu ul li ul li
{
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;
    color: #555555;
    display: list-item;
    float: none;
    text-decoration :none ;
}

.topmenu ul li ul li a.selected
{
    /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
    background: #a5bd0d;
    /*border-bottom: 5px solid #a5bd0d;*/
    color: #FFFFFF;
    text-decoration :none ;
}

.topmenu ul li ul li a:hover
{
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
    background: #a5bd0d; /*background of menu items during onmouseover (hover state)*/
    /*border-bottom: 5px solid #a5bd0d;*/
    color: #FFFFFF;
    text-decoration :none ;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.topmenu ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.topmenu ul li ul li a{
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;
    font-size : 10px;
    color: #555555;
    width: 190px; /*width of sub menus*/
    padding: 3 5 3 5;
    margin: 0 0 0 0;
    background-color: #FFFFFF;
    border-top: none;
    border-bottom: 1px solid #a5bd0d;
    border-left: 1px solid #a5bd0d;
    border-right: 1px solid #a5bd0d;
    text-decoration :none ;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 0px;
    right: 0px;
}

.rightarrowclass{
    position: absolute;
    top: 0px;
    right: 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
    opacity: 0.0;
    filter:alpha(opacity=0);

}

.topmenuselected
{
    font-family : Trebuchet MS, Arial;
    font-size : 1.0em;
    color : #a5be0e;
    /*border-bottom: 5px solid #a5bd0d;*/
    text-decoration :none ;
}

.topmenuselectedOn
{
    font-family : Trebuchet MS, Arial;
    font-size : 1.0em;
    color : #FFFFFF;
    /*border-bottom: 5px solid #a5bd0d;*/
    text-decoration :none ;
}

.topSubmenu
{
    font-family : Trebuchet MS,Arial,'Malgun Gothic',Dotum,Gulim;	
    font-size : 12px;
}
