.main_menu{
	font: bold 12px Arial;
	line-height:26px;
}

.main_menu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
width:100%;
height:42px;
}

/*Top level list items*/
.main_menu ul li.lft{
position: relative;
display: inline;
float: left;
width:83px;
}
.main_menu ul li.rgh{
position: relative;
display: inline;
float: right;
width:83px;
}

/*Top level menu link items style*/
.main_menu ul li a{
display: block;
padding: 8px 10px;
color: #ffffff;
text-decoration: none;
text-align:center;
}

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

.main_menu ul li a:link, .main_menu ul li a:visited{
color: white;
}

.main_menu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url("../images/main_menu_tab.png") no-repeat top left;
color: white;
}

.main_menu ul li a:hover{
background:url("../images/main_menu_tab.png") no-repeat top left;
color: white;
}
	
/*1st sub level menu*/
.main_menu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:160px;
margin-top:-6px;
margin-left:4px;
height:auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.main_menu ul li ul li{
display: list-item;
float: none;
background:#a63066;
width:160px;
}

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

/* Sub level menu links style */
.main_menu ul li ul li a{
font: normal 12px Arial;
width: 145px; /*width of sub menus*/
padding:0px 0px 0px 15px;
height:30px;
line-height:30px;
margin: 0;
border-top-width: 0;
text-align:left;
}
.main_menu ul li ul li a:hover{
background:url("../images/menu_over.png") no-repeat top left;
color: white;
}

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


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

.downarrowclass{
position: absolute;
top: 12px;
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.8;
}








.footer_menu{
	font: bold 12px Arial;
	line-height:26px;
}

.footer_menu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
width:100%;
height:30px;
}

/*Top level list items*/
.footer_menu ul li.lft{
position: relative;
display: inline;
float: left;
width:83px;
}
.footer_menu ul li.rgh{
position: relative;
display: inline;
float: right;
width:83px;
}

/*Top level menu link items style*/
.footer_menu ul li a{
display: block;
padding: 2px 10px;
color: #ffffff;
text-decoration: none;
text-align:center;
}

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

.footer_menu ul li a:link, .footer_menu ul li a:visited{
color: white;
}

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

.footer_menu ul li a:hover{
background:#000000;
color: white;
}
	
/*1st sub level menu*/
.footer_menu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:160px;
margin-top:-6px;
margin-left:4px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.footer_menu ul li ul li{
display: list-item;
float: none;
background:#a63066;
width:160px;
}

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

/* Sub level menu links style */
.footer_menu ul li ul li a{
font: normal 12px Arial;
width: 145px; /*width of sub menus*/
padding:0px 0px 0px 15px;
height:30px;
line-height:30px;
margin: 0;
border-top-width: 0;
text-align:left;
}
.footer_menu ul li ul li a:hover{
background:url("../images/menu_over.png") no-repeat top left;
color: white;
}

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


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

.downarrowclass{
position: absolute;
top: 12px;
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.8;
}