/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}



/* Header > Menu */

#menu {
	width: 170px;
	height: 380px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

/* เว้นช่องว่างระหว่างบรรทัด */
#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 27px;
	margin: 0 5px 0 0;
	padding: 2px 10px 0 10px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #00FF33; 
	font-size: 12px;
	color: #FF0000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img05.gif);
}

