@charset "utf-8";
/* CSS Document */

/* main menu */
.menu{
	padding:0; margin:0; list-style:none; width: 96%; height:41px; margin-left:auto; margin-right:auto;
	font:11px/41px Arial, Helvetica, sans-serif; color:#fff; 
}

.menu ul{
z-index:100009;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;
}
.menu ul li a{
display: block;
padding: 0px 10px;
border-right: 0px solid #778;
color: #808080;
text-decoration: none;
}

.menu ul li span{
	padding:0 34px 0 38px;
}

* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.menu ul li a:link, .menu ul li a:visited{
color: white;
}
.menu ul li ul li a:link, .menu ul li ul li a:visited{
color: #808080;
}

.menu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*background: black; */
	color: #CCCCCC;
}

.menu ul li a:hover{
	/*background: black; */
	color: #CCCCCC;
}


/* Holly Hack for IE \*/
* html .menu{height: 1%;} /*Holly Hack for IE7 and below*/

.header-top, .header-top:hover, .header-top_active,
.header-top-enquiry, .header-top-enquiry:hover, .header-top-enquiry_active,
.header-top-contact, .header-top-contact:hover, .header-top-contact_active,
.header-top-sitemap, .header-top-sitemap:hover, .header-top-sitemap_active
{
	display:block;padding:3px 25px 0 0;height:15px;font:11px Arial, Helvetica, sans-serif; color:#590805; background-image:url(../images/header-icons.png); background-position:100% 0; background-repeat: no-repeat;
}
.header-top:hover, .header-top_active{ color:#000;}
.header-top-enquiry
{
 background-position:100% -16px; 
}
.header-top-enquiry:hover, .header-top-enquiry_active
{
 background-position:100% -16px; color:#000;
}
.header-top-contact
{
 background-position:100% -32px; 
}
.header-top-contact:hover, .header-top-contact_active
{
 background-position:100% -32px; color:#000;
}
.header-top-sitemap
{
 background-position:100% -48px; 
}
.header-top-sitemap:hover, .header-top-sitemap_active
{
 background-position:100% -48px; color:#000;
}
.header-contact{
	font:11px Arial, Helvetica, sans-serif; color:#757A7B;
}
.header-contact a{
	font:11px Arial, Helvetica, sans-serif; color:#757A7B;
}
.header-contact a:hover{
	font:11px Arial, Helvetica, sans-serif; color:#000;
}
.header-common-sep{
		color:#590805;
}
.header-common{
	font:11px Arial, Helvetica, sans-serif; color:#590805;
}
.header-common:hover{
	font:11px Arial, Helvetica, sans-serif; color:#000;
}
.header-common_active{
	font:11px Arial, Helvetica, sans-serif; color:#000;
}
.time{
	font:bold 9px Verdana, Arial, Helvetica, sans-serif; color:#fff;
}