/* Nav */
#dhtmlgoodies_menu{		
	font-family:arial;	/* Font for main menu items */
	width:135px;	/* Width of main menu */
	}

#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	}

#dhtmlgoodies_menu ul{	
	margin:0px;	/* No <ul> air */
	padding-left:8px;	/* No <ul> air */
	}

#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:20px;
	}

#dhtmlgoodies_menu	li a{	/* Main menu links */
	font-family: arial, helvetica, sans-serif;  /* font style */
	text-decoration:none;	/* No underline */
	color:#ffffff;	/* text color */
	font-size: 12px;         /* font size */
	height:18px;	/* 18 pixel height */
	line-height:18px;	/* 18 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid #ffffff;	/* border color */
    background-image: url(images/line.gif);
    background-repeat: no-repeat;	
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	padding-left:10px;
	display:block;
	}

#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#ffffff;
background-image: url(images/line1.gif);
background-repeat: no-repeat;	}

#dhtmlgoodies_menu .current {
	font-family: arial, helvetica, sans-serif;  /* font style */
	text-decoration:none;	/* No underline */
	color:#ffffff;	/* text color */
	font-size: 12px;         /* font size */
	height:18px;	/* 18 pixel height */
	line-height:18px;	/* 18 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid #ffffff;	/* border color */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	padding-left:10px;
	display:block;
background-image: url(images/line1.gif);
background-repeat: no-repeat;

}


/* End of nav*/
