﻿/* CSS Document 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Colour Glossery
{
	Light Grey	- Top of site Nav / left widgets top BG colour	- #E1E1E1
	Light Grey	- Footer non link colour 						- #B0B0B0
	Dark Grey	- Boxed area Text Colour,						- #626262
	DARK Grey	- Site Default colour							- #363636
	Light Blue	- Main content site Links						- #5B9AD0
	Dark Blue	- Main content site headings					- #3A7BB1
	Light Blue/Green - Background Colour for obj hover states	- #F2FAFC
}

*/

#links ul {
        list-style-type:none;
        width: 100%;
} 

#links li {
        border-bottom: 1px dotted #999;
        border-width: 1px 0;
        margin-bottom: 10px;
		padding-bottom: 5px;
}

#links li a 
{
        color:#274E99; 
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        text-decoration: none;
}
#links li span { color: #999999; display: block; margin: 2px 0px 4px; }

 * html #links li a {  /* make hover effect work in IE */
	width: 100%;
}

#links li a:hover {
        background: #f4f4f4;
}

#links a em { 

	        color:#363636;
	        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	        font-size:80%;
	        line-height:150%;
	        text-align:center;
	        font-weight: normal;

}

#links a span {
        color: #274E99;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;

}
