<!--
a:link {
	color: #8E9BB7;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #8E9BB7;
}

a:hover {
	text-decoration: underline;
	color: #8E9BB7;
}

a:active {
	text-decoration: none;
	color: #8E9BB7;
}

body {
	text-decoration: none;
	background-image: url(../images/estruture/background.jpg);
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bottit {
	text-decoration: none;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 20px;
	font-weight: bold;
	color: #4C5A77;
}

.botit2 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 20px;
	color: #43516C;
}

.bodes {
	text-decoration: none;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 20px;
	font-weight: normal;
	color: #37435B;
}

.bodes2 {
	text-decoration: none;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
}

.tit {
	text-decoration: none;	
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 35px;
	font-weight: bold;
	color: #FFF
}

.tit2 {
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 35px;
	color: #CCC;
	font-weight: bold;
}

.des {
	text-decoration: none;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 35px;
	font-weight: normal;
	color: #999;
}

.des2 {
	text-decoration: none;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	float:right;
	font-weight: normal;
	color: #999;
}

/* SUCKERFISH SCRIPT - Patrick Griffiths and Dan Webb - very tnx */

ul {

	list-style: none;
	width: 130px;
	margin: 0em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	}

ul li {
	position: relative;
	}

#nav a {
	color: #8E9BB7;
	text-decoration: none;
}

#nav li li a {
	color: #8E9BB7;
	text-decoration: none;

}

#nav li li a:hover {
	text-decoration: underline;
	color: #8E9BB7;
}
	
li ul {
	position: absolute;
	left: 129px; /* Set 1px less than menu width */
	width: 150px; /* Width of Menu Items */
	top: 0em;
	display: none;
	background: #2d384c;
	background: url(../images/back2.gif) bottom left;
	border-top: 1px solid #000 ;
	margin: 0em;	
	padding-top: 0.5em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	padding-right: 0.5em;
	}

ul li a {
	background: url(../images/rightarrow2.gif) center right no-repeat;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0.35em;
	border: 0px solid #ccc;
	border-bottom: 0em;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { 
	padding: 0.35em;
	background-image:none;
	} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
-->