﻿/* CSS Document */
 #cssMenu ul
{
list-style: none;
margin: 0;
padding: 0 4px;

}
 #cssMenu li
{
float: none;
margin: .15em 0em;
}

#cssMenu li a
{
background: url(images/cssMenu.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;

display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 
#cssMenu li a:hover
{
	background: url(images/cssMenu.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	display: block;
	color: #0d2474;
	text-decoration:underline;
	text-align: center;
	font-weight: bolder;
	border: 0.1em solid #666666;
} 
/* Hide from IE5-Mac \*/
#cssMenu li a
{
float: none
}
/* End hide */ 
#cssMenu
{
width:auto;
margin:4px;

} 
