/*----------Toppage styles start ----------------*/

#topbuttons{
	width: 829px;
	height: 20px;
	margin: 0 50 0 0;
	padding:0 0 0 0;
	

/*border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#topbuttons ul{
list-style-type: none;
width: 829px;

}


#topbuttons li{
display:inline;
}

#topbuttons a{
outline: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: bold;
text-transform: capitalize;
color: #000000;
float:left;
padding:0 0 0 20px;/*spacing betweeb each word*/
text-decoration:none;
}

#topbuttons a span{
float:left;
display:block;
padding: 12px 18px 5px 8px;
font-size: 14px;
font-weight:normal;
color:#000000;
}

#topbuttons a:hover span {
color: #66CCFF;
}

