﻿#SubdnnMenu{float: left;margin-bottom: 2px;width: 100%;}
#SubdnnMenu .topLevel{}
#SubdnnMenu .topLevel li{float:left;margin:0 1.25% 0 0 ;list-style-type:none;width:19%;text-align:center;}

#SubdnnMenu .topLevel li a{font-size: 14px;display:block; font-weight:bold;color:#444444; padding: 8px 0px; box-shadow: 0px 1px 3px -1px #000000;}
#SubdnnMenu .topLevel li:hover a, #SubdnnMenu .topLevel li a:hover,
#SubdnnMenu .topLevel li.selected a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background: #d92447; /* Old browsers */
	background: -moz-linear-gradient(top,  #d92447 0%, #a81d39 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d92447), color-stop(100%,#a81d39)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d92447 0%,#a81d39 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d92447 0%,#a81d39 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d92447 0%,#a81d39 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d92447 0%,#a81d39 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92447', endColorstr='#a81d39',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset, 0px 1px 3px -1px #000000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#SubdnnMenu .topLevel li.last {margin: 0px;}
#SubdnnMenu .topLevel li.selected a {color:#FFF;}
#SubdnnMenu .topLevel li.selected {}
#SubdnnMenu .topLevel li.first.selected {}
#SubdnnMenu .topLevel li.first {}

#SubdnnMenu .topLevel li a:active{background:#a81d39;}