* { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }

html { border: 0px; height: 100%; }

body { margin: 0px;	min-width: 780px; min-height: 100%;	height: auto; background: #DEDDD9; font-family: Verdana; }

img { border: 0px; }

table {	border-collapse: collapse; background: #FFFFFF; }
td { line-height: 150%; }

.title { color: #999966; font-size: 16px; font-weight: bold; }
.nav_title { border-bottom: 2px solid #999966; color: #999966; font-size: 15px; font-weight: bold; }

a:link,a:visited { color: #0000FF;; text-decoration: none; }
a:hover { color: #D72800; text-decoration: underline; }

a.white:link,a.white:visited { color: #FFFFFF; }
a.white:hover { color: #E67B1E; }

/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

/* move all list items into one row, by floating them */
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	font-size:118%;
	font-weight:bolder;
}

/* define new starting point for the nested UL, thus making positioning it a piece of cake */
.menu li:hover {
	position: relative;
	background-color:#999;
}

/* force the submenu items into separate rows, while still keeping float:left (which resolves IE6 white-gap problem) */
.menu li li {
	border-top:1px solid #fff;
	width: 100%;
	font-size:80%;
	font-weight:normal;
}

/* fix the position for 2nd level submenus.
	first make sure no horizontal scrollbars are visible on initial page load by sliding them all into top-left corner  */
.menu li li div {
	top: 0;
	left: 0;
}

/* ...and then place the submenu where it should be when shown */
.menu li li:hover div {
	left: 100%;
}

/* initialy hide all sub menus */
.menu div {
	display: none;
	position: absolute;
	z-index: 10000;
}

/* display them on hover */
.menu li:hover>div {
	display: block;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* IE7 float clear: */
.menu, .menu ul {
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu div" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu div {
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/		/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu {
	color: #666;
	background:transparent;
}

.menu ul {
	width: 11em;
	background: #D4C6B2;
}

.menu ul ul {
	background: #ccc;
	
}

.menu li:hover>a {
	color: #fff;
}

.menu a {
	text-decoration: none;
	color: #000;
	padding: .4em 1em;
	display: block;
}

.menu a:hover {
	color: #fc3;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
.menu {
	display: inline-block;
}
/* End Fix */

/*]]>*/
</style>
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles - - - */
.menu, .menu ul {
	height: 1%;
}

.menu div {
	background-image: url("images/empty.gif");/* required for sticky to work in IE6 - due to its hover bug */
	display: block;
	visibility: hidden;
}

/* this style must be exact copy of: ".menu li li:hover ul" style above  */
.menu li li.adxmhover div {
	left: 100%;
}

/* the following two rules simulate li:hover>ul selector
	repeat enough times to cover all nested levels
	look at www.aplus.co.yu/adxmenu/trouble/ if some of your submenus do now show up */
.adxmhover div,
.adxmhover .adxmhover div {
	visibility: visible;
}
.adxmhover li div,
.adxmhover .adxmhover li div {
	visibility: hidden;
}

/* - - - ADxMenu: DESIGN styles - - - */
.menu ul a {
	height: 1%;
	text-decoration:none;
}

.adxmhover a,
.adxmhover .adxmhover a {
	color: #fff;
	text-decoration:none;
}
.adxmhover li a,
.adxmhover .adxmhover li a {
	color: #000;
	text-decoration:none;
}

/*]]>*/