	/************/
	/* TAB MENU */
	/************/

.menu{
	height:30px;
	text-align:left;
}

ul.tabmenu {
	height:29px;
}

ul.tabmenu li {
	float:left;
	margin-right: 1px;
	font: normal 13px arial, helvetica, sans-serif;
	color: #000;
}

.tabmenu a:link,
.tabmenu a:visited {
	background: url(tabmenu-tab-round.png) right 60px;
	color: #56554e;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	/*999
	width: 100px;*/
}

.tabmenu a span {
	background: url(tabmenu-tab-round.png) left 60px;
	display: block;
	height: 30px;
	margin-right: 14px;
	padding-left: 14px;
	cursor: pointer;
}

.tabmenu a:hover {
	background: url(tabmenu-tab-round.png) right 30px;
	display: block;
	color: #e0ded0;
}

.tabmenu a:hover span {
	background: url(tabmenu-tab-round.png) left 30px;
	display: block;
}

li.active a:link,
li.active a:visited,
li.active a:visited,
li.active a:hover {
	color:#1c4e7e;
	background: url(tabmenu-tab-round.png) right 0 no-repeat;
	/*999
	width: 100px;*/
} 

li.active a span, 
li.active a:hover span {
	background: url(tabmenu-tab-round.png) left 0 no-repeat;
}


ul.submenu {
	height:29px;
	background-color: white;
	width: 90%;
}

ul.submenu li {
	float:left;
	margin-right: 1px;
	font: normal 13px arial, helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #00A1E3;
	border-bottom: 1px solid #00A1E3;
}

.submenu a:link,
.submenu a:visited {
	/*background: url(tabmenu-tab-round-white.png) right 60px;*/
	background-color: #7FC5E1;
	color: #56554e;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	/*999
	width: 200px;	*/
}

.submenu a span {
	/*background: url(tabmenu-tab-round-white.png) left 60px;*/
	background-color: #7FC5E1;
	display: block;
	height: 30px;
	margin-right: 14px;
	padding-left: 14px;
	cursor: pointer;
}

.submenu a:hover {
	/*background: url(tabmenu-tab-round-white.png) right 30px;*/
	background-color: #3A5B88;
	display: block;
	color: #e0ded0;
}

.submenu a:hover span {
	/*background: url(tabmenu-tab-round-white.png) left 30px;*/
	background-color: #3A5B88;
	display: block;
}

.submenu li.active a:link,
.submenu li.active a:visited,
.submenu li.active a:visited,
.submenu li.active a:hover {
	color:#1c4e7e;
	/*background: url(tabmenu-tab-round-white.png) right 0 no-repeat;*/
	background: none;
	background-color: #FFFFFF;
		/*999
	width: 200px;*/
} 

.submenu li.active a span, 
.submenu li.active a:hover span {
	/*background: url(tabmenu-tab-round-white.png) left 0 no-repeat;*/
	background: none;
	background-color: #FFFFFF;
}

.submenu_display{
  margin-top: 1px;
  position: absolute;
  width: 100%;
}

li{
	list-style-type: none;
}

.sub_menu{
	/*width: 100%;*/
	min-width:1000px;
}

