

#wrapper{

     font-family: 'BKoodakBold', Arial, Helvetica, sans-serif;

    font-size: 14px;

	width:100%;

	margin:0 auto;

    height: 38px;

    background-color: #000000;

      background: #004891;

  background: -moz-linear-gradient(right, #65c6ea 0%, #004891 80%);

  background: -webkit-gradient(linear, left right, left left, color-stop(0%, #65c6ea), color-stop(80%, #004891));

  background: -webkit-linear-gradient(right, #65c6ea 0%, #004891 80%);

  background: -o-linear-gradient(right, #65c6ea 0%, #004891 80%);

  background: -ms-linear-gradient(right, #65c6ea 0%, #004891 80%);

  background: linear-gradient(to left, #65c6ea 0%, #004891 80%);

    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#65c6ea', EndColorStr='#004891', GradientType=0);



}



#nav {

	position:relative;

	width:100%;

	margin:0px;

}



ul#navigation {



	font-size: 13.3px;



	margin:0px auto;

	position:relative;

	float: right;

	border-right:1px solid #c4dbe7;

	border-right:1px solid #c4dbe7;

}



ul#navigation li {

	display:inline;

	margin:0;

	padding:0;

	float: right;

	position:relative;

	border-top:0px solid #c4dbe7;

	border-bottom:0px solid #c4dbe7;

}



ul#navigation li a {

	padding:9px 25px;

	color:#fff;

     font-family: 'BKoodakBold', Arial, Helvetica, sans-serif;

    font-size: 14px;

	text-decoration:none;

	display:inline-block;

	border-right:1px solid #fff;

	border-right:1px solid #C2C2C2;

	border-top:0px solid #fff;



}



ul#navigation li a:hover {

	background:#f1f1f1;

	color:#000;

}



ul#navigation li:hover > a {

	background: #f4f4f4;



  background: -moz-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e1e1e1));

  background: -webkit-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);

  background: -o-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);

  background: -ms-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);

  background: linear-gradient(to bottom, #f8f8f8 0%, #e1e1e1 100%);

  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f8f8f8', EndColorStr='#e1e1e1', GradientType=0);

    color: #000;

}



/* Drop-Down Navigation */

ul#navigation li:hover > ul

{

	visibility:visible;

	opacity:1;

    color: #000;

}



ul#navigation ul, ul#navigation ul li ul {

	list-style: none;

    margin: 0;

    padding: 0;

	visibility:hidden;

    position: absolute;

    z-index: 99999;

	width:180px;

      background: -moz-linear-gradient(top, #e1e1e1 0%, #f8f8f8 100%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #f8f8f8));

  background: -webkit-linear-gradient(top, #e1e1e1 0%, #f8f8f8 100%);

  background: -o-linear-gradient(top, #e1e1e1 0%, #f8f8f8 100%);

  background: -ms-linear-gradient(top, #e1e1e1 0%, #f8f8f8 100%);

  background: linear-gradient(to bottom, #e1e1e1 0%, #f8f8f8 100%);

  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e1e1e1', EndColorStr='#f8f8f8', GradientType=0);

    color: #000;







}



ul#navigation ul {

    top: 38px;

    right: 1px; color: #000;

}



ul#navigation ul li ul {

    top: 0;

    right: 181px;  color: #000;

}



ul#navigation ul li {

	clear:both;

	width:100%;

	border:0 none;

	border-bottom:1px solid #c9c9c9;color: #000;

}



ul#navigation ul li a {

	background:none;

    padding:13.2px 15px;

	color:#000;



	text-decoration:none;

	display:inline-block;

	border:0 none;

	float: right;

	clear:both;

	width:150px;

}



ul#navigation li a.first {

	border-right: 0 none;

    background-color: #ffcc00;

}



ul#navigation li a.last {



}