/******************************************************************************************************************
*               ________  ___        ________  ________  ___  ___  ________  ___                                  *
*              /\   __  \/\  \      /\   ____\/\   __  \/\  \/\  \/\   __  \/\  \                                 *
*             /  \  \/\  \ \  \    /  \  \___/  \  \/\  \ \  \ \  \ \  \/\  \ \  \                                *
*             \   \  \_\  \ \  \   \   \  \  \   \  \ \  \ \  \_\  \ \  \ \  \ \  \                               *
*              \   \   __  \ \  \   \   \  \  \   \  \ \  \ \   __  \ \  \ \  \ \  \                              *
*               \   \  \/\  \ \  \   \   \  \  \   \  \ \  \ \  \/\  \ \  \ \  \ \  \                             *
*                \  _\  \ \  \ \  \___\__ \  \__\__ \  \_\  \ \  \ \  \ \  \_\  \ \  \______                      *
*                 \/\____\ \__\ \________\ \_______\ \_______\ \__\ \__\ \_______\ \________\                     *
*                 / /    / /  / /        / /       / /       / /  / /  / /       / /        /                     *
*                 \/____/\/__/\/________/\/_______/\/_______/\/__/\/__/\/_______/\/________/                      *
*                   ________  ________  ________  __________  ________   ________  ___        ______              *
*                  /\   ____\/\   __  \/\   __  \/\___   ___\/\   ___ \ /\   __  \/\  \      /\  ___\             *
*                 /  \  \___/  \  \/\  \ \  \/\  \/  /\  \  /  \  \ /\ \  \  \/\  \ \  \    /  \ \  /             *
*                 \   \  \  \   \  \ \  \ \  \ \  \_/  \  \/\   \  \_/  \_ \  \ \  \ \  \   \   \ \/__            *
*                  \   \  \  \   \  \ \  \ \  \ \  \\   \  \ \   \     _  \ \  \ \  \ \  \   \   \____ \          *
*                   \   \  \  \   \  \ \  \ \  \ \  \\   \  \ \   \   / \  \ \  \ \  \ \  \   \  /   /\ \         *
*                    \   \  \__\_  \  \_\  \ \  \ \  \\   \  \ \   \  \  \  \ \  \_\  \ \  \___\/_  /__\ \        *
*                     \   \_______\ \_______\ \__\ \__\\   \__\ \   \__\  \__\ \_______\ \________\/\_____\       *
*                      \  /       / /       / /  / /  / \  /  /  \  /  /\ /  / /       / /        / /     /       *
*                       \/_______/\/_______/\/__/\/__/   \/__/    \/__/  \__/\/_______/\/________/\/_____/        *
*                                                                                                                 *
*                                                                                                                 *
*******************************************************************************************************************
*                                                                                                                 *
*                           author/developer     :  Georgiy Kurguzov (George)                                     *
*                           e-mail               :  gkurguzov (at) hotmail (dot) com                              *
*                           or                   :  etrader_x11 (at) comcast (dot) net                            *
*                                                                                                                 *
*                           company              :  Alcohol Controls                                              *
*                           company e-mail       :  profit@alcoholcontrols.com                                    *
*                           Web                  :  http://www.alcoholcontrols.com                                *
*                                                                                                                 *
******************************************************************************************************************/




/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #0000dd;
      text-align: center;
	z-index: 1000;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #ccccff;
      text-align: center;
	z-index: 1000;
}

/* level 1 inner */
.m0l1iout {
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 2px;
	padding-left: 4px;
	color: #000000;
	z-index: 1000;
}
.m0l1iover {
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-weight: normal;
	padding-bottom: 4px;
	padding-top: 2px;
	color: #000000;
	z-index: 1000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #f3f3f3;	border : 1px solid #000000;
	border : 1px solid #000000;
	filter: alpha(opacity=100);
	padding-left: 10px;
	z-index: 1000;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #f3f3f3;
	padding-left: 10px;
	z-index: 1000;
}

/* level 2 inner */
.m0l2iover {
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding-left: 1px;
	padding-top: 2px;
	z-index: 1000;
	color: #000000;
}

     

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #f9f9f9;
	padding-left: 4px;
	z-index: 1000;

}
.m0l2oover {
	text-decoration : none;
	background: #f9f9f9;
	font-color: #ffffff;
	border : 1px solid #000000;
	padding-left: 4px;
	padding-bottom: 4px;
	z-index: 1000;

}
