/*
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 : 11.01.2014, 11:14:35
    Author     : Hennighausen Photography
*/



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
/*body {
	line-height: 1; 
	font:12px/20px Arial;
	background:#e0f3ff url(bg.png) repeat scroll 0 0;
	}*/
ol, ul {
	list-style: none; }

/* Main Styles */	
	
/*#wrapper{
	width:620px;
	margin:0 auto;
	margin-top:100px;
}*/

/*#nav {
    	position:relative;	
	margin:0 auto;
        margin-left: 260px;
        top: 120px;        
        height: 38px;
        padding: 0px;
        z-index: 3;
        
}*/
#nav {
    	position:relative;
        float:right;
	margin:0 auto;
        
        top: 120px;        
        height: 38px;
        padding: 0px;
        z-index: 3;
        
}
ul#navigation {
	margin:0px auto;
	position:relative;	
	height:38px;
}

ul#navigation li {
	display:inline;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	float: left;
	position:relative;
        height:38px;
}

ul#navigation li a {
	padding:10px 10px;
	color:#ffffff;
        text-decoration:none;
	display:inline-block;
        
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background:rgba(157,157,156,0.7);        
	color:#ffffff;
}

ul#navigation li:hover > a {
	background:rgba(157,157,156,0.7);
        
}
ul#navigation li ul li:hover > a {
    background:rgba(157,157,156,0);
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin-top: -5px;
    margin-left: -5px;
        padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:230px;
	background:rgba(157,157,156,0.9);
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 39px;
    left: 5px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
        height:32px;
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#ffffff;	
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:200px;
}
ul#navigation ul li a:hover {
        background:rgba(157,157,156,0.7);
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}