/* -------------------- LEFT MENU -------------------------------- */

#menu_top_box {
	float: right;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 735px;
	height: 30px;
	text-align: center;
}

.menu_top {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: right;
}

.menu_top li {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

.menu_top_itm {
	background: url(../images/bg_menu_top_o.gif) no-repeat 200px 250px;
	width: 130px;
	height: 30px;
	float: left;
}

.menu_top_itm a {
	display: block;
	font-size: 11px;
	line-height:16px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background: url(../images/bg_menu_top.gif) no-repeat top left;
	width: 130px;
	padding: 9px 0px 5px 0px;
}

html>body .menu_top_itm a:link {
	width: auto;
}

.menu_top_itm a:visited {
	text-decoration: none;
	color: #000000;
}

.menu_top_itm a:hover {
	text-decoration: none;
	color: #BD3D34;
	background: url(../images/bg_menu_top_o.gif) no-repeat top left;
}

.menu_top_itm_sel {
	background: url(../images/bg_menu_top_s.gif) no-repeat 200px 250px;
	width: 130px;
	height: 30px;
	float: left;
}

.menu_top_itm_sel a {
	display: block;
	font-size: 11px;
	line-height:16px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background: url(../images/bg_menu_top_s.gif) no-repeat top left;
	width: 130px;
	padding: 9px 0px 5px 0px;
}

html>body .menu_top_itm_sel a:link {
	width: auto;
}

.menu_top_itm_sel a:visited {
	text-decoration: none;
	color: #000000;
}

.menu_top_itm_sel a:hover {
	text-decoration: none;
	color: #BD3D34;
	background: url(../images/bg_menu_top_s.gif) no-repeat top left;
}

/* -------------------- LEFT MENU -------------------------------- */

.left_menu_box {
	padding: 0px;
	margin: 0px;
	width: 190px;
}

.left_menu {
	list-style-type: none;
	margin: 0px 5px 0px 5px; 
	padding: 0px;
	border: none;
}
		
.left_menu li {
	list-style-type: none;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #F4F4F4;
}

.left_menu_header {
	padding: 5px 5px 5px 25px;
	font-weight: bold;
	background: url(../images/bg_left_menu_header.gif) no-repeat top left;
}
.left_menu_header a:Link {
	text-decoration: none;
	color:#333333;
} 
.left_menu_header a:Visited {
	text-decoration: none;
	color:#333333;
} 
.left_menu_header a:Hover {
	text-decoration: underline;
	color:#333333;
}

.left_menu_1 {
	background: url(../images/bg_menu_1.gif) no-repeat 200px 250px;
}
.left_menu_2 {
	background: url(../images/bg_menu_1.gif) no-repeat 200px 250px;
}

.left_menu_1 a {
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	color: #000000;
	width: auto;
	background: url(../images/bg_menu_1.gif) no-repeat 5px center;
}

html>body .left_menu_1 a:link {
	width: auto;
}

.left_menu_1 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #DEDEDE;
}
.left_menu_1 a:visited {
	text-decoration: none;
	color: #000000;
}

.left_menu_2 a {
	display: block;
	padding: 5px 5px 5px 40px;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	width: auto;
	background: url(../images/bg_menu_1.gif) no-repeat 5px center;
}

html>body .left_menu_2 a:link {
	width: auto;
}

.left_menu_2 a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	background-color: #DEDEDE;
}
.left_menu_2 a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}


/* selsected */
.left_menu_1_sel {
	background: url(../images/bg_menu_1_s.gif) no-repeat 200px 250px;
}
.left_menu_2_sel {
	background: url(../images/bg_menu_2_s.gif) no-repeat 200px 250px;
}
.left_menu_3_sel {
	background: url(../images/bg_menu_3_s.gif) no-repeat 200px 250px;
}

.left_menu_1_sel a {
	display: block;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	color: #000000;
	width: auto;
	background: url(../images/bg_menu_1_s.gif) no-repeat top left;
}

html>body .left_menu_1_sel a:link {
	width: auto;
}

.left_menu_1_sel a:hover {
	text-decoration: none;
	color: #000000;
	background: url(../images/bg_menu_1_s.gif) no-repeat top left;
}
.left_menu_1_sel a:visited {
	text-decoration: none;
	color: #000000;
}

.left_menu_2_sel a {
	display: block;
	padding: 5px 5px 5px 40px;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	width: auto;
	background: url(../images/bg_menu_2_s.gif) no-repeat top left;
}

html>body .left_menu_2_sel a:link {
	width: auto;
}

.left_menu_2_sel a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	background: url(../images/bg_menu_2_s.gif) no-repeat top left;
}
.left_menu_2_sel a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

/* HEADER MENU */
#header_menu {
	float: right;
	text-align: right;
	width: 635px;
	height: 45px;
}

#header_menu a:Link {
	text-decoration: underline;
	color:#4F4F4F;
} 
#header_menu a:Visited {
	text-decoration: underline;
	color:#4F4F4F;
} 
#header_menu a:Hover {
	text-decoration: none;
	color:#4F4F4F;
}

/* INDEX MENU */
#box_menu_i {
	background: url(../images/bg_menu_i.gif) no-repeat top left;
}

#box_menu_i_b {
	width: 200px;
	height:40px;
	margin-bottom: 5px;
	background: url(../images/bg_menu_i_b.gif) no-repeat top left;
}

#box_menu_i_b .padder {
	padding: 8px 0px 0px 10px;
}

#box_menu_i .menu_i_title {
	padding: 4px 0px 20px 25px;
	font-weight: bold;
}

#box_menu_i ul {
 margin: 0px;
}

#box_menu_i li {
	list-style-type: none;
	line-height: 20px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
}

#box_menu_i li h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

.menu_i a {
	display: block;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	width: auto;
	background: url(../images/bg_menu_i_itm.gif) no-repeat center left;
}

html>body .menu_i a:link {
	width: auto;
}


.menu_i a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}

.menu_i a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
}

