#nav_1
{
	float: left;
	width: 100%;
	font-size: 100%;
	line-height: normal;
	background-repeat: repeat-x;
	background-position: bottom;
}

#nav_1 ul
{
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;
	background-repeat: repeat-x;
	background-position: bottom;
}

#nav_1 li
{
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #765;
	background-image: url(/graphics/vitgul/left_both.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: inherit;
	white-space: nowrap;
}

#nav_1 a
{
	float: left;
	display: block;
	width: 0.1em;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background-image: url(/graphics/vitgul/right_both.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav_1 > ul a { width: auto; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_1 a { float: none; }

/* End IE5-Mac hack */
#nav_1 a:hover { color: #333333; }

#nav_1 #current
{
	background-position: 0 -150px;
	border-width: 0;
}

#nav_1 #current a
{
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #333333;
}

#nav_1 li.space
{
	background: repeat-x;
	background-position: 0px 100px;
	border-width: 0;
}

#nav_1 li:hover, #nav_1 li:hover a
{
	background-position: 0% -150px;
	color: #333333;
}

#nav_1 li:hover a { background-position: 100% -150px; }


#nav_2, #nav_3
{
	float: left;
	width: 100%;
	font-size: 80%;
	line-height: normal;
	background-image: url(/graphics/vitgul/sub_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: #333;
	border-left: #333;
	border-width: 0px 1px 0px 1px;
	border-style: none solid solid solid;
}

#nav_2 ul, #nav_3 ul
{
	margin: 0;
	padding: 0px 10px 0 10px;
	list-style: none;
}

#nav_2 li, #nav_3 li
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #765;
	background-image: url(/graphics/vitgul/left_both.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: inherit;
	white-space: nowrap;
}

#nav_2 a, #nav_3 a
{
	float: left;
	display: block;
	width: 0.1em;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background-image: url(/graphics/vitgul/right_both.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav_2 > ul a, #nav_3 > ul a { width: auto; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_2 a, #nav_3 a { float: none; }

/* End IE5-Mac hack */
#nav_2 a:hover, #nav_3 a:hover { color: #333333; }

#nav_2 #sub_current, #nav_3 #sub_current
{
	background-position: 0 -150px;
	border-width: 0;
}

#nav_2 #sub_current a, #nav_3 #sub_current a
{
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #333333;
}

#nav_2 .space, #nav_3 .space
{
	background: repeat-x;
	background-position: 0px 0px;
	border-width: 0;
	padding: 10px 3px 10px 3px;
}

#nav_2 li:hover, #nav_2 li:hover a, #nav_3 li:hover, #nav_3 li:hover a
{
	background-position: 0% -150px;
	color: #333333;
}

#nav_2 li:hover a, #nav_3 li:hover a { background-position: 100% -150px; }


#crumbs
{
	background-color: #FFF;
	border-right: #333;
	border-left: #333;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	height: 10px;
	padding: 5px 0;
	font-size: 11px;
	color: #AAA;
	float: left;
	width: 100%;
}

#crumbs a
{
	color: #AAAAAA;
	padding: 0 5px;
}

#crumbs a:hover
{
	color: #005FA9;
	text-decoration: underline;
}

#crumbs p
{
	color: #333;
	font-size: 12px;
	text-align: right;
	float: right;
	display: inline;
	padding: 0 5px 0 0;
}

#crumbs em
{
	color: #333;
	font-size: 12px;
	text-align: right;
	float: right;
	font-style: normal;
	margin: 0 5px 0 0;
}

