/*-----------------------------------Main menu----*/
.menu_items a {font-family: "Trebuchet MS", sans-serif; font-size: 1.6em; font-weight: normal; color: #5882a5; background: url('../images/bg_menu_item.gif') no-repeat top left; text-decoration: none; cursor: pointer; display: block; line-height: 1em; padding: 0px 10px 10px 10px; float: left; text-align: center;}
/* Hide from IE5-Mac \*/
.menu_items a {float: none;}
/* End hide */
.menu_items a:hover {color: #a70a0e;}
a.clear_bg {background: url('../images/trans.gif') repeat-y left;}
ul.menu_items {margin: 0px; padding: 0px; clear: both;}
ul.menu_items li {margin: 0px; padding: 0px; display: inline; list-style: none; float: left;}
a.active {color: #a70a0e;}