

#col_cat{
width:715px;
float:right;
margin-top:5px;
margin-left:0px;
margin-right:3px;
padding:0px;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 1.2em;
color:#274185;
font-weight: normal; 
text-align: left;
border: 0px solid #0865aa;

}
#boxcat {
width:100px;
height:250px;
float:right;
margin-top:0px;
margin-left:0px;
margin-right:5px;
padding:0px;
line-height:1.0em;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 1.1em;
color:#1581c2;
font-weight: normal; 
text-align: left;
background-color:#0865aa;

}
/* Main menu settings */
#centromenu {
width:160px;
float:right;
margin-top:0px;
margin-left:0px;
margin-right:10px;
margin-bottom:1px;
padding:0px;
}


#centromenu ul  {
width:100px;
height:30px;
float:left;
margin-top:0px;
margin-left:0px;
margin-right:0px;
padding:0px;
list-style:none;

}
#centromenu ul  li {
	float:left;
	height:100%;
	text-decoration:none;
	padding:0px 0px 0px 5px;

}
#centromenu ul li a,
#centromenu ul li.active li a,
#centromenu ul li:hover ul li a,
#centromenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:1.2em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#0865aa;
	color:#ddd;
	line-height:1.8em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
	float:left;
	width:100%;
	height:100%;
	text-decoration:none;
	padding:0px 0px 0px 5px;


}
#centromenu ul  li a:hover,
#centromenu ul li.active ul li a:hover,
#centromenu ul li:hover ul li a:hover,
#centromenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#1581c2; /* Sub menu items background colour */
	color:#fff;
	float:left;

}

/* Flip the last submenu so it stays within the page */
#centromenu ul.last {
	left:auto; /* reset left:0; value */
	right:auto; /* Set right value instead */
}
#centromenu  ul.last li {
	float:left;
	position:relative;
}

/* Make the sub menus appear on hover */
#centromenu ul li:hover ul,
#centromenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}
