﻿a {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}
a:hover {
	color: #0000ff;
}
#container {
	position: relative;
	z-index: 100;
}
#outer {
	padding: 0;
	text-align: center;
	margin: 0;
	width: 840px;
	background: url(tab2.gif);
	height: 30px;
	position: relative;
	z-index: 500;
}
#outer ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	height: 26px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
#outer ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
/*!!!!!!!!!!!!!!*/
#outer ul li a {
	font-family: verdana, arial, sans-serif;
	float: left;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	display: block;
	height: 24px;
	padding: 0 5px; /*!!!!!!width of blocks!!!!!!!!*/ 
	white-space: nowrap;
	color: #000;
	border: 1px solid #555;
	margin-left: -1px;
}
#outer ul li a.down {
	background: url(down.gif) no-repeat right center;
}
#outer ul li a:hover {
	color: #cc0000;
	background: #eeeeee;
}
#outer ul li#ul_1 a.down:hover {
	color: #cc0000;
	background: #eeeeee url(down_over.gif) no-repeat right center;
}
/**/
#outer ul li a:focus {
	outline: 0;
}
#outer ul li#li_1.clicked a.down {
	color: #cc0000;
	background: #eeeeee url(down_over.gif) no-repeat right center;
}
#outer ul li#li_2.clicked a.down {
	color: #cc0000;
	background: #eeeeee url(down_over.gif) no-repeat right center;
}
#outer ul li#li_3.clicked a.down {
	color: #cc0000;
	background: #eeeeee url(down_over.gif) no-repeat right center;
}
#outer ul li#li_4.clicked a.down {
	color: #cc0000;
	background: #eeeeee url(down_over.gif) no-repeat right center;
}
#outer ul li#li_5.clicked a.down {
	color: #cc0000;
	background: #eeeeee url(down_over.gif) no-repeat right center;
}
#outer ul li#li_6.clicked a.down {
	color: #cc0000;
	background: #eeeeee url(down_over.gif) no-repeat right center;
}
#submenus {
	width: 840px;
	background: #6a849f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 20px;
}
#submenus ul {
	margin: 0 auto;
	margin: 0px;
	list-style-type: none;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 840px;
}
#submenus ul#ul_1 {
	background: #eeeeee;
}
#submenus ul#ul_2 {
	background: #eeeeee;
}
#submenus ul#ul_3 {
	background: #eeeeee;
}
#submenus ul#ul_4 {
	background: #eeeeee;
}
#submenus ul#ul_5 {
	background: #eeeeee;
}
#submenus ul#ul_6 {
	background: #eeeeee;
}
#submenus ul li {
	float: left;
	background: transparent;
	padding: 0px;
	margin: 0px;
}
#submenus ul li a {
	font-family: verdana, arial, sans-serif;
	float: left;
	font-size: 10px;
	color: #cc0000;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	display: block;
	height: 20px;
	padding: 0 14px 0 10px;
	white-space: nowrap;
	background: url(diamond2.gif) no-repeat right center;
}
#submenus ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

