.horizontal-vertical-menu{
font: 13px Arial, helvetica, san-serif bold;
width: 100%;
}

.horizontal-vertical-menu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
margin-top: -3px;  
*margin-top: -5px;  
margin-left:25px;
}

/*Top level list items*/
.horizontal-vertical-menu ul li{
position: relative;
display: inline;
float: left; 
     
}


/*Top level menu link items style*/
.horizontal-vertical-menu ul li a{
display: block; 
color: #2b572a;   
padding: 6px 12px 6px 12px;       
text-decoration: none; 
font-weight:bold;
  
}

* html .horizontal-vertical-menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
padding: 4px 12px 4px 12px;
 
}

.horizontal-vertical-menu ul li a:link, .horizontal-vertical-menu ul li a:visited{
color: #2b572a; 

     
}

.horizontal-vertical-menu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*
background-image:url(../images/bg_menubar_over.gif);
background-repeat:repeat-x; 
*/
background-color:#004276;      
color: white;
}

.horizontal-vertical-menu ul li a:hover{
/*
background-image:url(../images/bg_menubar_over.gif);
background-repeat:repeat-x; 
margin-top:2px;
*/
background-color:#004276;      
color: white;

}
	
/*1st sub level menu*/
.horizontal-vertical-menu 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)*/
.horizontal-vertical-menu ul li ul li{
display: list-item;
float: none; 
height:27px;   
    
} 

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.horizontal-vertical-menu ul li ul li ul{
top: 0px; 
 
}

/* Sub level menu links style */
.horizontal-vertical-menu ul li ul li a{
font: normal 13px Verdana;
width: 130px; /*width of sub menus*/
padding: 3px;
margin: 0;
text-align:left;  
border-top-width: 0;
border-bottom: 1px solid gray;
background-image:url(../images/menu_mid.jpg);  
background-repeat:repeat-x;       
}

/* Holly Hack for IE \*/
* html .horizontal-vertical-menu {height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 19px;   
right: 7px;

}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
 
}

/* ######### 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;  
}

.class2 li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*
background-image:url(../images/bg_menubar_over.gif);
background-repeat:repeat-x; 
*/
background-color:#FF0000;      
color: white;
}

.class2 li a:hover{
/*
background-image:url(../images/bg_menubar_over.gif);
background-repeat:repeat-x; 
margin-top:2px;
*/
background-color:#FF0000;      
color: white;

}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#rightContent {
width:100%;
}