/* CSS Document */

/*secondary menu*/
#second_menu {
width: 530px; /* set width of menu */
background: #ffffff;
}

#second_menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#second_menu ul ul {
list-style: none;
margin-left: 20px;
padding: 0;
}


/* style, color and size links and headings to suit */
#second_menu a, #second_menu h6 {
font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}
	
#second_menu h6 {
color: #a0a99c;
background: #ffffff;
text-transform: uppercase;

}

#second_menu a {
color: #4c4d51;
text-decoration: none;
}

#second_menu a:hover {
color: #ab0f17;
text-decoration:underline;
}

<!--[if IE]>
 
#second_menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#second_menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#second_menu a, #second_menu h6 {
font: bold 12px/16px verdana, arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 

<![endif]-->


	


