/* Global Styles */

body {
	padding-top:20px;
	margin-top:20px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans Serif;
	font-size:12px;
	background: #fff url(../images/bg.gif) repeat; color: #827d72;
	}

table {
	background-color: #ffffff;
	}
	
li {
	list-style-image:url(../images/li.gif);
	}

a {
	color: #7d828d;
	text-decoration:none;
	}

a:hover {
	color: #9ba1af;
	text-decoration:underline;
	}

/* ID Styles */

/* main horizontal menu */

#topnav {
	text-align:left;
	background-image: url(../images/bg-menu.gif);
	width: 960px;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: 50px;
}

/* Overall Box Properties */
#menu {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	height: 50px;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
}

/* Position of menu elements */
#menu ul li {
	color:#FFFFFF;
	display:inline;
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-bottom: 9px;
	letter-spacing: 7px;
	padding-right: 22px;
	padding-left: 22px;
	width: auto;
	padding-top: 40px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding-top: 40px;
	padding-bottom: 9px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #666666;
	background-image: url(../images/bg-menu-o.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 40px;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	position: relative;
	color: #fff;
	background-image: url(../images/bg-menu-o.gif);
	background-repeat: repeat-x;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	background-image: url(../images/bg-menu-o.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000066;
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul {
	background: none;
	padding: 5px;
}

#menu ul li ul li,
/* Fondo del drop */
#menu ul li.more ul li {
	width: 150px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background:none;
	font-variant:normal;
	font-weight:400;
	font-size:11px;
	color:#18315b;
	float:none;
	border-bottom-color:#c0c0c0;
	font-family:Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
	letter-spacing:normal;
	text-transform:capitalize;
	border-style:none none solid;
	border-width:0 0 1px;
	padding:5px 5px 5px 10px;
}

#menu ul li ul li:hover {
	background-image: url(../images/drop-over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #18315b;
}

#menu ul li ul li a:hover {
	color: #18315b;
	background: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#menu ul li ul li:hover > a {
	color: #18315b;
	background: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: auto;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: auto; 
}

#menu ul li:hover ul li:hover ul li a {
}
	
#copyright {
	font-size: 10px;
	color: #999999;
	text-align:center;
	margin-top : 5px;
	margin-bottom : 5px;
	}
	
#next {
	font-size: 10px;
	color: #999999;
	text-align:right;
	}
	
#address {
	font-size: 10px;
	color: #999999;
	margin: 15px;
	padding: 15px;
	}

#content {
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align:justify;	
	}

/* --Left Navigation -- */
	
#nav {
	text-align:left;
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

/* Class Styles */
	
.big {
	color: #999999;
	line-height:30px;
	font-size: 12px;
	letter-spacing:0.15em;
	font-weight:bold;
	}

a.sublink {
	color: #7d828d;
	text-decoration:none;
	font-size:10px;
	letter-spacing:0.15em;
	padding:8px;
	margin:8px;
	}

a.sublink:hover {
	color: #9ba1af;
	text-decoration:underline;
	font-size:10px;
	letter-spacing:0.15em;
	padding:8px;
	margin:8px;
	}

input.button
	{
	padding: 2px;
	margin: 2px;
	color:#ff555555;
	font-family:'verdana',helvetica,sans-serif;
	font-size:95%;
	font-weight:normal;
	background-color:#ffA5A9BF;
	border:1px solid;
	border-top-color:#fff;
	border-left-color:#fff;
	border-right-color:#999;
	border-bottom-color:#999;
	filter:progid:DXImageTransform.Microsoft.Gradient
		(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffC2C4D1');
	}

input.buttonhov
	{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
	}
