/* CSS Document */

/* nav */
#navcontainer
{
	border: 0;
	margin: 11px 0px 11px 11px;
	padding: 0;
	list-style-type: none;
	height: 247px;
}
#navcontainer li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#navcontainer li a {
	display: block;
	font-weight: bold;
	color: #ccc;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#navcontainer li a:hover {
	padding: 0px 0px 0px 0px;
	color: #333;
}

#navcontainer li#navItem
{
	height: 26px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	color: #cff;
	font: 10px/13px Arial, Helvetica, Verdana, sans-serif;
	background-image: url(../images/nav_back.gif);
	background-repeat: no-repeat;
	width: 128px;
}
/*
	voice-family: "\"}\"";
    voice-family: inherit;
    width: 121px;
}
html>body li#navItem {
    width: 121px;
}*/
#navcontainer li#navItem a#navLink
{
	padding: 0px 0px 0px 10px;
	margin: 0;
	text-decoration: none;
	display: block;
	color: #CFF;
	width: 121px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
}
#navcontainer li#navItem a#navLink:hover {
	padding: 0px 0px 0px 10px;
	margin: 0;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 26px;
	text-transform: uppercase;
}

#navcontainer body#cat a#navLink {
	background-image: url(../images/nav_back_on.gif);
	background-repeat: no-repeat;
}


#navcontainer li#navItem a#navSublink
{
	padding: 0px 0px 0px 20px;
	margin: 0;
	text-decoration: none;
	display: block;
	color: #fc6;
	width: 121px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
}
#navcontainer li#navItem a#navSublink:hover {
	padding: 0px 0px 0px 20px;
	margin: 0;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 26px;
	text-transform: uppercase;
}

#navcontainer body#cat a#navSublink {
	background-image: url(../images/nav_back_on.gif);
	background-repeat: no-repeat;
}


li#navTop {
	float: left;
	position: relative;
	cursor: default;
	height: 5px;
	margin: 0;
	padding: 0;
}
#navcontainer li#navTop a#navNolink {
	background-color: #fff;
	width: 128px;
	height: 5px;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
}
#navcontainer li#navTop a#navNolink:hover {
	background-color: #fff;
	width: 128px;
	height: 5px;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background-image: url(../images/nav_top.gif);
	background-repeat: no-repeat;
	display: block;
}

li#navFoot {
	float: left;
	position: relative;
	cursor: default;
	height: 4px;
	margin: 0;
	padding: 0;
}

#navcontainer li#navFoot a#navNolink {
	background-color: #fff;
	width: 128px;
	height: 4px;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
}
#navcontainer li#navFoot a#navNolink:hover {
	background-color: #fff;
	width: 128px;
	height: 4px;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background-image: url(../images/nav_foot.gif);
	background-repeat: no-repeat;
	display: block;
}

