@charset "utf-8";

.Submenu {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: capitalize;
	vertical-align: bottom;
}
a.Submenu:hover {
	color: #333333;
}
.grayss {
	background-color: #FFFFFF;
	background-image: url(../images/topbk.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bottombk {
	background-image: url(../images/bottombk.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.grayssbottom {
	background-color: #FFFFFF;
	background-image: url(../images/hline.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

