body	{
		background-color: rgb(228,200,178);
		font-size: 100%;
		font: 14px "Century Gothic";
		color: #930000;
	}
a 
	{
		color:#FFFFFF;
	}
a:link,a:active,a:visited
	{
		color : #006699;
		font-style:italic;

	}
a:hover
	{
 		color:#FF0000;
		font-weight:bold;
		background-color:transparent;
	}
a:hover.current 
	{
		text-decoration: underline;
		color : #FF0000;
		font-weight:bold;
		background-color:transparent;
	}
hr
	{	
    		height:4px;
    		width:100%;
    		background:#9E2727; 
   	}
h1
	{
		text-transform:uppercase;
		font: 14px "Century Gothic";
		font-weight:bold;
		color: #9E2727;
	}
h2
	{
		font: 14px "Century Gothic";
		font-weight:bold;
		color: #9E2727;
	}
h3
	{
		font: 14px "Century Gothic";
		font-weight:bold;
		color: #9E2727;
	}
h4
	{
		font: 14px "Century Gothic";
		font-weight:bold;
		color: #9E2727;
	}
font,th,td,p
	{
		font-family: "Verdana", "Helvetica", sans-serif;
	}
.emp	{
		font-style: italic;
		font-weight:bolder;
	}
select
	{
	font: bold 11px/16px arial, helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	background-color:#9E2727;
	width:183px; 
	color: #FFFFFF;
	padding: 2px 3px;
	}
/* The text input fields background colour */
textarea
{
	color : #9E2727;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.inputboxSearch {
font: bold 11px/16px arial, helvetica, sans-serif;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
float: left;
background-color:#9E2727;
color: #FFFFFF; 
height: 16px;
}
/**************** menu coding *****************/
#menu {
width: 100%;
background: #eee;
float: left;
}

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

#menu a, #menu h2 {
font: bold 11px/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: #fff;
background: #9E2727;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #9E2727;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul {
display: none;
}

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

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