@charset "utf-8";
/* CSS Document */

#nav,
#nav ul			{ list-style: none; margin: 0; padding: 0; float:left; border:1px solid #999; position:relative; z-index:50;}
#nav			{ background: #FFF 0 0 repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 0.875em; /* 14px / 16px */ font-weight: bold; height: 2.286em; /* 32px / 14px */ line-height: 1.5em; /* 21px / 14px */ margin-right:10px;}
.askvannav		{ min-width:900px;}
.physvannav		{ min-width:630px;}
.s2snav			{ min-width:790px;}
#nav li 		{ background: #FFF ; float: left; height: 2.286em; /* 32px / 14px */ margin: 0; padding: 0; position: relative; }
#nav a			{ background: #FFF; color: #000; display: block; padding: 0.286em 20px 0.5em; /* 4px 30px 7px */ text-decoration: none; text-transform:uppercase;}

#nav a:hover,
#nav a:focus	{ color: #fff; background:#0360c9; }

#nav ul			{ background: #fff; left: 0; font-size: 0.857em; /* 12px / 14px */ line-height: 1.5em; /* 18px / 12px */ position: absolute; top: 2.667em; /* 32px / 12px */ width: 180px; }
#nav ul li		{ background: none; float: none; height: auto; width: 180px; min-width:180px;}
#nav ul li a	{ color:#000; text-transform:capitalize; z-index:50;}
#nav ul a		{ background: none; padding: 0.083em 10px 0.25em; /* 1px 30px 3px */ width: 160px; z-index:50; }
#nav ul ul		{ font-size: 1em; }

#nav ul a:hover,
#nav ul a:focus		{ background: #4792E6; color:#fff; z-index:50}
#nav ul .hover>a	{ background: #4792E6; z-index:50;}

#nav ul ul		{ left: 180px; top: -1px; position:absolute;/* 6px / 12px */ }

#nav ul,
#nav :hover ul ul,
#nav .hover ul ul	{ margin-left: -9999px; }

#nav li:hover>ul,
#nav li:hover hover>ul,
#nav li.hover>ul,
#nav li.hover hover>ul,
#nav a:focus+ul,
#nav ul ul,
#nav .hover a:focus,
#nav .hover .hover a:focus	{ margin-left: 0;  position:absolute; z-index:150; min-width:130px;}
#nav ul a:focus		{ margin-left: 9999px; }

#nav ul .arrow {background-image:url(../images/arr_double_1.gif); background-position:right; z-index:30; background-repeat:no-repeat;}


