@charset "UTF-8";
/* CSS Document */
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	z-index:17;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 25px;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: left bottom; 
}
ul#topnav a.home {
	background: url(/sns/images/nav_home.png) no-repeat;
	width: 78px; 
}
ul#topnav a.about {
	background: url(/sns/images/nav_about.png) no-repeat;
	width: 78px; 
}
ul#topnav a.news {
	background: url(/sns/images/nav_news.png) no-repeat;
	width: 78px; 
}
ul#topnav a.services {
	background: url(/sns/images/nav_services.png) no-repeat;
	width: 78px; 
}
ul#topnav a.products {
	background: url(/sns/images/nav_products.png) no-repeat;
	width: 78px; 
}
ul#topnav a.support {
	background: url(/sns/images/nav_support.png) no-repeat;
	width: 78px; 
}
ul#topnav a.ebusiness {
	background: url(/sns/images/nav_ebusiness.png) no-repeat;
	width: 125px; 
}
ul#topnav a.account {
	background:    url(/sns/images/nav_my_account.png) no-repeat;
	width: 125px;
}


ul#topnav li .sub {
	position: absolute;
	top: 25px; left: 0;
	background: #000033 url(/sns/images/sub_bg.png) repeat-x;
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {
	clear: both; float: left; width: 100%; margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #0099ff;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(/sns/images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd; background-position: 5px 12px ;
}



.clear{clear:both;}

#ecomnav { /* the menu container */
	background: #1f76bb;
	width: 100%;
	font-size: 13px;
	float: left;
	margin-top: 2px;
	line-height: 50px;
}

#ecomnav ul { /* menu ul style */
	list-style: none;
	margin: 0;
}

#ecomnav li { /* horizontal menu */
	float: left;
	position: relative;
}

#ecomnav ul li { 
	margin-left:0; 
	margin-bottom:0px; 
}

#ecomnav a { /* the link style of menu */
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
	border-right:1px solid #666;
	border: 0;
 	background: none;
 	box-shadow: none;
 	border-radius: 0px;
}

 /* The sub menu is hidden by default and its position is places right under the parent menu*/
#ecomnav ul ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

/* The sub menu list element is given a minimum width */
#ecomnav ul ul li {
	min-width: 100px;
}

/* the third level menu (sub sub menu) is placed to the left side of its parent*/
#ecomnav ul ul ul {
	left: 100%;
	top: 0;
}

#ecomnav ul ul a {
	background: #333;
	line-height: 20px;
	padding: 1px;
	width: 150px;
	height: auto;
}

#ecomnav li:hover > a,
#ecomnav ul ul :hover > a {
	background: #333;
	color: #fff;
}
#ecomnav ul li:hover > ul {
	display: block;
}

/* When the mouse is over a list (li) element with unordered-list (ul) element inside then show it. The position when its shown is defined in the previous block of CSS*/
#ecomnav ul li:hover > ul {
	display: block;
}

/* Styles the anchor (a) tag when mouse over */
#ecomnav li:hover > a,
#ecomnav ul ul :hover > a {
	background: #333;
	color: #fff;
}

