﻿#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */
	
#menu2 {
	border-style: none;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	float:left;
	margin-left: 0px;
	text-align:left;
	font-weight:bold;
	width:200px;
	font-size:x-small;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #ffffff;
	display: block;
	background: url(../images/menu2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(../images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(../images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
}
