﻿.submenuContainer
{
	width: 230px;
	margin-bottom:20px;
	float: right;
}
.smtl
{
	background-image: url(Images/menuOnUp.jpg);
	width: 205px;
	height: 41px;
	overflow: hidden;
	padding-top: 15px;
	padding-left: 25px;
}
.smtl a
{
	color: White;
	font-weight:bold;
}
.smtl a:hover
{
	color:rgb(179,50,50);
	text-decoration:none;
	
}
.smli
{
	background-image: url(Images/menuTitles.jpg);
	width: 205px;
	padding-left: 25px;
	background-position: left top;
	background-repeat: repeat-y;
}
.smli a
{
	color:#333333;
	display:block;
}
.smli a:hover
{
	color:rgb(179,0,0);
	text-decoration:none;
}
.smb
{
	background-image: url(Images/menuOnBottom.jpg);
	width:230px;
	height:28px;
}
.active
{
	color:rgb(179, 0, 0);
	font-weight:bold;
}