#topMenuSection
{
    width:970px;
    margin-left:auto;
    margin-right:auto;
}

.menu_style{
 width: 970px;
 font-weight: bold;
 height:21px;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 z-index:100;
 background-color:#f9d591;
}

.menu_style:after{
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 z-index:100;
}

.menu_style ul{
 width: 100%;
 background: url(../images/menu_bg.gif) center center repeat-x;
 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:#9D2527;
 text-decoration:none;
 font-size:12px;
 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 #9D2527;
 font:normal 12px arial;
 line-height:18px;
 z-index:100;
 background-color:#F5BB50;
 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:#9D2527;
}

* html .dropmenudiv a{ /*IE only hack*/
 width: 100%;
}

.dropmenudiv a:hover{
 background-color: #F9D591;
 z-index:100;
}


/* Left Menu */

#LeftMenu {
 width:200px;
 border-right:1px solid #f6c162;
 height:100%;
}

#LeftMenu a{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#9D2527;
 text-decoration: none;
}

#LeftMenu a span{
 font-size:13px;
 color:#333333;
 text-decoration: none;
}

.bottomYellowLine { border-bottom:#f6c162 solid 1px; }

.bgSelected { background-color:#f9d591}

.bgOn { background-color:#fdf0d9}

.MenuItem { padding-left:5px; }
