* {margin: 0, padding: 0;}
.copy { color: #000; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif, Geneva, Swiss, SunSans-Regular}
.g { color: #000; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif, Geneva, Swiss, SunSans-Regular }
.gk { color: #000; font-size: 12pt; line-height: normal; font-family: Arial, Helvetica, sans-serif, Geneva, Swiss, SunSans-Regular }
.gg { color: #000; font-size: 10pt; line-height: 15px; font-family: Arial, Helvetica, sans-serif, Geneva, Swiss, SunSans-Regular ; font-weight: bold}
.gu { color: #000; font-size: 9pt; line-height: 15px; font-family: Arial, Helvetica, sans-serif, Geneva, Swiss, SunSans-Regular ; font-style: normal; font-weight: normal}
.des {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; line-height: normal; font-weight: normal; color: #000000}


/* new menu 12-22-2011 */
body{
	padding:0;
	margin:0;
}
#wrapper{
	width:930px;
}
#content{
	width: 730px;
	float:right;
}
#nav{
	background:#8E9FB1;
	width:199px;
	float:left;
	position:fixed;
	top:0;
	left:0;
}
#menu, #menu2, #menu3 {
	background:#8E9FB1;
	list-style: none;
	margin: 0;
	padding: 0;
	width:199px;
	font: 12px Arial, Helvetica, sans-serif;
}
#menu ul, #menu2 ul, #menu3 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu li, #menu2 li, #menu3 li {
	padding: 0;
	margin:0;
}
#menu a, #menu2 a, #menu3 a {
	background:#8E9FB1;
	border-bottom: 1px solid #50606D;
	color: #FFF;
	display: inline-block; 
	display: block;
	padding: 4px 16px;
	text-decoration: none;
	height:16px;
	line-height:16px;
}
#menu a:hover, #menu2 a:hover, #menu3 a:hover  {
	background: #FFCC00 url(images/hover.png) right center no-repeat;
	color: #2B3946;
}
#menu2{
	padding:25px 0 0 0;
}
#menu2 a{
	background-color: #2B3946;
}
#menu2 a:hover{
	background: #FFCC00 url(images/hover.png) right center no-repeat;
	color: #2B3946;
}	
#menu3{
	padding:25px 0 0 0;
}
.img_pad{
	margin-bottom:20px;
}
	
