/* style the outer div to give it width */
.menu {
	width:100%; 
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:151px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-family: "Arial";
	letter-spacing: 0px;
	font-size:12pt;
	text-decoration:none; 
	font-weight:bold;
	color:#ffffff;
	width:151px;
	height:36px;
	line-height:36px;
	text-align:center;
	border:0px solid #000000;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color: rgb(255,255,255);
	background-color:rgb(255,0,0);
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	font-size:8px;
	font-weight:bold;
	color:rgb(0,0,0); 
	height:6px; 
	line-height:0px; 
	width:191px;
	text-align:center;
	padding-top: 14px;
	padding-bottom: 10px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color:rgb(183,103,103);
	border:1px solid rgb(0,0,0);
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color:rgb(255,0,0);
	color:rgb(255,255,255);
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:36px;
	left:0;
	width:152px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

div.banner{	
	margin: 3px 0px 3px 0px;
	border: 1px solid #000000;
	height: auto;
	width: 180px;
	background-color:#FAEBD7;
}	
div.banner img{
	display: inline;
	margin: 0px;
	border: 0px solid #000000;
}
div.banner a:hover img {
	border-color: #ffffff;
}
div.left
{
	float:left;
	width:430px;
	border:1px solid rgb(0,0,0);
	border-left-color: rgb(192,192,192);
	border-right-color: rgb(192,192,192);
	background-color: rgb(245,245,245);
	font-family: "Arial";
	letter-spacing: 0px;
	font-size:12pt;
}
div.leftfull
{
	float:left;
	width:430px;
	height: 99%;
	border:0px solid rgb(0,0,0);
}
div.right
{
	width:350px;
	border:1px solid rgb(0,0,0);
	border-left-color: rgb(192,192,192);
	border-right-color: rgb(192,192,192);
	margin-left:435px;
	background-color: rgb(245,245,245);
	font-family: "Arial";
	letter-spacing: 0px;
	font-size:12pt;
}
div.rightfull
{
	width:346px;
	height:99%;
	border:2px solid rgb(0,0,0);
	margin-left:438px;	
}
div.full
{
	float:left;
	width:785px;
	border:1px solid rgb(0,0,0);
	border-left-color: rgb(192,192,192);
	border-right-color: rgb(192,192,192);
	background-color: rgb(245,245,245);
	font-family: "Arial";
	letter-spacing: 0px;
	font-size:12pt;
}
div.head 
{
	height:32px;
	background-image:url('../img/divhead.jpg');
	background-repeat:repeat-x;
	color:rgb(255,255,255);
	font-weight:bold;
	padding-left: 10px;
	padding-top: 6px;
}
p.indiv
{
	text-align: justify;
	padding: 4px 10px 4px 10px;
}
img.formated
{
	width: 40px;
	height: 20px;
	border-width: 0px;
}

#menuv {
width: 190px; /* set width of menu */
} 

#menuv ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menuv a {
font: bold 12px arial, helvetica, sans-serif;
display: block;
border-width: 0px 1px 0px 1px;
border-style: solid;
border-color: rgb(0,0,0) rgb(255,255,255) rgb(0,0,0) rgb(255,255,255);
background-image:url('../img/butonup.jpg');
background-repeat:repeat-x;
margin: 0;
padding: 2px 3px;
text-align:right;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 2px;
}

#menuv a {
color: rgb(80,80,80);
xbackground: #efefef;
text-decoration: none;
}

#menuv a:hover {
color: rgb(0,0,0);
background-image:url('../img/butonover.jpg');
background-repeat:repeat-x;
}

#menuv li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menuv 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#menuv ul ul ul,
div#menuv ul ul li:hover ul ul
{display: none;}

div#menuv ul ul li:hover ul,
div#menuv ul ul ul li:hover ul
{display: block;}

a.textlink {
	text-decoration:none; 
	color:#000000;
}

a.textlink:hover {
	text-decoration:underline; 
	color:rgb(80,80,80);
}