/* CSS Document */
body { margin:0px;
	background-image: url(images/bk.gif) no-repeat center 300px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;}

#menu{
	width: 150px; /* set width of menu */
	background: #09C;
} 

#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: bold 12px "Verdana", arial, helvetica, sans-serif;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #FFFFFF;
background: #000000;
text-transform: uppercase;
}

#menu a {
color: #FFFFFF;
background: #000066;
text-decoration: none;
}

#menu a:hover {
color: #FFF;
background: #369;
}

#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;}

[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 12px "Verdana", arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]

#menu {
width: 100%;
background: #F00;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-top: none;
	padding-bottom: 5px;
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}


/* Modified CSS */

#content
{
	float: right;
	width: 75%;
	text-align: justify;
	padding-top: none;
	padding-bottom: 11px;
	
	padding-right: 25px;
	border-left: none;
	font-family: Verdana, Arial, sans-serif;
	line-height: 145%;
	color: #607080;
}

#breadcrumb 
{   width:90%;
    text-align: right;
	color: #999999;
	padding-bottom: 11px;
}




#main
{
	width: 100%;
	height: auto;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	
}

