/* CSS Document */
#menu_top{
	text-align:center;	
	margin:0px 0px 0px auto;
	width:802px;
}
#menu_top table{
	width:100%;	border:0px;
}
.page_menu{
	width:110px;
	text-align:center;
	
}
.menu_first{
	background:#ffffff url(../images/menu_bg.gif) repeat-x;	
}
.menu_second{
	background:#ffffff url(../images/menu_hover.gif) repeat-x;
}
.menu_action{
	background:#ffffff url(../images/menu_hover.gif) repeat-x;
}
#menu_top table tr .separador{
	width:2px;
	height:27px;
	background:#bdc5cd url(../images/separador.jpg) repeat-y;
}
.top_menu_left_first{
	background:#FFFFFF url(../images/menu_blue_left.gif) no-repeat;
	width:10px;
}
.top_menu_right_first{
	background:#FFFFFF url(../images/menu_blue_right.gif) no-repeat;
	width:14px;
}
.top_menu_left_second{
	background:#FFFFFF url(../images/menu_yellow_left.gif) no-repeat;
	width:10px;
}
.top_menu_right_second{
	background:#FFFFFF url(../images/menu_yellow_right.gif) no-repeat;
	width:14px;
}
#menu_top table tr td a{
	color:white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	width:110px;
	DISPLAY: block;
}
/****************************************************/

/***customer selfcare****/
DIV#cusMenu {
	WIDTH: 100%;
	background:#FFF;
	
}
DIV#cusMenu UL {
	WIDTH: 500px;
}
DIV#cusMenu LI {list-style:none;
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; BACKGROUND: url(../images/selfcare_line.gif) no-repeat right 50% #FFF; FLOAT: left; PADDING-BOTTOM: 5px; WIDTH: 110px; PADDING-TOP: 5px; TEXT-ALIGN: center;
	
}
DIV#cusMenu A {
	DISPLAY: block; width:110px;  font-size:14px; font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	
}
DIV#cusMenu A:link {
	COLOR:#336600; TEXT-DECORATION: none;
}
DIV#cusMenu A:visited {
	COLOR: #336600; TEXT-DECORATION: none;
}
DIV#cusMenu A:hover {
	COLOR: #ffffff; background: no-repeat url(../images/cus_menu_bg.gif); 
}
DIV#cusMenu .current{
	COLOR: #ffffff !important; background: no-repeat url(../images/cus_menu_bg.gif); 
	}
/***customer selfcare****/
