/* CSS Document */
body {
	margin-top: 0px;
}
#nav td {
	border-bottom: 1px solid #000000;
}

#nav a {
	color: #fff;
	line-height:15px;
	background-image: url(images/navbg.jpg);
	background-repeat:repeat-y;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-weight:bold;
	
	}
	
#nav a:hover {
	color:#F3C915;
	text-decoration: none;
	display:block;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-image: url(images/navbg.jpg);
	}

#navholder {
	width:180px;
	background-color:#033E84;
	height:100%;
}

#navigation {
margin-left:2px;
	width:175px;
	line-height:15px;
	background-image: url(images/navbg.jpg);
	background-repeat:repeat-y;
	font-weight:bold;
	text-decoration: none;
}
#navigation ul {
	margin:0px;
	padding:0px;
	background-image: url(images/navbg.jpg);
}
#navigation ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height:20px;
	list-style:none;
	padding-left:10px;
	color:#FFF;
	cursor:pointer;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #033E84;
	border-bottom-color: #000;	
}
#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#ffffff;
	text-decoration: none;
	position:relative;
	width:175px;
	display: block;
	padding-top:2px;	
}
#navigation ul li a:hover {
	color:#F3C915;
	text-decoration: none;
	position:relative;
}


#navigationpre td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}

#navigationpre a {
	color: #0000FF;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#navigationpre a:hover {
	color:#666666;
	font-weight:bold;
	font-size: 11px;
	background-image: url(images/mm_bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	

