.navigation
{
cursor:default;
}

.navigation ul
{
	margin: 1px;
	padding: 0;
	list-style-type: none;
	width: 15.4em;
	width:174px;
	position:relative;
	z-index:99;
}
	

	
.navigation ul li
{
	position: relative;
	margin:0px;
	padding:0px;
}

.navigation li.sublist
{
	text-indent:0px;
}

	
/*Sub level menu items */
.navigation ul li ul
{
	position: absolute;
	left:174px;
	top:0px;
	display:none;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	border-bottom:2px solid #777777;
	border-right:2px solid #777777;
	padding:1px;
}


/* Sub level menu links style */
.navigation ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #666666;
	text-decoration: none;
	background: #ffffff;
	border:1px solid #ffffff;
	padding:4px;
}



.navigation ul li a:visited
{
	color: #666666;
}

.navigation ul li a:hover
{
	background-color: #00A1E0;
	border:1px solid #00A1E0;
	color:#ffffff;
	text-decoration:none;
}


.navigation a.menuparent { /* this supplies the arrow indicating a submenu.  class must be used in the anchor tag */
	background-image:url(/IMG/lookfeel/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:right 50%;
}

.navigation a.menuparent:hover { /* this supplies the arrow indicating a submenu.  class must be used in the anchor tag */
	background-image:url(/IMG/lookfeel/menu_arrow_hover.gif);
	background-repeat:no-repeat;
	background-position:right 50%;
}

.navigation ul li a .dash
{
	padding-right:4px;
}

.navigation ul li a:hover .dash
{
	color:#ffffff;
}



.navigation a img
{
	width:16px;
	height:16px;
	margin:1px 1px 0px 1px;
}


.navigation a:hover img
{
	width:16px;
	height:16px;
	margin:1px 1px 0px 1px;
	background-image:url(../IMG/lookfeel/open/brand_holder_bg.gif);
}

.navigation .nonclick
{
	line-height:5px;
	height:5px ;
	margin:0px ;
	padding:0px ;
	background-color:#ffffff;
	cursor:default;
	margin-top:2px;
	margin-bottom:2px;
}

.navigation .nonclick .sep
{
height:1px;
border-bottom:1px dashed #D8D8D8;
cursor:default;
font-size:1px;
line-height:1px;
}

.navigation .nonshow {
     text-indent: -9999px;
	 position: absolute;
/*	 height: 0px;
	 max-height: 0px;
	 padding: 0px;
	 margin: 0px;*/
}

	
/* Holly Hack for IE \*/
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */


.snailtrail
{
	float:left;
	line-height:28px;
	color:#fff;
}

.snailtrail a
{
	color:#fff;
	margin: 0px 3px 0px 3px;
	line-height:28px;
}

.snailtrail a:visited, .snailtrail a:active, .snailtrail a:hover
{
	color:#fff;
}