UL.frontend-navigation-vertical {
	BORDER: 0px;
	PADDING: 0px;
	LIST-STYLE-TYPE: none;
	margin-top:2px;
	border-top:0px;
}
UL.frontend-navigation-vertical LI {
	MARGIN: 0px;
	PADDING: 0px;
	BORDER: 0px;
	WIDTH: 100%;
	LIST-STYLE-TYPE: none;
}
UL.frontend-navigation-vertical UL {
	BORDER: 0px;
	PADDING: 0px;
	MARGIN: 0px;
	WIDTH: 100%	;
	LIST-STYLE-TYPE: none;
}
UL.frontend-navigation-vertical:unknown {
	CLEAR: both;
	DISPLAY: block;
	VISIBILITY: hidden;
	FONT: 1px/0px serif;
	HEIGHT: 0px;
	content: "."
}
UL.frontend-navigation-vertical LI {
	display: block !important;
	display: inline; /*For IE*/
	POSITION: relative;
}
UL.frontend-navigation-vertical A{
	PADDING-RIGHT: 6px;
	DISPLAY: block;
	text-indent:30px;
	TEXT-DECORATION: none;
	background:url(images/button_left.gif) 5% 50% no-repeat;
	border-top:1px solid #4388C5;
	border-bottom:1px solid #FFFFFF;
	background-color:#589ED1;
	font-weight:bold;
	line-height:25px;
	height:25px;	
}
UL.frontend-navigation-vertical A span{
	color:#FFFFFF;
}
UL.frontend-navigation-vertical A:hover span{
	color:#FFFFFF;
}
/*Level 1 hover*/
UL.frontend-navigation-vertical A:hover,
UL.frontend-navigation-vertical A.level_1_selected{
	background:url(images/button_left_selected.gif) 5% 50% no-repeat;
	COLOR: #FFFFFF;
	text-decoration:none;
	line-height:25px;
	height:25px;	
	background-color:#005DB1;
}
/*Lever 2*/

UL.frontend-navigation-vertical LI:hover ul{
	border:1px solid #9ED7E9;
}
a.level_2:link,a.level_2:visited,
UL.frontend-navigation-vertical LI:hover LI A,
UL.frontend-navigation-vertical LI.iehover LI A {
	background:url(images/arrow.gif) 5% 50% no-repeat;
	background-color:#EBF8FB;
	border-top:0px;
	line-height:25px;
	height:25px;
	border-bottom:1px solid #9ED7E9;
}
UL.frontend-navigation-vertical li:hover LI A span,
a.level_2:link span,a.level_2:visited span{
	COLOR: #005DB1;	
}
/*Level 2 hover*/
a.level_2:link:hover,a.level_2:visited:hover,
UL.frontend-navigation-vertical LI:hover LI A:hover,
UL.frontend-navigation-vertical LI:hover LI:hover A,
UL.frontend-navigation-vertical LI.iehover LI A:hover,
UL.frontend-navigation-vertical LI.iehover LI.iehover A,
UL.frontend-navigation-vertical LI.iehover LI.iehover A.selected {
	background:url(images/arrow.gif) 5% 50% no-repeat;
	COLOR: #005DB1;
	background-color:#EBF8FB;
	line-height:25px;
	height:25px;

}
a.level_2:link:hover span,a.level_2:visited:hover span{
	COLOR: #005DB1;
}
a.level_3:link,a.level_3:visited,
a.level_3:link:hover,a.level_3:visited:hover,
UL.frontend-navigation-vertical LI:hover LI LI A,
UL.frontend-navigation-vertical LI.iehover LI LI A{
	background:url(images/arrow.gif) 5% 50% no-repeat;
	background-color:#FFFFFF;
	border-top:0px;
	border-bottom:1px solid #9ED7E9;
	font-weight:normal;
}
a.level_3:link span,a.level_3:visited span,
a.level_3:link:hover span,a.level_3:visited:hover span{
	COLOR: #005DB1;
}
UL.frontend-navigation-vertical UL {
	DISPLAY: none;
	LEFT: 100%;
	POSITION: absolute;
	TOP: 0px;
}

UL.frontend-navigation-vertical UL UL {
	DISPLAY: none;
	LEFT: 100%;
	POSITION: absolute;
	TOP: 0px;
}
UL.frontend-navigation-vertical UL UL UL {
	DISPLAY: none;
	LEFT: 100%;
	POSITION: absolute;
	TOP: 0px;
}
UL.frontend-navigation-vertical LI:hover UL UL {
	DISPLAY: none
}
UL.frontend-navigation-vertical LI:hover UL UL UL {
	DISPLAY: none
}
UL.frontend-navigation-vertical LI.iehover UL UL {
	DISPLAY: none
}
UL.frontend-navigation-vertical LI.iehover UL UL UL {
	DISPLAY: none
}
UL.frontend-navigation-vertical LI:hover UL {
	DISPLAY: block
}
UL.frontend-navigation-vertical UL LI:hover UL {
	DISPLAY: block
}
UL.frontend-navigation-vertical UL UL LI:hover UL {
	DISPLAY: block
}
UL.frontend-navigation-vertical LI.iehover UL {
	DISPLAY: block
}
UL.frontend-navigation-vertical UL LI.iehover UL {
	DISPLAY: block
}
UL.frontend-navigation-vertical UL UL LI.iehover UL {
	DISPLAY: block
}
a.level_3_selected,a.level_3_selected:visited,
a.level_3_selected:hover,
a.level_3_selected:visited:hover{
	font-weight:bold;
}