/* Start of CMSMS style sheet 'Main navigation' */
#navigation h3 {
        margin: 0 2px 0 0;
	padding: 0 18px 0 18px;
        height:18px;
        font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	list-style-type: none;
	float: left; 
        list-style:none;
	color:#be5202;
	text-decoration: underline;	
}

#navigation{	
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	text-decoration: none;
       /* margin-top: 20px;*/
padding-top: 14px;
	list-style: none;

}
   
#navigation ul li {
	font-family: Georgia, Times New Roman, Times, serif;
        display: block;
        height:18px;
	float: left; 
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px; 
	list-style-type: none;
        list-style:none;
        background-image:url(images/separator.jpg);
        background-repeat:no-repeat;
        background-position:left bottom;
}


#navigation ul li:first-child {
        background-image:none;
	font-family: Georgia, Times New Roman, Times, serif;
	display: block; 
	float: left; 
	margin: 0px; 
	list-style-type: none;
        list-style:none;
	text-align: center;
	color:#fff;		
	text-decoration: none;
	font-size:16px;
}


#navigation a {
	font-family: Georgia, Times New Roman, Times, serif;
	display: block; 
	padding: 0 18px 0 18px;
	text-align: center;
	color:#fff;		
	text-decoration: none;
	font-size:16px;
	letter-spacing:0px;
}

	
#navigation ul li a:hover, a:active {
	color:#be5202;	
}

#navigation ul li a.selected {
	color:#be5202;
	text-decoration: underline;			
}
/* End of 'Main navigation' */

