#info {
	width: 590px;
	background: #fff;
	float: left;
	border: 1px solid #ddd;
}
#info2 {
	width: 590px;
	float: left;
}
#info2 h2 {
	padding: 5px 0 0 5px;
	margin: 0;
	font-size: 15px;
	color: #151;
}
#info p {
	line-height: 1.5em;
}
#info p.info {
	margin-left: 5px;
}
#info h2 {
	padding: 5px 0 5px 5px;
	margin: 0;
	font-size: 15px;
	color: #151;
}
#info h3 {
	padding: 5px 0 5px 5px;
	margin: 0;
	font-size: 12px;
	color: #048;
	font-weight: normal;
}
#info_right {
	width: 150px;
	float: right;
}
#info_right_home {
	float: right;
}
#info_right_home a img {
	border: 0;
	display: block;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/one_page.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* set up the overall width of the menu div, the font and the margins with a relative position*/
#menu {
	font-family: verdana, arial, sans-serif;
	width: 610px;
	margin: 2px 0 1px 0;
	position: relative;
	z-index: 100;
	height: 220px;
	 
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}
#menu ul table {
	border-collapse: collapse;
	margin: -1px -5px;
	font-size: 1em;
}
/* float the list so that the items are in a line */
#menu ul li {
	float: left;
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
#menu ul li a, #menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 135px;
	height: 20px;
	color: #000;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #E8E8E8;
	line-height: 20px;
	
}
/* make the dropdown ul invisible */
#menu ul ul {
	position: absolute;
	left: -9999px;
	height: 0;
	z-index: 10;
}
/* set the background and foreground color of the main menu items on hover */
#menu ul li#selected a {
	color: #fff;
	background: #004FAE;
}
#menu ul li a:hover, #menu ul li:hover a {
	color: #fff;
	color:#0063DC;
	background: #CACACA;
}
/* make the sub menu ul visible and position it beneath the first list item */
#menu ul li#selected ul {
	top: 20px;
	height: auto;
	left: 0;
	text-align: left;
}
#menu ul :hover ul {
	top: 20px;
	height: auto;
	left: 0;
	text-align: left;
	z-index: 100;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
#menu ul li#selected ul li, #menu ul :hover ul li {
	background: #eee;
	background: #F4F4F4;
	color: #000;
	padding: 5px;
	padding-top:0px;
	width: 590px;
	height: 180px;
	overflow: auto;
	border: 1px solid #cacaca;
	border-top: 3px solid #cacaca;
	 
}
#menu ul li#selected ul li {
	border: 1px dotted #004FAE;
	border-top: 3px solid #004FAE;
}
/*float the image left with padding and no border */
#menu ul li#selected ul li img, #menu ul :hover ul li img {
	float: left;
	padding: 5px 5px 5px 0;
	border: 0;
}
/* style the paragraph font height */
#menu ul li#selected ul li p, #menu ul :hover ul li p {
	font-size: 0.9em;
	line-height: 1.8em;
}
/* style the background and foreground color of the submenu links */
#menu ul li#selected ul li a, #menu ul :hover ul li a {
	display: inline;
	background: #F4F4F4;
	color: #c00;
	
	text-decoration: underline;
	color: #0063dc;
	text-decoration: none;
	border: 0;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, Verdana, Sans-Serif;
	
 
	
padding-bottom: 7px;
	
	
}


#menu ul li#selected ul li h3 a, #menu ul :hover ul li h3 a {
	display: inline;
	background: #F4F4F4;
	color: #c00;
	
	text-decoration: underline;
	color: #5f5f5f;
	text-decoration: none;
	 
	font-size: 1.0em;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	
  
	
 
	
padding-bottom: 7px;
padding-top:10px;
	
	
}




/* style the background and forground colors of the links on hover */
#menu ul li#selected ul li a:hover, #menu ul :hover ul li a:hover {
	text-decoration: none;
	color: #000;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/one_page.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* set up the overall width of the menu div, the font and the margins with a relative position*/
#menu2 {
	font-family: verdana, arial, sans-serif;
	width: 750px;
	height: 55px;
	margin: 0;
	position: relative;
	z-index: 90;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
#menu2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;
}
#menu2 ul table {
	border-collapse: collapse;
	margin: -1px -5px;
	font-size: 1em;
}
/* float the list so that the items are in a line */
#menu2 ul li {
	float: left;
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
#menu2 ul li a, .menu2 ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 129px;
	height: 20px;
	color: #000;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #E8E8E8;
	line-height: 20px;
	font-size: 11px;
}
/* make the dropdown ul invisible */
#menu2 ul li ul {
	position: absolute;
	left: -9999px;
	height: 0;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
#menu2 ul li#current a {
	color: #fff;
	background: #004FAE;
}
#menu2 ul li a:hover, #menu2 ul li:hover a {
	color: #fff;
	background: #CACACA;
}
/* make the sub menu ul visible and position it beneath the first list item */
#menu2 ul li#current ul, #menu2 ul :hover ul {
	top: 20px;
	left: 0;
	height: 480px;
	background: #fff;
	text-align: left;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
#menu2 ul li#current ul li, #menu2 ul :hover ul li {
	background: #eee;
	color: #000;
	padding: 5px;
	width: 590px;
	height: auto;
	border: 1px solid #CACACA;
}
#menu2 ul li#current ul li {
	border: 1px solid #004FAE;
}
/*float the image left with padding and no border */
#menu2 ul li#current ul li img, #menu2 ul :hover ul li img {
	float: left;
	padding: 5px 5px 5px 0;
	border: 0;
}
/* style the paragraph font height */
#menu2 ul li#current ul li p, #menu2 ul :hover ul li p {
	font-size: 0.9em;
	line-height: 1.8em;
}
/* style the background and foreground color of the submenu links */
#menu2 ul li#current ul li a, #menu2 ul :hover ul li a {
	display: inline;
	background: #eee;
	color: #c00;
	text-decoration: underline;
	border: 0;
	line-height: 1.8em;
}
/* style the background and forground colors of the links on hover */
#menu2 ul li#current ul li a:hover, #menu2 ul :hover ul li a:hover {
	text-decoration: none;
	color: #000;
}








/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 100%; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #004FAE;
background: white  ;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #004FAE;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #000080;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000080;
background-color: #F3F3F3;
}





#menu ul li#selected ul li , #menu ul :hover ul li  {
	 
	font-size: 0.9em !important;
	color:red;
	color:#454545;
 
	
}


























div.tabcontainer {
	width: 100%;
	 
	background: #E8E8E8;
	background: #ffffff;
	padding-top:20px;
}
ul.tabnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	height: 20px;
	padding-top:3px;
}

ul.tabnav a {
	display: block;
	width: 100%;
	background: #E8E8E8;
	border-left:1px solid white;
	border-top:1px solid white;
	border-right:1px solid white;
	
	height: 20px;
}

ul.tabnav a:hover {
	
	color:#ffffff;
	background-color: #004FAE;
	height: 20px;
}

ul.tabnav li {
	float: left;
	width: 70px;
	margin: 0;
	padding: 0;
	 
	text-align: center;
}

div.tabcontents {
 
	background: #ccc;
	background: #f4f4f4;
	overflow: hidden;
	border: 1px dotted #004fae;
	border-top: 2px solid #004fae;
	padding: 3px;
	
}

div.tabcontents div.content {
	float: left;
	width: 100%;
	height: 102%;
	overflow-y: auto;
}

div.tabcontents div.content h2 {
	 
	border-bottom: 1px solid #004fae;
	padding-top:0px;
	margin-top:0px;
	font-size:2.0em;
}

.rolmenuegoto {
color: #004FAE;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
 
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
float: right;
font-size: 90%;
}


