/* CSS Document */

#topMenu
{
	width:100%;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #66CCCC;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	margin:0 auto;
	text-transform:uppercase;
	font-weight:bold;
	color:#999999;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:20px;
}

#topMenu ul
{
	list-style:none;
}

#topMenu li
{
	display:inline;
	margin:0 auto;
	margin-left:20px;
}

#topMenu a
{
	float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
background-color: white; /*Default menu color*/
}

#topMenu a:hover
{
	background-color:#66CCCC;
}
