/* mouse over properties for all levels */

.overn1	{
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12px;
		color : #ffffff;
		Cursor:pointer;
		Background-Color : #00407c;
		text-transform: uppercase;
}

.outn1	{
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12px;
		color: #ffffff;
		Cursor: pointer;
		text-transform: uppercase;
}

.over	{
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12px;
		color : #ffffff;
		Background-Color : #00407c;
		Cursor:pointer;
		border-bottom: 1px solid #ffa000;
}

.out	{
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12px;
		color : #ffffff;
		Background-Color : #00315f;
		Cursor:pointer;
		border-bottom: 1px solid #ffa000;
}

.back	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #5b5b5b;
}

.menutopborder {
	font-size: 1px;
	background-color: #ffa000;
	height: 1px;
	width: 225px;
}

