/* Start of CMSMS style sheet 'Header' */
#header{ margin-bottom: 0px; margin-top: 0px; height: 100px; background-image: url(images/header_bg.png); background-color: #000; color: white; width: 100%; text-align:left; margin-left:auto; margin-right:auto; padding: 0px } 

#headerwidth{ 
	height: 100px; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	color: white; 
	width: 900px;
	margin-left:auto; 
	margin-right:auto;
	padding: 0px;
} 

.headerlogo{
	background-repeat: no-repeat;
	background-image: url(http://www.sydneycoc.com/images/header_logo-trans.png);
	margin-bottom: 0px;
	margin-top: 0px;
	height: 100px;
	padding: 0px;
	width: 224px; 
	float:left; 
	position:relative;
	display: block;
}

/*\*/
* html .headerlogo {
background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.sydneycoc.com/images/header_logo-trans.png');
}

#main_menu{
	margin-bottom: 0px;
	margin-top: 0px;
	height: 100px;
	width: 676px;
	list-style-type: none;
	float: right; 
	display:inline; 
	position: relative; 
}

#main_menu ul {
    height: 100px;
    float: right;
    list-style:none;
    margin:0;
    padding:0;
width:auto;
}

#main_menu li {
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#main_menu a {
	text-shadow: 2px 2px 2px #333333;
	line-height: 100px;
	height: 100px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-left: 14px;
	padding-right: 14px;
	float: left;
	display: block;
	font-size: 16px;
	color: white;
width:auto;
}

#main_menu a:hover {
	background-image: url(images/header_bg_on.png);
	background-repeat: repeat-x;
}

/* End of 'Header' */

