﻿
#nav,
#nav ul			{ list-style: none; margin: 0; padding: 0; }
#nav			{ z-index:1; margin-bottom:1em; position:relative; }
#nav li			{ width:15.625em; background: url(images/bg/border.png) repeat-x bottom left !important;	margin: 0; padding: 0; position: relative; }
#nav a			{ color:#fff; padding: .60em 0 .60em 2.343em;	text-decoration:none; display: block;  }
#nav a:hover,
#nav a:focus		{ background: #395496 url(images/bg/bg_menu.png) no-repeat  bottom left !important; }

#nav ul			{ z-index:50; position:	absolute;width:15.625em !important; left: 11em; top: 0.5em; }
#nav ul li		{ background: none; float: none; height: auto; width:15.625em !important;  background:	url(images/bg/nav.png) !important;}
#nav ul a		{ padding: .40em 0 .40em 2.343em; background:url(images/menu_arrow.png) no-repeat 10px 0.7em  !important;}

#nav ul a:hover,
#nav ul a:focus,
#nav ul .hover>a	{ background: #3a5496 url(images/bg/bg_menu.png) repeat-y !important; }

#nav ul ul		{ left: 9em; top: 0.3em; z-index:100; }

#nav ul,
#nav :hover ul ul,
#nav .hover ul ul	{ margin-left: -9999px; }

#nav li:hover>ul,
#nav li.hover>ul,
#nav a:focus+ul,
#nav ul ul,
#nav .hover a:focus	{ margin-left: 0; }
#nav ul a:focus		{ margin-left: 9999px; }
