a { 
	text-decoration: none;
}

nav {
	/*position:relative;*/
	float:left;
	width:auto;
    margin-left:10%;
	margin-top:40px;
    font-weight: bold;
	display: block;
}

#topNav ul li a{
   text-decoration:none;
}

nav ul {
    list-style: none;
    width: 100%;
	width:auto;
	
}

nav ul li a{
    color:#FFFFFF;
}

nav li {
    float: left;
    position: relative;
	width:auto;
	line-height:15px;
}

nav ul li ul li:first-child a { /*border-radius: 0*/ }
nav ul li ul li:last-child a {
   /* border-radius: 0;
    border: 0*/
}

nav a {
    color: #FFFFFF;
    display: block;
    padding: 5px;
	margin:0px 10px;
    text-align: center;
    transition: all .25s ease;
}

nav li:hover a {
    color: #ff0000;
}

nav li ul {
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    transition: all .25s;
}

nav li:hover ul {
    opacity: 1;
    top: 45px;
    visibility: visible
}

nav li ul li {
    float: none;
    width: 100%;
    background: #202020;
    font-weight: normal;
    font-size: 15px;
}

nav li ul li a {
    border: 0;
    background: #000 !important
}

nav li ul li a:hover {
    background: #4f4f4f !important
}

nav ul:first-child:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#topNav ul li:first-child a{
	padding-left:0px;
	margin-left:0px;
	
	}

.glomax{
	width:auto;
	max-width:158px;
	position:relative;
	top:0px;
	left:0px;
	margin-left:10%;
	padding:5px 8px;
	background-color:#C00;
	font-size:12px;
	text-align:center;
}

.glomax a{
	color:#FFFFFF;
}

.tv_serial{
	font-family:"Arial Black", Gadget, sans-serif;
	margin-top:25px;
	margin-right:10%;
	float:right;
	width:auto;
	color: #ff0000;
}