﻿/*--------------------- Nav Styles ---------------------------*/

.Nav_Holder{
	background-color: #FFF;
	background-image: url(../images/b_l79_img_bg_01.gif);
	background-repeat: repeat;
	width:185px;
	padding:5px 5px 5px 5px;
	text-align:center;
	border-color: #fff;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

/*.Nav_Inside{
	background-color: #FFF;
	background-image: url(../images/b_l79_img_bg_01.gif);
	background-repeat: repeat;
	padding:5px 5px 15px 5px;
}*/

.Category_Title{
	width:165px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color: #000;
	margin:10px 0 10px 0;
	padding:0px 0px 0px 5px;
	text-align:left;
}

.Category_Title a:link, .Category_Title a:visited, .Category_Title a:active{
	width:165px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color: #000;
	margin:2px 0 2px 0;
	padding:0px 0px 0px 0px;
	text-align:left;
	text-decoration:none;
}

.Category_Title a:hover{
	color: #fff;
	text-decoration: underline;
}

#Navlist ul{
	list-style-position: inside;
}

#Navlist li{
	display: inline;  /* for IE5 and IE6 */
}

#Navlist{
	width: 160px;  /* to display the list horizontaly */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#Navlist li a, #Navlist li a:visited {
	width: 100%;  /* extend the sensible area to the maximum with IE5 */
	display: block;
	text-align: left;
	text-decoration: none;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0px 2px 8px;
	border-color: #663300;
	border-width: 0 0 1px 0;
	border-style: dotted;
	background-image:url(../images/b_l79_img_arw_01.gif); 
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#Navlist li a:hover{ 
	color: #fff;
	text-decoration:underline;
}
