.bluetd{
	background-color: #A1B3C7;
	height: 26px;
	line-height: 26px;
}

.buttonlink{
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	width: 78px;
}

.buttonlink a{
}

.buttonlink:hover{
	background-image: url(../images/button_hover.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.greentd{
	background-color: #82C519;
}

.submenu{
	background-color: ;
	border-bottom: 1px solid #B0D3F9;
	color: #FFFFFF;
	left: -9px;
	line-height: 25px;
	top: 7px;
	white-space: nowrap;
}

.submenuitem{
	background-color: #0080C7;
	padding: 0px 20px;
	border-top: 1px solid #B0D3F9;
}
.submenuitemlink{
		color: red;
		text-decoration: none;
		font-variant: small-caps;
		text-transform: capitalize;
}
.submenuitemlink:hover{
	color:#B0D3F9;
	text-decoration: none;
}