#wrap {
	width:100%; 
}

#header {
	margin-bottom:0px;
}

#header a {
	color:#0054A6;
}

#header a:hover {
	text-decoration:underline;
}

/*Drop Down Menu Styles*/
#menu {
	background-image:url(images/bgMenu.gif);	
	height: 48px;
	padding-left: 30px;	
}
	
#menu li {	
	float: left;
	list-style: none;
	font: 11px Tahoma, Arial;
}

#menu li a {
	display: block;
	text-decoration: none;
	width: auto;
	color: #fff;
	
	white-space: nowrap;
	background: #102c50 url(images/botonera/menu-arrow-blue.png) no-repeat center left;
	color: #fff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding: 4px 8px 0 23px;
	
}

#menu li a.active-tab {
	background: #f2f2f2 url(images/botonera/menu-arrow-gray.png) no-repeat center left;
	color: #3469B2;
}

#menu li a:hover {
	display: block;
	text-decoration: underline;
	width: auto;
	float: left;
	height: 20px;
	padding: 4px 8px 0 23px;
}
	
#menu li ul {
	position: absolute;
	visibility: hidden;	
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}

#menu li ul li {	
	display:inline;
}

#menu li ul li a {

	background: right no-repeat;
	display: inline;
	font-weight: normal;
	color: #3469b2;
	font-size: 11px;
	padding: 5px 10px;
}

#menu li ul li a:hover {	
	
	padding: 5px 10px;
	color:#000066;
}

