/*top links*/
.light_left{
	background:url(../../../images/light_left.jpg) no-repeat;
	width:8px;
	height:27px;
}
.light_right{
	background:url(../../../images/light_right.jpg) no-repeat;
	width:8px;
	height:27px;
}
.light_mid{
	background:url(../../../images/light_mid.jpg) top repeat-x;
	padding-top:5px;
	font-weight:bold;font-size:12px;
}
.dark_left{
	background:url(../../../images/dark_left.jpg) no-repeat;
	width:8px;
	height:27px;
}
.purple_dark_left{
	background:url(../../../images/purple_dark_left.jpg) no-repeat;
	width:8px;
	height:27px;
}
.dark_right{
	background:url(../../../images/dark_right.jpg) no-repeat;
	width:8px;
	height:27px;
}
.purple_dark_right{
	background:url(../../../images/purple_dark_right.jpg) no-repeat;
	width:8px;
	height:27px;
}
.dark_mid{
	background:url(../../../images/dark_mid.jpg) top repeat-x;
	padding-top:5px;
	font-weight:bold;font-size:12px;
}
.purple_dark_mid{
	background:url(../../../images/purple_dark_mid.jpg) top repeat-x;
	padding-top:5px;
	font-weight:bold;font-size:12px;
}
a.links,a.links:hover,a.links:visited{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	padding:20px;
	text-decoration:none;
	font-weight:bold;
}
a.links:active{
	font-family:Arial;
	font-size:12px;
	color:#fff;
	padding:20px;
	text-decoration:none;
	font-weight:bold;
}
.logo{
	width:266px;
	height:72px;
/*	padding-left:28px;
	padding-left:3px;*/
	float:left;
}
.top_header{
	height:72px;
	margin-top:12px;
}
.top_links{
/*	width:500px;*/
	float:right;
	border:0px solid #FF3366;
	margin-top:45px;
	padding-right:20px;
	font-size:12px;
}
.top_links table, td{
	padding:0; margin:0;
}

/*bottom menu*/
#bottmmenu ul {
  	margin: 0;
  	border: 0 none;
  	padding: 0;
  	width: 777px;
  	list-style: none;
  	height: 24px;  
}

#bottmmenu ul li {
	margin: 0;
	border: 0 none;
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	text-align:center;
	padding:0px;
 /* border-right:1px solid #3D6F0C;*/
}

#bottmmenu ul a, a:hover,a:visited{
	color:#3D6F0C;
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:4px;
}