/*************************************/
/*Roland Corporation U.S. Navigation Layout Stylesheet*/
/*Created: 10.10.2005 */
/*Last Updated: x.x.2005*/

/*************************************/
/*Overall Navigation Rules Start*/

#nav
{
	clear: both;
	padding: 0;
	margin: 0;
	width: 550px;
	z-index: 90;
	float:left;
}

#nav ul
{
	padding: 0;
	margin: 0;
}

/* all list items */
#nav li 
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}

#nav li a 
{
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	height: 40px;
}

#nav li a span
{
	visibility: hidden;
}

#nav li:hover, #nav li.sfhover, #nav li.active
{
	background-position: 0 -40px;
	text-decoration: none;
}

#nav li:hover a, #nav li.sfhover a
{
	text-decoration: none;
}

/* second-level lists */
#nav li ul 
{
	background: none;
	position: absolute;
	left: -999em; 
	_width: 840px;
	padding:0px;
	margin:0px 0px 0px 10px;
	height:14px;
	
}

#nav li ul.linetwo
{
	background: none;
	position: absolute;
	left: -999em; 
	_width: 840px;
	padding:0px;
	margin:0px 10px 0px 10px;
	height:14px;
	top:54px;
}

#nav li li
{
	display: inline !important;
	width: auto;
	height: 14px;
	border-left: 1px solid #AAAAB0;
	margin-left: 5px;
	padding-left: 5px;
}

#nav li li a {
	color:#666666;
   display: inline !important;
	height: auto;
}

#nav li li a:hover
{
   color:#666666;
   text-decoration: underline;
	/*\*//*/
	 left: 0;
	 /**/
}

#nav li li.first
{
	border: 0px none;
	margin-left: 0px;
	padding-left: 0px;
	
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul
{ 
   color:#666666;
   left: 0;
}

/*Overall Navigation Rules End*/
/*************************************/

/*************************************/
/*Navigation Exception Rules Start*/

#nav li.navli_faq:hover ul, #nav li.navli_contact:hover ul, #nav li.sfhover ul.navli_faq, #nav li.sfhover ul.navli_contact
{ 
/* lists nested under hovered list items */
	left: auto;
	color:#666666;
	_width: 400px;
	
}

/*Navigation Exception Rules End*/
/*************************************/

/*************************************/
/*Navigation Rollover Image Rules Start*/

#nav li.navli_home
{
	width:99px;
	background-image: url('../../images/buttons/english/home.png');
}

#nav li.navli_store
{
	width:91px;
	background-image: url('../../images/buttons/english/store.png');
}

#nav li.navli_about
{
	width:90px;
	background-image: url('../../images/buttons/english/about.png');
}

#nav li.navli_news
{
	width:90px;
	background-image: url('../../images/buttons/english/news.png');
}

#nav li.navli_contact
{
	width:90px;
	background-image: url('../../images/buttons/english/contact.png');
}

#nav li.navli_faq
{
	width:90px;
	background-image: url('../../images/buttons/english/faq.png');
}


p, td, ul, ol, li 
{
	font: 10px/13px Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
}
/*Navigation Rollover Image Rules End*/
/*************************************/
