@charset "utf-8";
/* CSS Document */

div#btnarray {
    height: 			30px;
    width: 				auto;
}
div#btnarray ul
{
	margin:				0px;
	padding: 			0px;
    font-family: 		Arial, Helvetica, sans-serif;
    font-size: 			small;
	line-height:		30px;
	white-space:		nowrap;
}
div#btnarray li {
    height: 			30px;
    width: 				40px;
    margin: 			10px;
    text-align: 		center;
    display: 			inline;
    list-style-type: 	none;
    background: 		url(res/btnarray-up.jpg);
    background-repeat: 	no-repeat;
}
div#btnarray li a {
    width: 				100%;
    height: 			100%;
    text-decoration: 	none;
}
div#btnarray li a:link {
    color: 				blue:
}
div#btnarray li a:visited {
    color: 				#900;
}
div#btnarray li a:hover {
    font-weight: 		bold;
    color: 				red;
}

div#btnarray li a:active {
    font-weight: 		bold;
    color: 				green;
    background: 		url(res/btnarray-down.jpg);
    background-repeat: 	no-repeat;
}
