﻿
#nav {
	position: fixed;
	right: 0px;
	top: 15%;
    float: right;
    width: 200px;
    font-weight: light;
	font-family: 'Century Gothic';
	font-size: x-large;
	text-align: right;
	padding: 2px;
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav a {
    text-decoration: none;
    padding: 20px;
    display: block;
    border-right: 5px solid #DFDBFF;
}

    #nav a:link {
        color: #101010;
    }

    #nav a:visited {
        color: #101010;
    }

    #nav a:hover {
        color: #A397FC;
border-right: 5px solid #101010;
    }