@charset "utf-8";
/* CSS Document */

#mjw_header {
	width:850px;
	height:187px;
	background:url(/images/bg_header.jpg) top left no-repeat;
}

#mjw_navcontainer
{
margin: 0px;
padding: 0px;
background:url(/images/bg_nav.jpg) top left no-repeat;
width:850px;
height:40px;
text-align:center;
margin-bottom:12px;
}

#mjw_navcontainer ul {
padding:0;
margin:0;
margin-left:8px;
}

#mjw_navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url(/images/orig_nav.jpg) repeat-x 20px;
font: 13px verdana, sans-serif;
text-align: center;
}

#mjw_navcontainer a
{
color: #FFF;
font-weight:bold;
font-size:13px;
text-decoration: none;
display: block;

float:left;

padding:0px 10px;

height:40px;
line-height:40px;
text-align:center;
}

#mjw_navcontainer li#active { background: url(/images/hover_nav.jpg) repeat-x 20px; }
#mjw_navcontainer a:hover { background: url(/images/hover_nav.jpg) repeat-x 20px; }