// $Id: menu.css,v 1.0 2003/01/05
// 
//   osCommerce, Open Source E-Commerce Solutions
//   http://www.oscommerce.com
// 
//   Copyright (c) 2003 osCommerce
// 
//   Released under the GNU General Public License

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0o {
	border: 1px solid #5F5F5F;
        font-color: #5F5F5F;
	text-decoration: none;
	font-weight : bold;
	filter: alpha(opacity=80);
        background-color : #DFDFDF;
}

.m0l1o {
	border: 1px solid #5F5F5F;
        font-color: #5F5F5F;
	text-decoration: none;
	font : bold;
	filter: alpha(opacity=85);
        background-color : #DFDFDF;
}

.m0l2o {
	border: 1px solid #5F5F5F;
        font-color: #5F5F5F;
	text-decoration: none;
	font : bold;
	filter: alpha(opacity=85);
}
.m0l3o {
	border: 1px solid #5F5F5F;
	text-decoration: none;
	font : bold;
}

.m0l4o {
	border: 1px solid #5F5F5F;
	text-decoration: none;
}

.m0l0i {
	font-size: 10px;
        border: 1px solid #5F5F5F;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 3px;
	text-decoration: none;
	font : bold;
        background-color : #DFDFDF;
}

.m0l1i {
	font-size: 10px;
        border: 1px solid #5F5F5F;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 5px;
	text-decoration: none;
	font-weight : bold;
}

.m0l2i {
	font-size: 10px;
        border: 1px solid #5F5F5F;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 5px;
	text-decoration: none;
	font : bold;
}

.m0l3i {
	font-size: 10px;
        border: 1px solid #C5F5F5F;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 5px;
	text-decoration: none;
	font : bold;
}

.m0l4i {
	font-size: 9px;
        border: 1px solid #5F5F5F;
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	text-decoration: none;
}
