/* *********************************************************** */
/* MAIN NAVIGATION */



.highlighter {
	font-size:14px;
	font-weight:bold;
	color:#bd2524;
}

.main_1 {
	background-image:url(../images/menu_background.jpg);
	background-repeat:repeat-x;
	text-align:center;
	height:37px;
}
.main_2 {
	background-image:url(../images/menu_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:37px;
}
.main_3 {
	background-image:url(../images/menu_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:37px;

}
.main_4 {
}
.main_first_1 {
}
.main_first_2 {
}
.main_last_1 {
}
.main_last_2 {
}
.main_folder_1 {
}
.main_inside {
	padding-top:10px;
}

/* ALL MENU ITEMS */
.menu_1 {
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;	
	height:22px;
}
.menu_2 {
}
.menu_3 {
}
.menu_4 {
}
.menu_first_1 {
}
.menu_first_2 {
}
.menu_last_1 {
	border-bottom:1px solid #ffffff;
}
.menu_last_2 {
}
.menu_folder_1 {
	padding-left:11px;
	background-image:url(../images/arrow_white.gif);
	background-repeat:no-repeat;
	background-position:5px 4px;;
}
.menu_inside {
	height:16px;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:4px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

/* *********************************************************** */
/* MAIN TEMPLATE JS STYLES */
.main_outer_normal {	
}
.main_outer_over {
}
.main_inner_normal {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	/*font-weight:bold;*/
	text-decoration: none;	
	color: #5d5d5d;
}
.main_inner_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	/*font-weight:bold;*/
	text-decoration: none;	
	color: #bd2524;
}

/* *********************************************************** */
/* MENU TEMPLATE JS STYLES */
.menu_outer_normal {
	background-color:#bb1717;
	/*border-left:1px red solid;*/
	/*border-right:1px red solid;*/
}
.menu_outer_over {
	background-color:#911111;
	/*border-left:1px red solid;*/
	/*border-right:1px red solid;*/
}
.menu_inner_normal {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight:bold;
	text-decoration: none;	
	color: #ffffff;
}
.menu_inner_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;	
	text-decoration: none;	
	color: #ffffff;
}

