@charset "utf-8";
/* CSS Document */

.side_left_menu {
	background:url(../images/side_left_menu.gif) 0 0 repeat-y #FEEC6F;
}
.side_right_menu {
	background:url(../images/side_right_menu.gif) right 0 repeat-y;
}
.side_top_menu {
	background:url(../images/side_top_menu.gif) 0 0 repeat-x;
}
.side_bot_menu {
	background:url(../images/side_bot_menu.gif) 0 bottom repeat-x;
}
.left_top_menu {
	background:url(../images/left_top_menu.gif) 0 0 no-repeat;
}
.right_top_menu {
	background:url(../images/right_top_menu.gif) right top no-repeat;
}
.left_bot_menu {
	background:url(../images/left_bot_menu.gif) 0 bottom no-repeat;
}
.right_bot_menu {
	background:url(../images/right_bot_menu.gif) right bottom no-repeat;
	width:100%;
	min-height:30px;
	height:auto !important;
	height:30px;
}
.menu {
	width:90%;
	margin:auto;
	margin-top:5px;
	padding:0 0 0 0;
}
.inside_menu {
	padding:0 0 0 20px;
}
.menu ul {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:21px;
	font-family:tahoma;
}
.menu ul li {
	background:url(../images/sep_2.gif) 0 0 repeat-y;
	font-family:tahoma;
	float:left;
	padding:8px 20px 8px 20px;
}
.menu ul li.li_un {
	background:none;
	padding:8px 10px 0 0;
	text-align:center;
}
.menu ul li a {
	padding:0 0 0 0;
	color:#080300;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
}
.menu ul li a:hover {
	text-decoration:underline;
}
.nav_2 {
	background:#792D12;
	width:100%;
	overflow:hidden;
	padding:9px 0 6px 0;
}


