/******************************************************************************************/
/*************************************    MENU HORIZONTAL   *******************************/

#tabsI {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
}

#tabsI ul {
	margin:0;        
	list-style:none;
}

#tabsI li {
	display:inline;
	margin:0;
	padding:0;
}

#tabsI a {
	float:left;
	background:url("/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 17px;
	text-decoration:none;
}

#tabsI a span {
	float:left;
	display:block;
	background:url("/images/tabright.gif") no-repeat right top;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 7px;
	color: rgb(3,58,78);
	font-weight: bold;
	font-size:9pt;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span{
	float:none;
}

/* End IE5-Mac hack */
#tabsI a:hover span {
	color:#FFF;
}

#tabsI a:hover {
	background-position:0% -42px;
}

#tabsI a:hover span {
	background-position:100% -42px;
}

#tabsI #current a {
	background-position:0% -42px;	
}

#tabsI #current a span {
	background-position:100% -42px;
	color: rgb(255,255,255);
}

/******************************************************************************************/
/*************************************    MENU VERTICAL   *********************************/

#button {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Tahoma, Arial, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
	font-size : 12px;
	background-color: #90bade;
	color: #333;
	font-weight:bold;
	overflow:hidden;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button div {
	padding-top: 15px;
	padding-bottom:15px;
	padding-left:40px;
	color: rgb(42,80,108);
	font-size: 13pt;
}
                
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

#button li a {
	display: block;
	padding: 8px 5px 8px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#button li #active {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}









dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuv {

}

#menuv dt {
	cursor: pointer;
	background: #A9BFCB;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	border: 1px solid gray;
	text-align: center;
	font-weight: bold;
}

#menuv dd {
	position: absolute;
	z-index: 100;
	left: 35em;
	margin-top: -1.4em;
	width: 10em;
	background: #A9BFCB;
	border: 1px solid gray;
}

#menuv ul {
	padding: 2px;
}
#menuv li {
	background-repeat: no-repeat;
	text-align: left;
	font-size: 85%;
	height: 20px;
	line-height: 15px;
	border-bottom: 1px solid #90bade;
}
#menuv li a, #menuv dt a {
	color: #000;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	width: 100%;
}

#menuv li a:hover {
	background-color: rgb(255,151,47);
	color: #fff;
	text-decoration: underline;
}
