/* CSS Document */
/*Landlord Scotland Menu */

#menu{
font-weight: bold;
font-size: 11px;
}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: center; /*set value to "center" for example to center items*/
}

#menu ul li{
display: inline;
}

#menu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(assets/slantdivider.gif) top right no-repeat;
}

#menu ul li a:visited{
color: #494949;
} 

#menu ul li a:hover{
color: black;
text-decoration:underline;
}

#page {
color:#000000;
}

#menu ul li glink2{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}







