@charset "utf-8";
/* CSS Document for Veerakeat.com noscript main nav menu */
/* Compatibility Check date = 2008.03.28 */
dummy {}
@media print { #navbar, #printbutton, #navtable, #footersection { display: none; }
#printheader { width: 650px; border: 0px;  }
}
@media screen { #printheader { display: none }
}
#navtable { clear: both; margin: 0 auto;
}
.navbgtd { margin: 0 auto;
	width: 100%;
	height: 22px;
	background-color: inherit;
	text-align: center;
	vertical-align: middle;
}
.navtd { margin: 0 auto;
	width: 100%;
	height: 22px;
	/* text-align: right;  */
	vertical-align: middle;
	color: #08f;
	z-index: 2;
	position: relative;
}

/* ------------------------------------ Nav menu */

#navbar {  clear: both;
	/*margin: 0 auto;
	margin-top: 1em; */
	padding-bottom: 2em;
	display: inline;
	position: relative;
	/* was left: 11.5 */
}
#nav { display: block;
	font-size: 1em;
	padding: 6px 10px 4px 10px ;
	background-color: inherit;
	text-align: center;
}
.mainNavItem { font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
}
li a.currNavItem  {
	font-style: oblique;
	font-weight: bold;
	color: #333;
	text-transform: none;
}
#nav .nullNavItem { font-size: inherit;
	font-weight: normal;
	color: #CCC;
	background-color: inherit;
	text-transform: none;
	text-align: left;
}
#nav .nullNavItem:hover { font-weight: bold;
	color: #fff;
}
.barNavItem { display: block;
	font-size: 15px;
	font-weight: bold;
	color: #888;
	background-color: inherit;
	text-transform: none;
	text-align: left;
}
#nav, nav ul { list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav { text-align: center;
}

#nav li { float: left;
	padding: 0px;
}
#nav li a { /*top level item*/
	display: block;
	text-decoration: none;
	padding: 0.1em 1.23em;
/*	padding-top: 5px;
	padding-bottom: 4px; */
	color: #AAA;
}
#nav li a:hover {  
	background-color: inherit;
	color: #888;
	font-style: oblique;
	font-weight: bold;
	letter-spacing: -0.03em;
	text-decoration: none;
	text-transform: none;
}
#nav li a.parent { /*top level item with children */
	font-size: 1em;
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 60%;
}
#nav li a.parent:hover {
	font-size: 1em;
	font-weight: bold;
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 60%;
}
#nav li ul { /*drop down list*/
	position: absolute;
	left: -999em; /*hides submenu by default*/
	height: auto;
	width: 94px;
	margin: 0px;
	padding: 0px;
	color: #0bf;
	border-left: 1px solid #333;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}
#nav li ul li { border-bottom: 1px solid #CCC;
	list-style: none;
}
#nav ul li a:hover  { font-weight: bold; /* needs work */
}
#nav li ul li a { /*drop down list item*/
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 4px;
	color: #888;
	background-color: inherit;
	background-image: url(SpryAssets/canvas-fine-hemp.jpg);
	font-weight: bold;
	width: 80px;
	text-transform: none;
	text-align: left;
}
#nav li ul li a:hover {
	color: #666;
	background-color: #999;
}
#nav li li { width: 94px;
}
#nav li ul ul { margin: -1.90em 0 0 15em;
}
#longMenu { display: block; width: 200px; height: 10px; position: relative; top: -11px; left: 30px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto;
}
