.menu_style{
 width: 970px;
 font-weight: bold;
 height:21px;
 font-size:9px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 z-index:100;
}

.menu_style:after{
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 z-index:100;
}

.menu_style ul{
 width: 100%;
 padding: 4px 0;
 margin: 0;
 text-align: center;
 z-index:100;
}

.menu_style ul li{
 display: inline;
 z-index:100;
}

.menu_style ul li a{
 color:#ffffff;
 text-decoration:none;
 font-size:11px;
 font-weight:bold;
 padding: 4px 7px;
 margin: 0;
 z-index:100;
}

.menu_style ul li a:hover{
 color:#ffffff;
 background: url(../images/menu_bg_on.gif) center center repeat-x;
 z-index:100;
}

.menu_style ul li a[rel]:after{ 
 /*content: " v"; */
}


/* Drop Down Menu */

.dropmenudiv{
 position:absolute;
 top:1px;
 border: 1px solid #333333;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 line-height:18px;
 z-index:100;
 background:#333333 url(../images/bg_topmenu.jpg) repeat-x bottom;
 width: 200px;
 visibility: hidden;
}


.dropmenudiv a{
 width: auto;
 display: block;
 font-weight:bold;
 text-indent: 3px;
 z-index:100;
 padding: 2px 0;
 text-decoration: none;
 color:#ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
 width: 100%;
}

.dropmenudiv a:hover{
 background-color: #624133;
 z-index:100;
}


/* Left Menu */

#LeftMenu {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 width:168px;
 background-color:#624133;
 font-weight:bold;
}

#LeftMenu a{
 color:#FFFFFF;
 text-decoration: none;
}

#LeftMenu a:hover{
 color:#FFFFFF;
 text-decoration: none;
}

.bottomMenuLine { border-bottom:#825644 dotted 2px; padding-left:20px;}

.programs_bottomMenuLine { border-bottom:#825644 dotted 2px;}

.prog_bgSelected { background-color:#4A3126; } 

.prog_bgSubSelected { background-color:#54372C; } 

.bgSelected { background:url(../images/menu_left_active.gif) repeat-y left #4A3126; } 

.bgOn { background-color:#855845;}
