/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 23, 2014, 3:00:09 PM
    Author     : Jason Russo
*/

.navMenu {
  position: relative;
}

ul.navigation {
  background: none repeat scroll 0 0 #000;
  list-style: none outside none;
  margin: 13px 0 0;
  overflow: hidden;
  padding: 0 0 0 10px;
  position: absolute;
  right: 103px;
  width: 274px;
}

.navigation li {
  float: left;
  padding-right: 10px;
}

.navigation li:last-child {
  padding-right: 0;
}

.navigation a:link, 
.navigation a:active,
.navigation a:visited,
.navigation a:focus
{
  font: bold 13px arial;
  color: #fff;
  text-decoration: none;
}

.navigation a:hover {
  color: #ff0000;
}