﻿/* ###################### MAIN MENU SUBLEVEL SETTINGS ############################## */
.sublevel_leftmenu {
        margin-left: 20px; 
        padding-left: 20px;
        font-family: Georgia, Times New Roman, serif;
	list-style-type: none !important;
	background-position: left;
	background-image: url('../images/menuarrow2.png');
	background-repeat: no-repeat;
        }

/* ###################### TOP MENU SETTINGS ############################## */
        
.mainlevel_leftmenu {
	background-position: left;
	list-style-type: none !important;
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px !important;
	font-weight: normal;
	text-decoration: none;
	text-align: right !important;
	background-image: url('../images/menuarrow.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 30px;
}
#active_menu_leftmenu { color: #CCC !important;}
/* ###################### TOP MENU SETTINGS ############################## */

.menu_bottommenu li {display: inline !important;	}
ul.menu_bottommenu li a {
        padding: 0px 10px 0px 10px !important;
	color: #005a5a;
	list-style-type: none !important;
        font-family: Georgia, Times New Roman, serif;
	font-size: 12px !important;
	text-decoration: none !important;
        }


ul.menu_bottommenu li a:hover {
	color: #ff9900 !important;
        }