/*** Content Stylesheet - Metminco ***/
/************************************/

#quicknav {
   background: url(../images/nav_cnr01.gif) no-repeat right 0px #2b2b2b;
   width: 100%;
   float: left;
   padding: 7px 0px;
}

#quicknav ul { margin: 0px; padding: 0px; }
#quicknav ul li {
   float: left; 
   font-size: 0.6em; 
   color: #6a6a6a;
   list-style-type: none;
   padding: 0px 5px 0px 12px;
}
#quicknav ul li a { color: #f1b700; text-decoration: none; }
#quicknav ul li a:hover { text-decoration: underline; }
#quicknav .arrow { background: url(../images/quicknav_arrow.gif) no-repeat 1px 2px; }

#middle {
   float: right;
   width: 430px; 
   background: url(../images/middle_top.gif) no-repeat 0 0 #7f725e;
   margin: 11px 0px 0px 0px;
}

#announcements td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#announcements a {
	color: #f1b700;
}

#middle_inner {
   padding: 15px 27px 18px 27px;
   width: 376px;
   float: left;
   background: url(../images/middle_btm.gif) no-repeat 0px bottom;
   min-height: 352px;
}
#middle_inner h1 { color: #fff; text-align: right; margin: 0px;}

#subNav {
   float: left;
   width: 201px;
   background: url(../images/subNav_top.gif) no-repeat #2b2b2b;
   margin: 11px 0px 0px 8px;
   display: inline;
}
#subNav_inner {
   float: left;
   width: 201px;
   background: url(../images/subNav_btm.gif) no-repeat 0px bottom;
   padding: 30px 0px 30px 0px;
}
#subNav ul { margin: 0px; padding: 0px; border-bottom: solid 1px #393939; }
#subNav ul li {
   list-style-type: none;
   font-size: 0.75em;
   font-weight: bold;
}
#subNav ul li a {
   color: #f1b700;
   text-decoration: none;
   padding: 7px 12px;
   width: 177px;
   border-top: 1px solid #393939;
   display: block;
}
#subNav ul li a:hover { background-color: #000; }
#subNav ul ul { border: none; }
#subNav ul ul li a { 
   font-size: 1.3em; 
   font-weight: normal;
   padding-left: 40px;
   width: 149px;
   background: url(../images/quicknav_arrow.gif) no-repeat 26px 10px;
   color: #f1ce61;
}

#subNav .hide { display: none; }
#subNav .show { display: block; }


