/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 11px;
		color : #AAABAB;
		Cursor:pointer;
		text-transform: uppercase;
		height:48px;
		background-image:url(../../custom/design/artros_menu_bg.gif);
		padding-top:20px;
}

.overn1	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 11px;
		color : #AAABAB;
		Cursor:pointer;
		text-transform: uppercase;
		background-image:url(../../custom/design/artros_menu_bg_over.gif);
		padding-top:20px;
}

.activen1 {
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 11px;
		color : #AAABAB;
		Cursor:pointer;
		text-transform: uppercase;
		background-image:url(../../custom/design/artros_menu_bg_over.gif);
		padding-top:20px;
} 

/* mouse over out properties for level 2 and 3 */

.over	{
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #AAABAB;
		Cursor:pointer;
		border-bottom : 1px solid #FFFFFF;
		text-transform: uppercase;
		padding-top:4px;
		padding-bottom:4px;
}

.out {
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 11px;
		color : #696969;
		Background-Color : #ECECEC;
		Cursor:pointer;
		border-bottom : 1px solid #FFFFFF;
		text-transform: uppercase;
		padding-top:4px;
		padding-bottom:4px;
}

/* properties for menu backfill */
.back	{
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 9px;
		color : #ffffff;
		background-color:none;
}

