@CHARSET "ISO-8859-1";

/****************************************************
* Menu - level0
****************************************************/	


#menuL0 {
background:none repeat scroll 0 0 #8F5F19;
float:left;
list-style:none outside none;
margin:0;
padding:0;
width:100%;
}
#menuL0 li {
	float: left;
	margin-left: 5px;
}
#menuL0 li a {
	background-color: #8f5f19;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;

	padding-left: 2px;
	padding-right: 2px;
}

#menuL0 li.current a {
	color: blue;
	background-color: blue;
}

#menuL0 li a:hover {
	background: #000;
	color: #fff;
}


/****************************************************
* Menu - level1
****************************************************/
.menuL1{
	clear:both;
	float: left;
	width: 100%;
	list-style: none;	
	margin: 0;
	padding: 0;
}

.menuL1 li{
background: transparent url(../images/menu_icon/dm-tab-c.gif) repeat-x;
float:left;
padding:5px;	
}
.menuL1 li:hover{
	background: transparent url(../images/menu_icon/adm-tab-hc.gif) repeat-x;
}
.menuL1 li .mnu_l{
background: transparent url(../images/menu_icon/dm-tab-c.gif) no-repeat;	
}
.mnu_img{
padding:10px;
text-align:center;	
}

.mnu_txt{
margin-top:2px;	
}

#menuL1 {
clear:both;
float:left;
list-style:none outside none;
margin:0;
padding:0;
width:100%;
}

/*************************************************************/
#menuL1 li a em.mL1Wizard{
	width: 93px;
	height: 47px;
	background: url("../images/layout/wizard.gif") no-repeat;
	float: left;
}

#menuL1 li a em.mL1Wizard:hover {
	background: url("../images/layout/wizard_s.gif") no-repeat;
}

#menuL1 li a em.mL1Wizard.current{
	background: url("../images/layout/wizard_s.gif") no-repeat;
}

/*************************************************************/
#menuL1 li a em.mL1Electoral{
	width: 93px;
	height: 47px;
	background: url("../images/layout/elect.gif") no-repeat;
	float: left;
}

#menuL1 li a em.mL1Electoral:hover {
	background: url("../images/layout/elect_s.gif") no-repeat;
}

#menuL1 li a em.mL1Electoral.current{
	background: url("../images/layout/elect_s.gif") no-repeat;
}


/*************************************************************/
#menuL1 li a em.mL1Division{
	width: 93px;
	height: 47px;
	background: url("../images/layout/div.gif") no-repeat;
	float: left;
}

#menuL1 li a em.mL1Division:hover {
	background: url("../images/layout/div_s.gif") no-repeat;
}

#menuL1 li a em.mL1Division.current{
	background: url("../images/layout/div_s.gif") no-repeat;
}


/*************************************************************/
#menuL1 li a em.mL1GsArea{
	width: 93px;
	height: 47px;
	background: url("../images/layout/gs.gif") no-repeat;
	float: left;
}

#menuL1 li a em.mL1GsArea:hover {
	background: url("../images/layout/gs_s.gif") no-repeat;
}

#menuL1 li a em.mL1GsArea.current{
	background: url("../images/layout/gs_s.gif") no-repeat;
}


/*************************************************************/
#menuL1 li a em.mL1Road{
	width: 93px;
	height: 47px;
	background: url("../images/layout/roads.gif") no-repeat;
	float: left;
}

#menuL1 li a em.mL1Road:hover {
	background: url("../images/layout/roads_s.gif") no-repeat;
}

#menuL1 li a em.mL1Road.current{
	background: url("../images/layout/roads_s.gif") no-repeat;
}

/*************************************************************/
#menuL1 li a em.mL1People{
	width: 93px;
	height: 47px;
	background: url("../images/layout/people.gif") no-repeat;
	float: left;
}

#menuL1 li a em.mL1People:hover {
	cursor:hand;
	background: url("../images/layout/people_s.gif") no-repeat;
}

#menuL1 li a em.mL1People.current{
	background: url("../images/layout/people_s.gif") no-repeat;
}

/*************************************************************/
#menuL1 li a em.mL1Project{
	width: 93px;
	height: 47px;
	background: url("../images/layout/project.gif") no-repeat;
	float: left;
}

#menuL1 li a em.mL1Project:hover {
	background: url("../images/layout/project_s.gif") no-repeat;
}

#menuL1 li a em.mL1Project.current{
	background: url("../images/layout/project_s.gif") no-repeat;
}


/*************************************************************/
#menuL1 li a em.mL1Search{
	width: 93px;
	height: 47px;
	background: url("../images/layout/search.gif") no-repeat;
	float: left;
}

#menuL1 li a em.mL1Search:hover {
	background: url("../images/layout/search_s.gif") no-repeat;
}

#menuL1 li a em.mL1Search.current{
	background: url("../images/layout/search_s.gif") no-repeat;
}

/*************************************************************/

#menuL1 li a em.mL1Stats{
	width: 93px;
	height: 47px;
	background: url("../images/layout/stats.gif") no-repeat;
	float: left;
}

#menuL1 li a em.mL1Stats:hover {
	background: url("../images/layout/stats_s.gif") no-repeat;
}

#menuL1 li a em.mL1Stats.current{
	background: url("../images/layout/stats_s.gif") no-repeat;
}

/*************************************************************/





#mL1Wizard.current a {
	color: blue;
	background-color: blue;
}

/*************************************************************/
/* DocTrans Buttons */
#button-container-user a {
	display: block;
}

#button-container-user{
	margin-top:50px;
}

#button-container-user .fw_homepg_menuitem {
	width:300px;
	margin-bottom:20px;
}

#button-container-user .fw_homepg_menuitem .mi_img img{
	float:left;
	width:50px;
	height:50px;	
	position: relative;
	top:-20px;
}
#button-container-user .fw_homepg_menuitem .mi_txt{
	float:left;
	margin-top:10px;
}
/*-----------------------------------------------------------*/
#button-container-system a {
	display: block;
}
#button-container-system{
	margin-top:50px;
	text-align: right;
}

#button-container-system .fw_homepg_menuitem {
	width:300px;
	margin-bottom:0px;
}

#button-container-system .fw_homepg_menuitem .mi_img img{
	float:left;
	width:32px;
	height:32px;
}
#button-container-system .fw_homepg_menuitem .mi_txt{
	float:left;
	margin-top:10px;
}

#button-container-system .system-menu-bg{
	float:right;
	padding:15px 15px 0 15px;
	 background-position: 0% 100%;
	 margin-right:20px;
}
/*************************************************************/
