#page
{
	background-color: white;
	width:6in;
	padding: 0.25in;
	text-align: left
}

#nav-menu ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url(/YanethsCreations/images/background.gif) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 

#nav-menu li a:hover
{
background: url(/YanethsCreations/images/background.gif) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: underline;
text-align: center;
} 

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */ 

#nav-menu
{
width:46em
}