/* ----[ MENU 1 ]----*/

/* all menu links */
#nav a{
	padding:5px 1px 5px 0px;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	z-index:10000;
}
#nav a:hover{
	text-decoration:none;
	color:#7a7a7a;
}

#subMenusContainer a{
	display:block;
	padding:5px 10px 5px 5px;;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px dashed #ada99c;
	z-index:10000;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;	
}

#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused{
	background-color:#dcd7d7;
}


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}

/* All submenu OLs and ULs */
#nav ul, #subMenusContainer ul{	
	z-index:100000;
	visibility: hidden;
	position: absolute;
	top: 100%;
 	left: 0;
 	width: 300px;	
	background:url(../img/back_menu.png) right bottom no-repeat;
	padding:10px;
}
#nav li:hover > ul {
 visibility: visible;
}
#nav ul li{
	display:block;
	width:43%;
	padding:3px 5px 3px 10px;
	float:left;
	border-bottom:1px solid #FFF;
	background:url(../img/seta-dir.png) left 12px no-repeat;
	margin:0px;
	line-height:normal;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	list-style:none;
	position:relative;
	float:left;
	padding-right:10px;
	margin:0 5px 0 0;
	line-height:20px;
}
#nav .bullet{
	background:url(../img/bullet_down.png) right 12px no-repeat;
	margin:0 15px 0 0;
}

/* main menu ul or ol elment */
#nav{
	list-style:none;
	margin:-2px 0px 0px;
	z-index:5;
	text-align: center;
	float:right;
}



/* ----[ MENU 2 ]----*/

/* all menu links */
#nav2 a{
	padding:4px 1px 8px 0px;
	font-size:14px;
	font-weight:bold;
	color:#4090cc;
	margin:0;
	float:left;	
}
#nav2 a:hover{
	color:#91c4eb;
	text-decoration:none;
}
/* All submenu OLs and ULs */
#nav2 ul{	
	z-index:100000;
	visibility: hidden;
	position: absolute;
	top: 100%;
 	left: 0;
 	width: 300px;	
	background:url(../img/back_menu.png) right bottom no-repeat;
	padding:10px;
}
#nav2 li:hover > ul {
 visibility: visible;
}
#nav2 ul li{
	display:block;
	width:43%;
	padding:3px 5px 3px 10px;
	float:left;
	border-bottom:1px solid #FFF;
	background:url(../img/seta-dir.png) left 12px no-repeat;
	margin:0px;
	line-height:normal;
}
#nav2 ul li a{
	color:#4090cc;
	font-size:11px;
}
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav2 li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
	padding-right:10px;
	margin:0 5px 0 0;
	display:inline;
}
#nav2 .bullet{
	/*background:url(../img/bullet_down.png) right 12px no-repeat;*/
	margin:0 15px 0 0;
}
.title-menu{
	font-weight:bold;
	font-size:11px;
	color:#4090cc;
	padding:10px 5px 0px 5px;
}

/* main menu ul or ol elment */
#nav2{
	list-style:none;
	margin:0 0 0 0;
	z-index:1000;
	text-align: center;
	display:inline;
}


