<style>

#menu {
	padding-left: 12px;
	padding-top: 0px;
	float:left;
	clear:both;
	font-size:14px;
	}

.left-padding {
	padding-left:20px;
	}
	
.navig {
	line-height: 1;
	display: block;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 26px;
	margin-left: 0;
	}	

/* remove all list stylings */

.navig, .navig ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	}

/* move all list items into one row, by floating them */

.navig li {

	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	}

/* initialy hide all sub menus */

.navig ul {
	width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 1.2em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
	}

/* -- float.clear -- force containment of floated LIs inside of main UL */

.navig:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	}

/* -- float.clear.END --  */

.navig li.selected ul, .navig li:hover ul {
	visibility: visible;
	}

.navig li.selected ul {
	z-index: 10;
	}

.navig li:hover ul {
	z-index: 100;
	}

.navig {
	font-size: 14px;
	width: 630px;	/* this value should be close to what is needed for elements to stay on one line */
	margin-bottom: 23px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.navig a {
	color: #a7b08c;
	text-decoration: none;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	padding-left: 5px;
	padding-right:5px;
	}

.navig strong {
	font-size: 14px;
	padding-right:7px;
	}
	
.navig strong:hover {
	color: #12A6D4;
	}
	
.navig li {
	margin: 0;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	padding-right:20px;
	}

/* if the following selector was ".navig li:hover a" IE7 will NOT render nested UL! the reason is the background-color rule. */

.navig li:hover {
	color: #c9da2a;
	}

/* which is why the link is styled separatelly */

.navig li:hover a {
	color: #c9da2a;
	}

.navig li:hover ul {
	}

/* always pay attention that the value for top is such that it is possible to move the mouse over to submenu */

.navig ul {
	top: 22px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;/* should be identical to .navig, for best results */
	color: #666666;
	width: 630px;
	}

.navig li li {
	border-right-width: 0px;
	border-right-color: #DDF7FF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.navig li li a:link {
	color: #a7b08c;
	background-image:url(../img/li-li-bg.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:0px 8px;;
	}

.navig li li a:visited {
	color: #a7b08c;
	background-image:url(../img/li-li-bg.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:0px 8px;;
	}
	
.navig li li a:hover {
	text-decoration:none;
	color: #c9da2a;
	}

.navig ul li li {
	color:#33FF00;
	}

/* fix the colors for selected item and submenu, for better usability */

.navig li.selected a, .navig li.selected, .navig li.selected a:hover {
	color: #fff;
	background-color: #82a9ce;
	}
	
.navig li.selected, .navig li.selected:hover a, .navig li.selected ul {
	background-color: #82a9ce;
	}

/* IE5/Mac: \*//*/

.navig {
	display: inline-block;
	}

.navig a {
	float: left;
	}
	
.navig li ul {
	top: 1.8em;
	height: 2em;
	}

.navig li li, .navig li li a {
	display: inline;
	float: none;
	}

/*  */

/*]]>*/

</style>

[if lte IE 6]>

<style type="text/css" media="screen, tv, projection">

.navig {
	height: 1%;
	}

.navig .twolevelhover ul {
	visibility: visible;
	z-index: 100;
	}



.navig {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
	}

.navig ul {

	width: expression((this.parentNode.parentNode.offsetWidth - parseInt(this.currentStyle.paddingLeft) - parseInt(this.currentStyle.paddingRight)) + 'px');
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
	}

.navig .twolevelhover a {
	color: #000;
	}

.navig .twolevelhover ul {
	}
	
</style>

<script type="text/javascript" src="TwoLevel.js"></script>

<![endif]