body {
	background-image:url(i/image.gif);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
}

/*#menu {margin-top:10px;}*/

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left;}
* html ul li a { height: 1%; }
* html .one {height:29px;}
/* End */

.welcome, .cont_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.none {display:none;}

/* ----------------------------------------------------------------| Navigation*/

.one {
	width: 182px;
	height:24px;
}

 .one a:link, .one a:hover, .one a:visited {
	background-image: url("i/dd.gif");
	background-repeat: no-repeat;
	width: 181px;
	height:24px;
	text-decoration:none;
}

html>.two, html>.one, .two, .one{
	padding-top:0;
}

.two {
	background-image: url("i/dt.gif");
	background-repeat: no-repeat;
	width:182px;
	height:25px;
}

  .two a:link, .two a:hover, .two a:visited {
	display:block;
	width: 182px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	padding-top:2px;
	padding-left:7px;	
}

.two a:hover, .one :hover, .three a:hover {color:#336699;}
/*.two a:visited, .one visited, .three a:visited {color:#666666;}*/

.three {
	background-image: url("i/dd.gif");
	background-repeat: no-repeat;
}

 .three, .three a:link, .three a:hover, .three a:visited {
	width: 182px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	padding-top:5px;
	padding-left:7px;	
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 181px;
}

ul li { 
	position: relative;
}

li ul {
	position: absolute;
	left: 181px;
	top: 0;
	display: none;
	z-index:12;
}

ul li a {
	display: block;
	text-decoration: none;
	text-align:center;
    background-color:#ffffff;
	color: #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height:27px;
	padding:.2em;
    z-index:12;
}

ul li a:hover {
    background-color:#E1EBF1;	
}

*html .sub1 {
 width:176px;
}

*html #nav, *html #nav2, *html #nav3 {
 left:182px;
}

.submnu {
    background-color:#ffffff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #cccccc;
	margin:0 0 0 0;
	padding:.4em;
}

*html .submnu ul{ 	
	width:199px;
}

#nav2 ul li a {
   background-color:#ffffff;
   height:20px;
}

#nav2 ul li a:hover {
   background-color:#DEDEDE;
}

ul li a:hover {
	color:#990000;
}

li:hover ul, li.over ul { 
	display: block;
}

li:hover ul li:hover ul, li.over ul li.over ul{
	display: block;
}

a:link, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}