/* link styles */

a:link{
	color: #4D4D4D;
	text-decoration: underline;
	font: 12px "Verdana", Verdana, monospace;
}

a:visited{
	color: #4D4D4D;
	text-decoration: underline;
	font: 12px Verdana, Verdana, monospace;
}

a:hover{
	color: #ec9921;
	background : #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font: 12px "Verdana", Verdana, monospace;
}

a:active{
	color: #4D4D4D;
	font-weight: normal;
	text-decoration: underline;
	font: 12px "Verdana", Verdana, monospace;
}

/* headline styles */

h1{
	border-style: none;	
	color: #000000;
	text-decoration: underline;
	font: bold 18px "Verdana", Verdana, monospace;
}

h2{
	border-style: none;	
	color: #ec9921;
	text-decoration: none;
	font: bold 18px "Verdana", Verdana, monospace;
}

h3{
	border-style: none;	
	color: #4D4D4D;
	text-decoration: none;
	font: 16px "Verdana", Verdana, monospace;
}

/* body styles */

body{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	color: #4D4D4D;
	leftmargin="2";
	topmargin="2";
	bottommargin="2"; 
	marginheight"2"; 
	rightmargin="2"; 
	marginleft="2";
}

/* text styles */

.text { 
	color: #4D4D4D; 
	margin: 0; 
	font-size: 12px; 
	font-family: Verdana; 
	line-height: normal; 
	text-align: left; 
	padding: 1px; 
}

/* menu (Nav bar) styles */

#menu {
width: 120px; /* 10em set width of menu */
background: #eee;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: 12px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #ec9921;
background: #4D4D4D;
text-transform: uppercase;
}

#menu a {
color: #4D4D4D;
background: #ffffff;
text-decoration: none;
}

#menu a:hover {
color: #ec9921;
background: #4D4D4D;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
