<?php 
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " . 
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
#modernbricksmenu {
	padding: 0;
	width: 100%;
}
#modernbricksmenu ul {
	font: bold 13px Arial;
	margin:0;
	margin-left: 0px;
	padding: 0;
	list-style: none;
	background: #ffffff;
}
#modernbricksmenu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#modernbricksmenu a {
	float: left;
	display: block;
	color: #ffffff;
	margin: 0 1px 0 0;
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #cc0000;
	border: 0px;
}
#modernbricksmenu a:hover {
	color: #ffffff;
	background-color: #0d90d1;
}
#modernbricksmenu a:active {
	color: #ffffff;
	background-color: #0099ff;
}
#modernbricksmenu #current a {
	color: #ffffff;
	background-color: #0d90d1;
}
#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: #cc0000; /*Brown color theme*/ 
}
#vmenu a {
	position: relative;
	display: block;
	z-index: 11;
	margin: 0px 0px 0px 0px;
	padding: 5px 2px 5px 2px;
	font:  12px Arial;
	font-weight : bold;
	color: #333333;
	text-decoration : none;
	text-align: left;
	border-top: 1px solid #efefef;
}
#vmenu a:hover {
	background: #0d90d1;
	color: #ffffff;
	text-decoration : none;
}
#vmenu a:active {
	background: #cc0000;
	color: #FFFFFF;
}
#vmenu .first {
	background: #ffffff;
}
#vmenu .first a {
	color: #333333;
	font: 14px Arial;
	font-weight: bold;
}
#vmenu .first a:hover {
	color: #ffffff;
}
#vmenu .first a:active {
	color: #ffffff;
}
#vmenu_grey {
	background: #ffffff;
}
#vmenu_grey a {
	position: relative;
	display: block;
	z-index: 11;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 5px;
	font: 12px Arial;
	color: #333333;
	text-decoration : none;
	text-align: left;
	border-top: 1px solid #efefef;
}
#vmenu_grey a:hover {
	background: #3399FF;
	color: #ffffff;
	text-decoration : none;
}
#vmenu_grey a:active {
	background: #cc0000;
	color: #FFFFFF;
}
#vmenu_grey .first {
	background: #ffffff;
}
#vmenu_grey .first a {
	font: bold 13px Arial;
}
#vmenu_small a {
	position: relative;
	display: block;
	z-index: 11;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: normal;
	color: #666666;
	text-decoration : none;
	text-align: left;
}
#vmenu_small a: hover {
	background: #ffffff;
	color: #003399;
	text-decoration : none;
}
#vmenu_small a:active {
	background: #ffffff;
	color: #FF9900;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
}
#footer { 
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	font-size: 9px;
	color : #666666;
	width : 960px;
	float : left;
	line-height : 1.5em;
} 
#footer a:link {
	color : #666666;
	text-decoration : none;
	font-weight : normal;
} 
#footer a:visited { 
	color : #666666;
	text-decoration : none;
	font-weight : normal;    
} 
#footer a:hover { 
	color : #cc3300;
	text-decoration : underline;
} 
#footer a:active { 
	text-decoration : none;
	color : #cc3300;
} 
#footer #line
{ 
	clear: both;
	padding: 0;
	width: 960px;
	height: 1px;
	line-height: 1px;
	background: #cc0000;
}
