/*#navigation ul {
    padding:         0px;
    list-style-type: none;
}

#navigation ul li a {
    display:           block;
    margin:            0px;
    padding:           0px 50px 0px 0px;
    height:            36px;
    background-image:  url("../images/nav_item.gif");
    background-repeat: no-repeat;
    line-height:       30px;
    font-family:       arial;
    font-size:         13px;
    font-weight:       bold;
    color:             #005A7A;
    text-align:        right;
    text-decoration:   none;
}
*/
#navigation { 
	color:	#005A7A;
	font-family:arial;
	font-size:12px;
}

#navigation ul {
    margin:          0px 0px 30px 0px;
    padding:         0px;
    list-style-type: none;
}

#navigation ul li a {
    display:           block;
    margin:            0px;
    padding:           0px 50px 0px 0px;
    height:            36px;
    background-image:  url("../../images/nav_item.gif");
    background-repeat: no-repeat;
    line-height:       30px;
    font-family:       arial;
    font-size:         13px;
    font-weight:       bold;
    color:             #005A7A;
    text-align:        right;
    text-decoration:   none;
}