
/* --------------------------------------------------------------------------
 Dashboard Menu
 ------------------------------------------------------------------------- */
.dashboard
{
	float: right;
	margin-top: 8px;
	background: url(../img/mapex/dashboard_right.gif) no-repeat bottom right;
	color: #a6a9bd;
}
.dashboard .menu
{
	background: url(../img/mapex/dashboard_left.gif) no-repeat bottom left;
	padding: 0px 5px 4px 5px;
	margin-right: 10px;
}

/* Dashboard Menu Button */
.dashboard .menu .button
{
	float: left;
	background: url(../img/mapex/dashboard_bttn_right.gif) no-repeat top right;
	margin-left: 10px;
}
.dashboard .menu .button .label
{
	background: url(../img/mapex/dashboard_bttn_left.gif) no-repeat top left;
	margin-right: 8px;
	padding: 2px 0px 4px 8px;
	font-size: 0.9em;
}
.dashboard .menu .button .label a, .dashboard .menu .button .label a:visited
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.dashboard .menu .button .label a:active, .dashboard .menu .button .label a:hover
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

/* Dashboard Menu Button (HOVER) */
.dashboard .menu .button_hover
{
	float: left;
	background: url(../img/mapex/dashboard_bttn_h_right.gif) no-repeat top right;
	margin-left: 10px;
}
.dashboard .menu .button_hover .label
{
	background: url(../img/mapex/dashboard_bttn_h_left.gif) no-repeat top left;
	margin-right: 8px;
	padding: 2px 0px 4px 8px;
	font-size: 0.9em;
}
.dashboard .menu .button_hover .label a, .dashboard .menu .button_hover .label a:visited
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.dashboard .menu .button_hover .label a:active, .dashboard .menu .button_hover .label a:hover
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

/* Dashboard Menu Button (dropdown interface) */
.dashboard .menu .buttondown
{
	float: left;
	background: url(../img/mapex/dashboard_bttn_right_down.gif) no-repeat top right;
	margin-left: 10px;
}
.dashboard .menu .buttondown .label
{
	background: url(../img/mapex/dashboard_bttn_left.gif) no-repeat top left;
	margin-right: 30px;
	padding: 2px 0px 4px 8px;
	font-size: 0.9em;
}
.dashboard .menu .buttondown .label a, .dashboard .menu .buttondown .label a:visited
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.dashboard .menu .buttondown .label a:active, .dashboard .menu .buttondown .label a:hover
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

/* Dashboard Menu Button (dropdown interface) (HOVER) */
.dashboard .menu .buttondown_hover
{
	float: left;
	background: url(../img/mapex/dashboard_bttn_h_right_down.gif) no-repeat top right;
	margin-left: 10px;
}
.dashboard .menu .buttondown_hover .label
{
	background: url(../img/mapex/dashboard_bttn_h_left.gif) no-repeat top left;
	margin-right: 30px;
	padding: 2px 0px 4px 8px;
	font-size: 0.9em;
}
.dashboard .menu .buttondown_hover .label a, .dashboard .menu .buttondown_hover .label a:visited
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.dashboard .menu .buttondown_hover .label a:active, .dashboard .menu .buttondown_hover .label a:hover
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

/* --------------------------------------------------------------------------
 Main Menu
 ------------------------------------------------------------------------- */
.mmenu
{
	height: 42px;
	background: url(../img/mapex/mmenu_right.gif) no-repeat top right;
	clear: left;
	/* width: 760px; */
	width: 955px;
	margin: 0px auto;
}

.mmenu .menu
{
	background: url(../img/mapex/mmenu_left.gif) no-repeat 0px 0px;
	margin-right: 10px;
	padding: 6px 5px 0px 5px;
}

/* Search Bar */
.mmenu .searchbar
{
	float: right;
	background: url(../img/mapex/mmenu_searchbar.gif) no-repeat top right;
}
.mmenu .searchbar .label
{
	color: #76b8ec;
	padding: 0px 10px 0px 15px;
}
.mmenu .searchbar .label a, .mmenu .searchbar .label a:visited
{
	color: #76b8ec;
	text-decoration: none;
}
.mmenu .searchbar .label a:active, .mmenu .searchbar .label a:hover
{
	color: #ffffff;
	text-decoration: none;
}
.mmenu .searchbar .qfield
{
	border-left: 1px solid #999999;
	border-right: none;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #565656;
	background-repeat: repeat-x;
	background-color: #f4f5e7;
	/* height: 16px; */
	padding: 2px 2px 1px 2px;
	width: 135px;
	color: #676761;
}

.mmenu .searchbar .qbutton
{
	width:35px;
	height:38px;
	background: url(../img/mapex/mmenu_searchbar_bttn.gif) no-repeat top left;
}

/* Main Menu Button */
.mmenu .menu .button
{
	float: left;
}
.mmenu .menu .button .label
{
	margin-right: 12px;
	padding: 5px 0px 13px 12px;
	font-size: 1.1em;
	font-weight: bold;
}
.mmenu .menu .button .label a, .mmenu .menu .button .label a:visited
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.mmenu .menu .button .label a:active, .mmenu .menu .button .label a:hover
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}


/* Main Menu Button (hover) */
.mmenu .menu .button_hover
{
	float: left;
	background: url(../img/mapex/mmenu_bttn_h_right.gif) no-repeat top right;
}
.mmenu .menu .button_hover .label
{
	background: url(../img/mapex/mmenu_bttn_h_left.gif) no-repeat top left;
	margin-right: 12px;
	padding: 5px 0px 13px 12px;
	font-size: 1.1em;
	font-weight: bold;
}
.mmenu .menu .button_hover .label a, .mmenu .menu .button_selected .label a:visited
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.mmenu .menu .button_hover .label a:active, .mmenu .menu .button_hover .label a:hover
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}


/* Main Menu Button (selected) */
.mmenu .menu .button_selected
{
	float: left;
	background: url(../img/mapex/mmenu_bttn_sel_right.gif) no-repeat top right;
}
.mmenu .menu .button_selected .label
{
	background: url(../img/mapex/mmenu_bttn_sel_left.gif) no-repeat top left;
	margin-right: 12px;
	padding: 5px 0px 13px 12px;
	font-size: 1.1em;
	font-weight: bold;
}
.mmenu .menu .button_selected .label a, .mmenu .menu .button_selected .label a:visited
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.mmenu .menu .button_selected .label a:active, .mmenu .menu .button_selected .label a:hover
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

/* --------------------------------------------------------------------------
 Sidebar Menu / submenu
 ------------------------------------------------------------------------- */
.XXsidebar
{
	width: 250px;
	background: url(../img/callao/sidebar_menu_bottom.png) no-repeat scroll  bottom left;
	margin-bottom: 20px;
	AAborder-bottom: 1px solid #e5e6d6;
	padding-bottom: 2px;
}
.XXsidebar .menu
{
	background: url(../img/callao/sidebar_menu_top.png) no-repeat scroll top left;
	margin-bottom: 20px;
	margin-right: 3px;
	padding: 19px 0px 0px 0px;
}

.sidebar
{
	width: 200px;
	margin-bottom: 6px;
	background: url(../img-new/box/gbox2_bottom.jpg) no-repeat bottom left;
	padding-bottom:12px;
}

.sidebar .menu
{
	background: url(../img-new/box/gbox2_top.jpg) repeat-y top left;
	padding: 6px 5px 10px 10px;	
}

/* Menu Item - Start/Homepage */
.sidebar .menu a.start
{
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
}
.sidebar .menu a.start, .sidebar .menu a.start:visited
{
	padding: 7px 5px 7px 25px;
	border-top: 1px solid #e5e5e5;
	background: url(../img/mapex/sidebar_home_bg.gif) no-repeat top left #ffffff;
}
.sidebar .menu a.start:active, .sidebar .menu a.start:hover
{
	padding: 7px 5px 7px 25px;
	border-top: 1px solid #e5e5e5;
	background: url(../img/mapex/sidebar_home_bg.gif) no-repeat top left #f2f4ec;
}
/* Selected Menu Item - Start/Homepage */
.sidebar .menu a.start_on
{
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
}
.sidebar .menu a.start_on, .sidebar .menu a.start_on:visited,
.sidebar .menu a.start_on:active, .sidebar .menu a.start_on:hover
{
	padding: 7px 5px 7px 25px;
	border-bottom: 1px solid #ccc;
	background: url(../img/callao/sidebar_home_selected.gif) no-repeat top left #9ecc33;
	color: #ffffff;
}

/* Menu Item - Level 0 */
.sidebar .menu .level0 a
{
	display: block;
	clear: both;
	font-weight: bold;
}
.sidebar .menu .level0 a, .sidebar .menu .level0 a:visited
{
	padding: 7px 5px 7px 25px;
	border-top: 1px solid #e5e5e5;
	background-color: #ffffff;
}
.sidebar .menu .level0 a:active, .sidebar .menu .level0 a:hover
{
	padding: 7px 5px 7px 25px;
	border-top: 1px solid #e5e5e5;
	background-color: #f2f4ec;
}
/* Selected Menu Item - Level 0 */
.sidebar .menu .level0 a.selected, .sidebar .menu .level0 a.selected:visited
{
	padding: 7px 5px 7px 25px;
	border-top: 1px solid #ccc;
	background: url(../img-new/callao/sidebar_menu0_selected.gif) no-repeat top left #9ecc33;
	color: #ffffff;
}
.sidebar .menu .level0 a.selected:active, .sidebar .menu .level0 a.selected:hover
{
	padding: 7px 5px 7px 25px;
	border-top: 1px solid #ccc;
	background: url(../img-new/callao/sidebar_menu0_selected.gif) no-repeat top left #9ecc33;
	color: #ffffff;
}
.sidebar .menu .level0 .inactive
{
	padding: 7px 5px 7px 25px;
	border-top: 1px solid #e5e5e5;
	background-color: #ffffff;
	color: #c5c0b6;
}
/* Menu Item - Level 1 */
.sidebar .menu .level1 a
{
	display: block;
	clear: both;
	font-weight: bold;
}
.sidebar .menu .level1 a, .sidebar .menu .level1 a:visited
{
	padding: 7px 5px 7px 55px;
	border-bottom: 1px solid #fafbf6;
	background: url(../img/mapex/sidebar_menu1_bg.gif) no-repeat top left #fafbf6;
	color: #9a9a92;
}

.sidebar .menu .level1 a:active, .sidebar .menu .level1 a:hover
{
	padding: 7px 5px 7px 55px;
	border-bottom: 1px solid #f0f2e9;
	background: url(../img/mapex/sidebar_menu1_bg.gif) no-repeat top left #f0f2e9;
	color: #9a9a92;
}
/* Selected Menu Item - Level 1 */
.sidebar .menu .level1 a.selected, .sidebar .menu .level1 a.selected:visited
{
	padding: 7px 5px 7px 55px;
	border-bottom: 1px solid #b2b2ac;
	background: url(../img/mapex/sidebar_menu1_selected.gif) no-repeat top left #b2b2ac;
	color: #ffffff;
	font-weight: bold;
}

.sidebar .menu .level1 a.selected:active, .sidebar .menu .level1 a.selected:hover
{
	padding: 7px 5px 7px 55px;
	border-bottom: 1px solid #b2b2ac;
	background: url(../img/mapex/sidebar_menu1_selected.gif) no-repeat top left #b2b2ac;
	color: #ffffff;
	font-weight: bold;
}

/* --------------------------------------------------------------------------
 Tab Menu (grey)
 ------------------------------------------------------------------------- */
.gtabmenu
{
	background: url(../img/mapex/tabmenu_border_b.gif) repeat-x bottom left;
	padding: 0px 0px 0px 21px;
	margin: 0px;
	height: 33px;
}
.gtabmenu .button
{
	float: left;
	margin: 0px 0px 0px 7px;
	background: url(../img/mapex/tabmenu_tab_r.gif) no-repeat bottom right;
	padding: 0px 13px 0px 0px;
	height: 33px;
}

.gtabmenu .button .label
{
	background: url(../img/mapex/tabmenu_tab_l.gif) no-repeat bottom left;
	margin-right: 0px;
	height: 33px;
	float: left;
}

.gtabmenu .button .label a
{
	padding: 8px 0px 0px 12px;
	display: block;
}


.gtabmenu .button_hover
{
	float: left;
	margin: 0px 0px 0px 7px;
	background: url(../img/mapex/tabmenu_tab_sel_r.gif) no-repeat bottom right;
	padding: 0px 13px 0px 0px;
	height: 33px;
}

.gtabmenu .button_hover .label
{
	background: url(../img/mapex/tabmenu_tab_sel_l.gif) no-repeat bottom left;
	margin-right: 0px;
	height: 33px;
	float: left;
}

.gtabmenu .button_hover .label a
{
	color: #000076;
	font-weight: bold;
	padding: 8px 0px 0px 12px;
	display: block;
}

/* --------------------------------------------------------------------------
 Mini-Tab Menu
 ------------------------------------------------------------------------- */
.minitab
{
	padding: 0px 10px;
	background-color: #f9faf4;
	border-bottom: 1px solid #ebebeb;
}

.minitab a, .minitab a:visited
{
	background: url(../img/mapex/minitab_bg.gif) no-repeat 0px 0px;
	padding: 2px 0px 6px 0px;
	text-align: center;
	width: 24px;
	display: block;
	float: left;
	text-decoration: none;
	color: #b4b4a4;
	margin-left: 4px;
}

.minitab a:hover, .minitab a:active
{
	background: url(../img/mapex/minitab_bg.gif) no-repeat 0px -40px;
	padding: 2px 0px 6px 0px;
	text-align: center;
	width: 24px;
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	margin-left: 4px;
}

.minitab a.selected, .minitab a.selected:visited
{
	background: url(../img/mapex/minitab_sel_bg.gif) no-repeat 0px 0px;
	padding: 2px 0px 10px 0px;
	text-align: center;
	width: 29px;
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	margin-left: 4px;
}

.minitab a.selected:hover, .minitab a.selected:active
{
	background: url(../img/mapex/minitab_sel_bg.gif) no-repeat 0px -40px;
	padding: 2px 0px 10px 0px;
	text-align: center;
	width: 29px;
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	margin-left: 4px;
}
