/* Start of CMSMS style sheet 'StarterSite - Menu' */
#menu {
	background-position: center top;
	margin-bottom: 8px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url(images/menu_bg.jpg);
	background-color: #000;
	color: white;
	width: 100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	display: block;
}

#menuwidth{ 
	height: 48px; 
	width: 960px;
	margin-bottom:8px;
	margin-top: 0px; 
	color: white; 
	margin-left:auto; 
	margin-right:auto;
	padding: 0px;
	display: block;
} 

#menuframeleft{
	display:block;
	float:left;
	width:89px;
	height:48px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/menu_frame_left.png);
}

#menuframeright{
	display:block;
	float:left;
	width:59px;
	height:48px;
	background-image: url(images/menu_frame_right.png);
}

/* End of 'StarterSite - Menu' */

