/* CSS Document */
#TopMenu ul{
	padding: 0;
	float: left;
	width: 100%; /*Change button border color here*/
	background-color: #FFFF00; /*Change button color here*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000AA;
	border-bottom-color: #0000AA;
}

* html #TopMenu ul{ /*IE only rule, reduce menu width*/
width: 100%;
}

#TopMenu ul li{
display: inline;
}

#TopMenu ul li a{
	float: left;
	color: black;
	padding: 2px 12px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#TopMenu ul li a:visited{
color: black;
}

#TopMenu ul li a:hover{
color: #FFFF00;
background-color: #0000AA; /*Change button rollover color here*/
}
