/* mouse out properties for menu item level 1 */

.outn1	{
		color : #434546;
		background-color: none;
		Cursor:pointer;
		font-weight:bold;
		background-position:right;
		background-repeat:no-repeat;
		font-size:12px;
}

.overn1	{
		color : #6A6A6A;
		background-color: none;
		Cursor:pointer;
		font-weight:bold;
		background-position:right;
		background-repeat:no-repeat;
		font-size:12px;
}

.activen1	{
		color : #434546;
		background-color: none;
		Cursor:pointer;
		background-position:right;
		background-repeat:no-repeat;
		font-size:12px;
}

/* mouse over out properties for level 2 and 3 */

.over	{
		color : #434546;
		Background-Color : #C8CED0;
		Cursor:pointer;
		font-size:12px;
		border-bottom: 1px solid #AAAAAA;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.out {
		color : #434546;
		Background-Color : #EEEEEE;
		Cursor:pointer;
		font-size:12px;
		border-bottom: 1px solid #AAAAAA;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

/* properties for menu backfill */
.back	{
		font-size : 10px;
		color : none;
}